aboutsummaryrefslogtreecommitdiffstats
path: root/tests/func/ipv6
AgeCommit message (Collapse)AuthorFilesLines
2016-11-07CSIT-465: Common test setup and teardownTibor Frank3-21/+16
This test setup and teardown is aimed to be used with all functional tests. It does not include functionality to manipulate VMs (qemu). Test setup includes: - Setup all DUTs before test - Save VPP PIDs - Setup all TGs before traffic script - Update All Interface Data On All Nodes Test teardown includes: - Show Packet Trace on All DUTs - Show vpp trace dump on all DUTs - Vpp Show Errors On All DUTs - Check VPP PID in Teardown Change-Id: Ifee0bd58b7865442c5b510852908fd8363e3c543 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2016-10-04CSIT-227, CSIT-240 IPv4/IPv6 Multipath routing testsPatrik Hrnciar1-0/+78
- add IPv4 Equal-cost multipath routing test - add IPv6 Equal-cost multipath routing test Change-Id: I62eaf9983b7767e124f80af7d8c8652ffc460cf8 Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>
2016-09-14CSIT-241: IPv6 Router Advertisementselias1-11/+65
- add traffic script to verify Router Solicitation response - add keyword to execute traffic script - add test case 02: retransmit RA message after set interval - add test case 03: respond to RS request Change-Id: I83d742713ae42d0a1baacf460c29c06d32669b9a Signed-off-by: selias <samelias@cisco.com>
2016-08-31Fixes of IPv6 testsJan Gelety1-0/+1
- use tag EXPECTED_FAILING for TC TC01: DUT transmits RA on IPv6 enabled interface - use KW "Vpp All RA Suppress Link Layer" in setup of environment for 2xVRF tests to avoid reception of undesirable RA packets Change-Id: I1c638b4a04ed7c525d739e47d5b55b09ec0595d8 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2016-08-11Fix test teardown in IPv4 and IPv6 testsMatej Klotton2-4/+6
Run keyword if test fail expect one keyword. Test Teardown is moved to suites __init__.robot Change-Id: Ie1e4c4a803325ade4d326f9bb1a9c43a33395566 Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-07-22CSIT-220: Rename directories in tests directoryMatej Klotton2-0/+170
- Move performance directory one level up and rename it to “perf” - Rename “suites” directory to “func” - Create __init__.py in “perf” directory - Rename fds_related_tests to fds Change-Id: I59f06afe1c5b95dd8a48417b8fbfd1fca8797097 Signed-off-by: Matej Klotton <mklotton@cisco.com>