LAVA: always use /tmp/.. as vlttng root
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 30 Nov 2018 21:58:18 +0000 (16:58 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 30 Nov 2018 21:58:18 +0000 (16:58 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/lava2-submit.py

index 26884ca6663aa237063ef7e563e4625f9128aa79..fc543610feea73ef53c6eae4aa851cd5db0cd4bc 100644 (file)
@@ -130,10 +130,7 @@ def get_vlttng_cmd(device, lttng_tools_commit, lttng_ust_commit=None):
                     ' --override projects.lttng-ust.checkout='+lttng_ust_commit+ \
                     ' --profile lttng-ust-no-man-pages'
 
-    if device is DeviceType.kvm:
-        vlttng_path = '/root/virtenv'
-    else:
-        vlttng_path = '/tmp/virtenv'
+    vlttng_path = '/tmp/virtenv'
 
     vlttng_cmd += ' ' + vlttng_path
 
This page took 0.023358 seconds and 4 git commands to generate.