aboutsummaryrefslogtreecommitdiffstats
path: root/tests/suites/honeycomb/021_l2_fib.robot
AgeCommit message (Collapse)AuthorFilesLines
2016-07-22CSIT-220: Rename directories in tests directoryMatej Klotton1-228/+0
- 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>
2016-07-22CSIT-219: Realocate resources for Honeycomb testsTibor Frank1-1/+1
- move the resources to resources/test_data/honeycomb Change-Id: I77c1bd5707f557799a7a189a9c695c50e5471621 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2016-06-30Rename Honeycomb test suitesselias1-0/+228
- update test suite numbering to be future-proof - reorder suite execution: - persistence suite should always run last - l2_fib suite follows after l2 - VxLAN gpe suite follows after VxLAN - fix issue with interface name vs. index introduced in change #1032 - change ${node} variable to global scope, set in _init_.robot Change-Id: Ib4ca7265586026faab219da9923e7ca312ef2c79 Signed-off-by: selias <samelias@cisco.com>