This way we'll be able to run the cpu_hotplug
test suite from autotest on guests.

Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 .../tests/kvm/autotest_control/cpu_hotplug.control |   10 ++++++++++
 client/tests/kvm/tests_base.cfg.sample             |    4 +++-
 2 files changed, 13 insertions(+), 1 deletions(-)
 create mode 100644 client/tests/kvm/autotest_control/cpu_hotplug.control

diff --git a/client/tests/kvm/autotest_control/cpu_hotplug.control 
b/client/tests/kvm/autotest_control/cpu_hotplug.control
new file mode 100644
index 0000000..826584b
--- /dev/null
+++ b/client/tests/kvm/autotest_control/cpu_hotplug.control
@@ -0,0 +1,10 @@
+AUTHOR = 'Martin Bligh <[email protected]>'
+DOC = 'lhcs_regression: Regression test for CPU hotplug'
+NAME = 'cpu_hotplug'
+TIME = 'MEDIUM' ## ?
+EXPERIMENTAL = 'True'
+TEST_CLASS = 'kernel'
+TEST_CATEGORY = 'Functional'
+TEST_TYPE = 'client'
+
+job.run_test('cpu_hotplug')
diff --git a/client/tests/kvm/tests_base.cfg.sample 
b/client/tests/kvm/tests_base.cfg.sample
index 2d03f1f..e48f1d2 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -125,7 +125,9 @@ variants:
             - hackbench:
                 test_name = hackbench
                 test_control_file = hackbench.control
-
+            - cpu_hotplug:
+                test_name = cpu_hotplug
+                test_control_file = cpu_hotplug.control
 
     - linux_s3:     install setup unattended_install
         type = linux_s3
-- 
1.6.6

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to