Commit ab486ea9 authored by David Gibson's avatar David Gibson Committed by Cleber Rosa
Browse files

tests/acceptance: Specify arch for QueryCPUModelExpansion



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: default avatarDavid Gibson <david@gibson.dropbear.id.au>
Reviewed-by: default avatarWainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: default avatarCleber Rosa <crosa@redhat.com>
Message-Id: <20190918070654.19356-1-david@gibson.dropbear.id.au>
Signed-off-by: default avatarCleber Rosa <crosa@redhat.com>
parent f8c3db33
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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()