From 6b6b146d51013b58b8637db59d9f01d6e62c4332 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 22 Feb 2018 11:05:01 +0100 Subject: FIX: Qemu path override Currently there is bug that Qemu path is not correctly composed and cannot be properly overriden due to race condition in code. This patch is fixing functions to properly work with path. Change-Id: I276458d2d23c7a14441a4de4a56eff6431242ab9 Signed-off-by: Peter Mikus --- tests/vpp/perf/__init__.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/vpp/perf/__init__.robot') diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot index 9b65b05460..a50c1fd83f 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -45,8 +45,7 @@ | | Set Global Variable | ${perf_pdr_loss_acceptance} | 0.5 | | Set Global Variable | ${perf_pdr_loss_acceptance_type} | percentage | | Set Global Variable | ${perf_vm_image} | /var/lib/vm/csit-nested-1.7.img -| | Set Global Variable | ${perf_qemu_bin} -| | ... | /opt/qemu-2.5.0/bin/qemu-system-x86_64 +| | Set Global Variable | ${perf_qemu_path} | /opt/qemu-2.5.0/bin/ | | Set Global Variable | ${perf_qemu_qsz} | 1024 | | Set Global Variable | ${use_tuned_cfs} | ${False} | | Set Global Variable | ${qemu_built} | ${False} -- cgit 1.2.3-korg