diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-05-17 14:31:43 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-06-01 06:02:24 +0000 |
commit | 44e82a32bb10129d1f85d12e5141de2a17d5ff1a (patch) | |
tree | 124478b18ab316b195f9cae10420e0cdc52a4fd8 /resources/libraries/robot/performance/performance_setup.robot | |
parent | aea0a78dd1b090010b6b1262b82a34a2d107a85b (diff) |
VPP link bonding - lacp mode
CSIT-1072
CSIT-1083
CSIT-1084
Change-Id: Icaf0e09af633d301306a84251f47822e95b411a2
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance/performance_setup.robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_setup.robot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index f42d9644fb..f4e07b1103 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -429,6 +429,13 @@ | | Set Suite Variable | @{plugins_to_enable} | | Append To List | ${plugins_to_enable} | srv6am_plugin.so +| Set up performance test suite with LACP mode link bonding +| | [Documentation] +| | ... | Append lacp_plugin.so to the list of enabled plugins. +| | ... +| | Set Suite Variable | @{plugins_to_enable} +| | Append To List | ${plugins_to_enable} | lacp_plugin.so + | Set up 3-node performance topology with wrk and DUT's NIC model | | [Documentation] | | ... | Suite preparation phase that setup default startup configuration of |