From: Madhuri Appana <[email protected]>

Signed-off-by: Madhuri Appana <[email protected]>
---
 client/tests/kvm/build.cfg.sample |    2 +-
 client/tests/kvm/tests.cfg.sample |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/client/tests/kvm/build.cfg.sample 
b/client/tests/kvm/build.cfg.sample
index fd5217d..7a4d3fd 100644
--- a/client/tests/kvm/build.cfg.sample
+++ b/client/tests/kvm/build.cfg.sample
@@ -60,7 +60,7 @@ variants:
         # INSTALLERS SELECTION
         # Choose here what components you want to install
         ######################################################################
-        installers = git_repo_spice_protocol git_repo_spice git_repo_qemu
+        installers = git_repo_spice_protocol git_repo_spice git_repo_qemu 
git_kernel_guest_kernel
 
         # Choose wether you want to include debug information/symbols
         install_debug_info = yes
diff --git a/client/tests/kvm/tests.cfg.sample 
b/client/tests/kvm/tests.cfg.sample
index bd0d05e..8fcc826 100644
--- a/client/tests/kvm/tests.cfg.sample
+++ b/client/tests/kvm/tests.cfg.sample
@@ -7,6 +7,7 @@ include base.cfg
 include subtests.cfg
 include guest-os.cfg
 include guest-hw.cfg
+include config.cfg
 include cdkeys.cfg
 include virtio-win.cfg
 
@@ -130,6 +131,23 @@ variants:
         only CustomGuestLinux
         only migrate
 
+    # Runs using qemu and guest kernel build during git build
+    # Run 9P CI tests
+    - @qemu_kvm_guest_kernel_with_9p_export:
+        # We want qemu-kvm for this run
+        qemu_binary =  ./install_root/bin/qemu-system-x86_64
+        qemu_img_binary = ./install_root/bin/qemu-img
+        only raw
+        only virtio_net
+        only virtio_blk
+        only smp2
+        only no_pci_assignable
+        only smallpages
+        only 9p_export
+        only Ubuntu.8.10-server-32
+        only boot, 9p.9p_ci, shutdown
+        extra_params = ' --enable-kvm '
+
 # You may provide information about the DTM server for WHQL tests here:
 #whql:
 #    server_address = 10.20.30.40
-- 
1.7.6.4

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

Reply via email to