提交 703d5908 编写于 作者: L Lucas Meneghel Rodrigues

Rename kvm_vm to qemu_vm

As part of our process of moving references kvm -> qemu.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 ddcbc4e6
import logging, re, random, os, time, pickle, sys, traceback
from autotest.client.shared import error, utils
from autotest.client.shared import test as test_module
from virttest import kvm_vm
from virttest import qemu_vm
from virttest import utils_misc, utils_test, aexpect
......@@ -73,7 +73,7 @@ def run_cpuflags(test, params, env):
params_b["smp"] = smp
vm_name = "vm1-cpuflags"
vm = kvm_vm.VM(vm_name, params_b, test.bindir, env['address_cache'])
vm = qemu_vm.VM(vm_name, params_b, test.bindir, env['address_cache'])
env.register_vm(vm_name, vm)
if (migration is True):
vm.create(migration_mode=mig_protocol)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册