aboutsummaryrefslogtreecommitdiffstats
path: root/tests/func/softwire
AgeCommit message (Collapse)AuthorFilesLines
2016-11-08CSIT-347: Remove EXPECTED_FAILING tag from TCMatej Klotton1-21/+29
Change-Id: Ic6780fc33ecbfaed12ed30e665ad3ab0a67d04fe Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-11-07CSIT-465: Common test setup and teardownTibor Frank3-32/+17
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-365: IPv6 encaps softwire - MAP-E part IIMatej Klotton1-74/+197
- check traffic with multiple domains configured. Generate given amount of random configurations. - add map-e hairpinning test. - add icmp test for map-e. - reformat map_e.robot, capitalize all KW. Change-Id: I94c4c9d6b186cc4a7c65cdb84ee795365dff5e82 Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-09-20CSIT-407: ARP entry != FIB route.Neale Ranns1-3/+13
Change-Id: I2fff596d9bdc67766e0df1c08b3ffab1aab459e6 Signed-off-by: Neale Ranns <nranns@cisco.com>
2016-09-19CSIT-197: Change overlappin IPv4 default routeMatej Klotton1-4/+4
- change test scenario Change-Id: Ie0bf25021a03dd5dd72e35f11bd795749015f538 Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-09-07CSIT-381: Remove EXPECTED_FAILING tag from TCsMatej Klotton1-1/+0
Change-Id: I4afd4f139220599fdfdc6604340430ddb1166ed3 Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-09-06CSIT-353: MAP-T FIX: Add tx src mac to traffic scriptMatej Klotton1-3/+4
Change-Id: I011231c68dc470590323933dbdb3f33c3026559b Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-09-06CSIT-348: Remove EXPECTED_FAILING tag from TCsMatej Klotton1-2/+0
Change-Id: I1c975f658fb73d401967d1202e2565aa3a634473 Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-08-25CSIT-353: Add basic map-t testsMatej Klotton1-0/+125
Change-Id: I78075e445cdd61e0e3cf9353bddeaf6e6bc978fa Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-08-15CSIT-197: Add basic mapping rule tests for MAP-EMatej Klotton1-0/+318
- IPv4 prefix length + ea bits length < 32 - IPv4 prefix length + ea bits length == 32 - IPv4 prefix length + ea bits length > 32 - End user IPv6 prefix is 64 - IPv4 preffix is 0 Change-Id: Ib8d76abfebfb206fbbaa3c1422b2d321a3ed8712 Signed-off-by: Matej Klotton <mklotton@cisco.com>
2016-07-22CSIT-220: Rename directories in tests directoryMatej Klotton1-0/+200
- 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>