diff options
Diffstat (limited to 'tests/vpp/perf/__init__.robot')
-rw-r--r-- | tests/vpp/perf/__init__.robot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot index 1f65414306..578c57312b 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -39,11 +39,8 @@ | | ... | _NOTE:_ This KW sets following suite variables: | | ... | - pkt_trace - Switch to enable packet trace for test. | | ... | - dut_stats - Switch to enable DUT statistics. -| | ... | - plugins_to_enable - List of plugins to be enabled for test. | | ... | - packages_dir - Directory with VPP binary packages. | | ... | | Set Global Variable | ${pkt_trace} | ${False} | | Set Global Variable | ${dut_stats} | ${True} -| | @{plugins_to_enable}= | Create List | dpdk_plugin.so -| | Set Global Variable | @{plugins_to_enable} | | Set Global Variable | ${packages_dir} | /tmp/openvpp-testing/download_dir/ |