aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/__init__.robot
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-06-06 12:16:12 +0000
committerPeter Mikus <pmikus@cisco.com>2019-06-09 05:42:14 +0000
commit233eeb3e9c9fb8d3c300d745fab8112a19d981db (patch)
treef771db4a828ab45ec2843c8bd7fa199e902724fe /tests/vpp/perf/__init__.robot
parent80e06faea73f1574cdb932c25211162121fabd26 (diff)
CSIT-1521 Convert NestedVM testcase into KernelVM
Change-Id: Ic493253dc29dad4fc7e6541e4b839ca5898a6a40 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/perf/__init__.robot')
-rw-r--r--tests/vpp/perf/__init__.robot12
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot
index 25ed403d8a..1f65414306 100644
--- a/tests/vpp/perf/__init__.robot
+++ b/tests/vpp/perf/__init__.robot
@@ -37,14 +37,10 @@
| | ... | Setup suite Variables. Variables are used across performance testing.
| | ...
| | ... | _NOTE:_ This KW sets following suite variables:
-| | ... | - perf_vm_image - Guest VM disk image
-| | ... | - perf_qemu_path - Path prefix to QEMU binary
-| | ... | - use_tuned_cfs - Switch to set scheduler policy
-| | ... | - qemu_build - Whether Qemu will be built
-| | ... | - pkt_trace - Switch to enable packet trace for test
-| | ... | - dut_stats - Switch to enable DUT statistics
-| | ... | - uio_driver - Default UIO driver
-| | ... | - plugins_to_enable - List of plugins to be enabled for test
+| | ... | - 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}