aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/default.robot
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-03-21 10:29:17 +0100
committerGerrit Code Review <gerrit@fd.io>2016-04-01 14:12:32 +0000
commit4b2b04f21eee90ee3c9b4ebed2d8546dbc7be8e1 (patch)
tree54bc5407eac2870caec6fed3226b1df588c322b5 /resources/libraries/robot/default.robot
parent4ae37074a3e74bd6fdcd606d1553b99131372c84 (diff)
Long perf tests
- added new long tests for ipv4 and xconnect - modified long bridge domain test - added 64B, 1518B and 9000B frame sizes Change-Id: I88f75c375345f2d708df3fd24dd50d77bc63c495 Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/default.robot')
-rw-r--r--resources/libraries/robot/default.robot8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot
index 0c9341580e..d085825a04 100644
--- a/resources/libraries/robot/default.robot
+++ b/resources/libraries/robot/default.robot
@@ -15,6 +15,7 @@
| Variables | resources/libraries/python/topology.py
| Library | resources/libraries/python/DUTSetup.py
| Library | resources/libraries/python/TGSetup.py
+| Library | Collections
*** Keywords ***
| Setup all DUTs before test
@@ -24,3 +25,10 @@
| Setup all TGs before traffic script
| | [Documentation] | Prepare all TGs before traffic scripts execution
| | All TGs Set Interface Default Driver | ${nodes}
+
+| Show statistics on all DUTs
+| | [Documentation] | Show VPP statistics on all DUTs after the test failed
+| | Sleep | 10 | Waiting for statistics to be collected
+| | ${duts}= | Get Matches | ${nodes} | DUT*
+| | :FOR | ${dut} | IN | @{duts}
+| | | Vpp show stats | ${nodes['${dut}']}