aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/default.robot
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-06-13 12:36:54 +0100
committerMiroslav Miklus <mmiklus@cisco.com>2016-06-14 14:21:03 +0000
commit244693d43a5d4a2b8ac3fa7dfcb659b2135743d9 (patch)
treef221e967112fd1c234071a32fe9c95d760fa0ea7 /resources/libraries/robot/default.robot
parent23d5e7c58dff725043bf15d2099e2e168050f256 (diff)
CSIT-163: Add show vpp version verbose
- Add output of vpp version verbose Change-Id: Ia74b97be4636d55b115246d495a5d6eea0a94bb7 Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/default.robot')
-rw-r--r--resources/libraries/robot/default.robot6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot
index fb9a70dfe0..2b116f5a7a 100644
--- a/resources/libraries/robot/default.robot
+++ b/resources/libraries/robot/default.robot
@@ -28,6 +28,12 @@
| | [Documentation] | Prepare all TGs before traffic scripts execution
| | All TGs Set Interface Default Driver | ${nodes}
+| Show vpp version on all DUTs
+| | [Documentation] | Show VPP version verbose on all DUTs
+| | ${duts}= | Get Matches | ${nodes} | DUT*
+| | :FOR | ${dut} | IN | @{duts}
+| | | Vpp show version verbose | ${nodes['${dut}']}
+
| Add '${m}' worker threads and rxqueues '${n}' without HTT to all DUTs
| | [Documentation] | Setup M worker threads without HTT and rxqueues N in
| | ... | startup configuration of VPP to all DUTs