diff options
author | pmikus <pmikus@cisco.com> | 2016-07-18 07:06:23 +0100 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-07-19 12:21:37 +0000 |
commit | 380372ddefef7b3fdaef53978479142d4a13c5ef (patch) | |
tree | 00f46067abc573b2f2905f56f758f692f7a820cb /resources/libraries/robot | |
parent | 369ad9d7c3078a563b3cd93cb7151104d019a085 (diff) |
CSIT-209 Add option enable-vhost-user into startup config
- Add option enable-vhost-user into startup config
Change-Id: I2cf7952047ee749bd66e041b57aaee61c2687382
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/default.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot index 6591b3c874..ad5d69dfed 100644 --- a/resources/libraries/robot/default.robot +++ b/resources/libraries/robot/default.robot @@ -114,6 +114,13 @@ | | :FOR | ${dut} | IN | @{duts} | | | Add No Multi Seg Config | ${nodes['${dut}']} +| Add Enable Vhost User to all DUTs +| | [Documentation] | Add Enable Vhost User to VPP startup configuration to all +| | ... | DUTs +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Add Enable Vhost User Config | ${nodes['${dut}']} + | Remove startup configuration of VPP from all DUTs | | [Documentation] | Remove VPP startup configuration from all DUTs | | ${duts}= | Get Matches | ${nodes} | DUT* @@ -124,6 +131,7 @@ | | | Remove Heapsize Config | ${nodes['${dut}']} | | | Remove Rxqueues Config | ${nodes['${dut}']} | | | Remove No Multi Seg Config | ${nodes['${dut}']} +| | | Remove Enable Vhost User Config | ${nodes['${dut}']} | Setup default startup configuration of VPP on all DUTs | | [Documentation] | Setup default startup configuration of VPP to all DUTs |