From f535bdc84c1238249c005087e3c16d0fac48db37 Mon Sep 17 00:00:00 2001 From: Jie Tang Date: Tue, 19 May 2020 10:53:54 +0800 Subject: [PATCH] cpu_hotplug: autotest module is no longer supported, remove it. autotest module is no longer supported, remove it from test. Signed-off-by: Jie Tang --- qemu/tests/cpu_hotplug.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu/tests/cpu_hotplug.py b/qemu/tests/cpu_hotplug.py index 5d565a99..13933913 100644 --- a/qemu/tests/cpu_hotplug.py +++ b/qemu/tests/cpu_hotplug.py @@ -153,8 +153,6 @@ def run(test, params, env): timeout = int(params.get("cpu_hotplug_timeout", 300)) error_context.context("running cpu_hotplug autotest after cpu addition") - utils_test.run_autotest(vm, session, control_path, timeout, - test.outputdir, params) # Last, but not least, let's offline/online the CPUs in the guest # several times -- GitLab