aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2018-02-09 13:09:09 +0100
committerJan Gelety <jgelety@cisco.com>2018-02-09 14:37:26 +0000
commitb6ebc20a98cf7266b54c9a717a708858ffa17594 (patch)
treed237252b9ab4160c8bb5aa60156bb14ce25f46f4 /resources
parentce548b3df9e5e33cdd634ca58f7d1276e380d9b9 (diff)
Disable all plugins except DPDK by default
- enable corresponding plugin for ACL, NAT, MEMIF tests Change-Id: Ie8bfdcbf1734283b6412ef3015215a00ce3ebdf6 Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit e6bbba641dfe38cf14155aa96576059ade64773c)
Diffstat (limited to 'resources')
-rw-r--r--resources/libraries/robot/performance/performance_setup.robot21
-rw-r--r--resources/libraries/robot/shared/default.robot1
2 files changed, 22 insertions, 0 deletions
diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot
index a3d6eea4c7..0cc6388391 100644
--- a/resources/libraries/robot/performance/performance_setup.robot
+++ b/resources/libraries/robot/performance/performance_setup.robot
@@ -386,6 +386,27 @@
| | Configure VPP in all 'VNF' containers
| | Install VPP in all 'VNF' containers
+| Set up performance test suite with MEMIF
+| | [Documentation]
+| | ... | Remove memif_plugin.so from the list of disabled plugins.
+| | ...
+| | Set Suite Variable | @{plugins_to_disable}
+| | Remove Values From List | ${plugins_to_disable} | memif_plugin.so
+
+| Set up performance test suite with NAT
+| | [Documentation]
+| | ... | Remove nat_plugin.so from the list of disabled plugins.
+| | ...
+| | Set Suite Variable | @{plugins_to_disable}
+| | Remove Values From List | ${plugins_to_disable} | nat_plugin.so
+
+| Set up performance test suite with ACL
+| | [Documentation]
+| | ... | Remove acl_plugin.so from the list of disabled plugins.
+| | ...
+| | Set Suite Variable | @{plugins_to_disable}
+| | Remove Values From List | ${plugins_to_disable} | acl_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
diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot
index 5287fb6073..340a0f032d 100644
--- a/resources/libraries/robot/shared/default.robot
+++ b/resources/libraries/robot/shared/default.robot
@@ -126,6 +126,7 @@
| | | Run keyword | ${dut}.Add DPDK Socketmem | "1024,1024"
| | | Run keyword | ${dut}.Add DPDK No Tx Checksum Offload
| | | Run keyword | ${dut}.Add Heapsize | "4G"
+| | | Run keyword | ${dut}.Add Plugin Disable | @{plugins_to_disable}
| | | Run keyword | ${dut}.Add IP6 Hash Buckets | "2000000"
| | | Run keyword | ${dut}.Add IP6 Heap Size | "4G"
| | | Run keyword | ${dut}.Add IP Heap Size | "4G"