tests: drop redundant virQEMUCapsFilterByMachineType

Introduced by commit <af204232>.

Made redundant by commit 1e9a083 which switched to using
qemuProcessCreatePretendCmd, where capabilities are filtered
in qemuProcessInit after being fetched from the cache.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Ján Tomko 2018-09-08 23:25:10 +02:00
parent 484e13f1a5
commit b64b14cf8e

View File

@ -425,8 +425,6 @@ testUpdateQEMUCaps(const struct testInfo *info,
virQEMUCapsInitHostCPUModel(info->qemuCaps, caps->host.arch,
VIR_DOMAIN_VIRT_QEMU);
virQEMUCapsFilterByMachineType(info->qemuCaps, vm->def->os.machine);
ret = 0;
cleanup: