diff options
author | 2019-04-13 06:15:25 +0000 | |
---|---|---|
committer | 2019-04-15 14:38:22 +0000 | |
commit | 5e0dafef80645ca39b18fb5accd27aee2e66af4e (patch) | |
tree | 3ef800b72cacd2a2f34a27148bd3c825df307c3a /tests/vpp/perf | |
parent | 6f80cb97dcb095f960b6510b16ebe840c702504b (diff) |
Remove obsolete QEMU installation
+Unify QEMU parameter to Contants.
Change-Id: I95adfc97dd7008c19e60ba3fa8668818b503bee8
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit 0e0cf38fcd1ff704293c9dd2c7a05f8682e11de9)
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 |