[Kimchi-devel] [PATCH] [Kimchi 7/8] Make test_use_test_host architecture independent

Lucio Correia luciojhc at linux.vnet.ibm.com
Fri Mar 10 22:06:10 UTC 2017


Signed-off-by: Lucio Correia <luciojhc at linux.vnet.ibm.com>
---
 tests/test_model.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_model.py b/tests/test_model.py
index 8f7f147..4579ded 100644
--- a/tests/test_model.py
+++ b/tests/test_model.py
@@ -1741,7 +1741,7 @@ class ModelTests(unittest.TestCase):
                 'name': 'test',
                 'source_media': {'type': 'disk', 'path': UBUNTU_ISO},
                 'domain': 'kvm',
-                'arch': 'i686',
+                'arch': os.uname()[4],
                 'disks': []
             }
 
-- 
2.7.4



More information about the Kimchi-devel mailing list