X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_setup.robot;h=e66a98b19c27dc2af9d91026c930e0bbf9d54a25;hb=refs%2Fchanges%2F33%2F11433%2F5;hp=7699fb1719b416a40bfd7ed19780de2c0dbb462c;hpb=ac3860dbb6e25b68d96ceadc2e887d81b7ea5603;p=csit.git diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 7699fb1719..e66a98b19c 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -388,24 +388,24 @@ | Set up performance test suite with MEMIF | | [Documentation] -| | ... | Remove memif_plugin.so from the list of disabled plugins. +| | ... | Append memif_plugin.so to the list of enabled plugins. | | ... -| | Set Suite Variable | @{plugins_to_disable} -| | Remove Values From List | ${plugins_to_disable} | memif_plugin.so +| | Set Suite Variable | @{plugins_to_enable} +| | Append To List | ${plugins_to_enable} | memif_plugin.so | Set up performance test suite with NAT | | [Documentation] -| | ... | Remove nat_plugin.so from the list of disabled plugins. +| | ... | Append nat_plugin.so to the list of enabled plugins. | | ... -| | Set Suite Variable | @{plugins_to_disable} -| | Remove Values From List | ${plugins_to_disable} | nat_plugin.so +| | Set Suite Variable | @{plugins_to_enable} +| | Append To List | ${plugins_to_enable} | nat_plugin.so | Set up performance test suite with ACL | | [Documentation] -| | ... | Remove acl_plugin.so from the list of disabled plugins. +| | ... | Append acl_plugin.so to the list of enabled plugins. | | ... -| | Set Suite Variable | @{plugins_to_disable} -| | Remove Values From List | ${plugins_to_disable} | acl_plugin.so +| | Set Suite Variable | @{plugins_to_enable} +| | Append To List | ${plugins_to_enable} | acl_plugin.so | Set up 3-node performance topology with wrk and DUT's NIC model | | [Documentation]