提交 b4f83e70 编写于 作者: R Rudá Moura 提交者: Ruda Moura

avocado.utils.virt: Disable virt if remote module is off

Signed-off-by: NRuda Moura <rmoura@redhat.com>
上级 2e9a3360
......@@ -26,6 +26,9 @@ else:
from xml.dom import minidom
from avocado.utils import remote
if remote.remote_capable is False:
virt_capable = False
class Hypervisor(object):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册