Multi host tests can't be executed on the standalone runner, so we've got to filter them out. This way we'll have a lot less results displayed when listing tests for, say, Fedora.18.x86_64, but the list will be more accurate.
CC: Jiri Zupka <[email protected]> Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- qemu/cfg/tests.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/cfg/tests.cfg b/qemu/cfg/tests.cfg index e8bce0b..42a6805 100644 --- a/qemu/cfg/tests.cfg +++ b/qemu/cfg/tests.cfg @@ -6,5 +6,6 @@ variants: only no_9p_export only no_pci_assignable only smallpages + no multi_host only qemu_kvm_jeos_quick -- 1.8.1.2 _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
