Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 2.14 already have Overlay IPv6 Testing for specific use case
     “Service VM as IPv6 vRouter”. https://git.opnfv.org/cgit/yardstick/tree/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml

    step 1     To setup IPV6 testing environment: 

             1. disable security group

             2. create (ipv6, ipv4) router, network and subnet

             3. create VRouter, VM1, VM2 

    step 2      To run ping6 to verify IPV6 connectivity : 

            1. ssh to VM1

            2. Ping6 to ipv6 router from VM1

            3. Get the result(RTT) and logs are stored

    step 3       To teardown IPV6 testing environment

           1. delete VRouter, VM1, VM2

            2. delete (ipv6, ipv4) router, network and subnet 

            3. enable security group 

  • Some hardcoded names, IP addresses etc. need change, of course.  test case description will also be added in the test case.

    (Note: there should be a JIRA task here for yardstick, https://github.com/openstack/tempest/blob/master/tempest/config.py#L632 can be good examples, such as packetsize, ping_count, etc. During the release time, some problems with the developing, MatthewLi will work on this, parameter options will be added, etc)

...