aboutsummaryrefslogtreecommitdiffstats
path: root/tests/func/fds
AgeCommit message (Collapse)AuthorFilesLines
2016-11-07CSIT-465: Common test setup and teardownTibor Frank2-0/+4
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-07-25Use correct KW 'L2 Vlan Tag Rewrite' instead of 'L2 Tag Rewrite' in FDS testsJan Gelety1-6/+8
- KW 'L2 Tag Rewrite' has been renamed to 'L2 Vlan Tag Rewrite' by patch https://gerrit.fd.io/r/#/c/1788/ Change-Id: I313180f08d4d56b16a87a83bd4e242201b6cec16 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2016-07-22CSIT-220: Rename directories in tests directoryMatej Klotton2-0/+674
- 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>