]> Git Repo - qemu.git/commitdiff
tests/acceptance: Specify arch for QueryCPUModelExpansion
authorDavid Gibson <[email protected]>
Wed, 18 Sep 2019 07:06:54 +0000 (17:06 +1000)
committerCleber Rosa <[email protected]>
Thu, 19 Sep 2019 01:28:40 +0000 (21:28 -0400)
At the moment this test runs on whatever the host arch is.  But it looks
for 'unavailable-features' which is an x86 specific cpu property.  Tag it
to always use qemu-system-x86_64.

Signed-off-by: David Gibson <[email protected]>
Reviewed-by: Wainer dos Santos Moschetta <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Cleber Rosa <[email protected]>
Message-Id: <20190918070654[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
tests/acceptance/cpu_queries.py

index e71edec39fcbd98f178c55b7215479a53b67ccaa..af47d2795a1d19a7bc7f2b555b831783b3e5fe9d 100644 (file)
@@ -18,6 +18,9 @@ class QueryCPUModelExpansion(Test):
     """
 
     def test(self):
+        """
+        :avocado: tags=arch:x86_64
+        """
         self.vm.set_machine('none')
         self.vm.add_args('-S')
         self.vm.launch()
This page took 0.027563 seconds and 4 git commands to generate.