diff options
author | Maciek Konstantynowicz <mkonstan@cisco.com> | 2016-06-15 20:40:15 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-06-21 19:43:45 +0000 |
commit | 2d3cd90647d4329dc76374287d97a6b8eb04ca7c (patch) | |
tree | 6c00f7ddf9cad4672d9afed78d24b07e97d04521 /tests/suites/ipv6/ipv6_ra.robot | |
parent | a670557b96493c1e2c6f4b251a82b83001c3839d (diff) |
Suite:ipv6
Files: ipv6_untagged.robot, ipv6_iacl_untagged.robot, ipv6_ra.robot.
Updated test cases names and test cases documentation.
Change-Id: Id255bd7026dd934cffe15f000347fcfeb59cad22
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'tests/suites/ipv6/ipv6_ra.robot')
-rw-r--r-- | tests/suites/ipv6/ipv6_ra.robot | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/tests/suites/ipv6/ipv6_ra.robot b/tests/suites/ipv6/ipv6_ra.robot index 9ce824d807..f5272011d3 100644 --- a/tests/suites/ipv6/ipv6_ra.robot +++ b/tests/suites/ipv6/ipv6_ra.robot @@ -27,11 +27,12 @@ | ... | AND | Update All Interface Data On All Nodes | ${nodes} | Test Setup | Setup all DUTs before test | Test Teardown | Show packet trace on all DUTs | ${nodes} -| Documentation | *Router advertisement tests.* +| Documentation | *IPv6 Router Advertisement test cases* | ... -| ... | Test suite uses 3-node topology TG - DUT1 - DUT2 - TG -| ... | with one link between nodes where Router advertisement functionality is -| ... | tested in following test cases. +| ... | RFC4861 Neighbor Discovery. Encapsulations: Eth-IPv6-RA on links +| ... | TG-DUT1. IPv6 Router Advertisement tests use 3-node topology TG - DUT1 - +| ... | DUT2 - TG with one link between the nodes. DUT1 and DUT2 are configured +| ... | with IPv6 routing and static routes. TG verifies received RA packets. *** Variables *** @@ -39,10 +40,11 @@ | ${prefix_length}= | 64 *** Test Cases *** -| VPP transmits RA from IPv6 enabled interface -| | [Documentation] | Setup IPv6 interace and wait for router advertisement \ -| | ... | packet from this interface to be sent. Subsequently, \ -| | ... | check received packet for correct contents. +| TC01: DUT transmits RA on IPv6 enabled interface +| | [Documentation] +| | ... | On DUT1 configure IPv6 interface on the link to TG. Make TG wait\ +| | ... | for IPv6 Router Advertisement packet to be sent out by DUT1 and +| | ... | verify the received RA packet is correct. | | Given Path for 3-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['DUT2']} | ${nodes['TG']} | | And Interfaces in 3-node path are up |