From: Jonathan Rajotte Date: Mon, 5 Nov 2018 22:43:10 +0000 (-0500) Subject: Device type is qemu not kvm X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=f9a184a9cae3ab050af483e2e81f6ac27938c2c0;p=lttng-ci.git Device type is qemu not kvm Signed-off-by: Jonathan Rajotte --- diff --git a/scripts/system-tests/lava2-submit.py b/scripts/system-tests/lava2-submit.py index 305419a..406c984 100644 --- a/scripts/system-tests/lava2-submit.py +++ b/scripts/system-tests/lava2-submit.py @@ -44,7 +44,7 @@ class TestType(): class DeviceType(): x86 = 'x86' - kvm = 'kvm' + kvm = 'qemu' values = { 'kvm' : kvm, 'x86' : x86,