diff options
author | Peter Mikus <pmikus@cisco.com> | 2016-05-11 15:07:06 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-05-24 10:40:22 +0000 |
commit | 058dfaa4ad10b8fd3df7da7793f4633ac2afe64c (patch) | |
tree | 958a8857224295fd62357c270c7f6e8362001d4d /resources/libraries/robot/performance.robot | |
parent | 76798663ee3e71defd75bdf0d1e32d8242e38e33 (diff) |
Add test cases with "dpdk no-multi-seg" in vpp startup config
- JIRA: CSIT-73
- Add ability to configure no-multi-seg parameter in VPP startup
configuration
- Add keywords to selectively configure parameters in startup
configuration
- Modify testcases
Change-Id: I3c5c0a1cc2b1156d5a87ff36628b50793dd9ac5f
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance.robot')
-rw-r--r-- | resources/libraries/robot/performance.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/performance.robot b/resources/libraries/robot/performance.robot index 6c06288f53..73f5bb726a 100644 --- a/resources/libraries/robot/performance.robot +++ b/resources/libraries/robot/performance.robot @@ -146,7 +146,7 @@ | 3-node Performance Suite Setup | | [Arguments] | ${topology_type} -| | Reset startup configuration of VPP on all DUTs +| | Setup default startup configuration of VPP on all DUTs | | Update All Interface Data On All Nodes | ${nodes} | | 3-node circular Topology Variables Setup | | Initialize traffic generator | ${tg} | ${tg_if1} | ${tg_if2} @@ -156,7 +156,7 @@ 3-node Performance Suite Setup with DUT's NIC model | | [Arguments] | ${topology_type} | ${nic_model} -| | Reset startup configuration of VPP on all DUTs +| | Setup default startup configuration of VPP on all DUTs | | Update All Interface Data On All Nodes | ${nodes} | | 3-node circular Topology Variables Setup with DUT interface model | | ... | ${nic_model} |