[Kimchi-devel] [PATCH] bug fix: Allow kimchi runs in multiple platforms

Aline Manera alinefm at linux.vnet.ibm.com
Wed Aug 6 20:14:27 UTC 2014


Do not hard coded x86_64 while running feature tests.
It prevents kimchi to run in different platforms.

Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
---
 src/kimchi/featuretests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kimchi/featuretests.py b/src/kimchi/featuretests.py
index e401c23..8964098 100644
--- a/src/kimchi/featuretests.py
+++ b/src/kimchi/featuretests.py
@@ -59,7 +59,7 @@ SIMPLE_VM_XML = """
   <name>A_SIMPLE_VM</name>
   <memory unit='KiB'>10240</memory>
   <os>
-    <type arch='x86_64' machine='pc'>hvm</type>
+    <type>hvm</type>
     <boot dev='hd'/>
   </os>
 </domain>"""
-- 
1.9.3




More information about the Kimchi-devel mailing list