diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-04-13 06:15:25 +0000 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-04-15 13:26:28 +0000 |
commit | 0e0cf38fcd1ff704293c9dd2c7a05f8682e11de9 (patch) | |
tree | ca7a60ab9164003f7cc1737e4bbed2ac8ce75ba6 /tests/vpp/perf | |
parent | cc0c2870a18fb74a56410eca2d1870bddc945397 (diff) |
Remove obsolete QEMU installation
+Unify QEMU parameter to Contants.
Change-Id: I95adfc97dd7008c19e60ba3fa8668818b503bee8
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/perf')
-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 973d37ad32..33c2901a63 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -48,9 +48,6 @@ | | ... | - uio_driver - Default UIO driver | | ... | - plugins_to_enable - List of plugins to be enabled for test | | ... -| | Set Global Variable | ${perf_vm_image} | /var/lib/vm/csit-nested-1.7.img -| | Set Global Variable | ${perf_qemu_path} | /opt/qemu-2.11.2 -| | Set Global Variable | ${qemu_build} | ${True} | | Set Global Variable | ${pkt_trace} | ${False} | | Set Global Variable | ${dut_stats} | ${True} | | @{plugins_to_enable}= | Create List | dpdk_plugin.so |