From f9a184a9cae3ab050af483e2e81f6ac27938c2c0 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 5 Nov 2018 17:43:10 -0500 Subject: [PATCH] Device type is qemu not kvm Signed-off-by: Jonathan Rajotte --- scripts/system-tests/lava2-submit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1