未验证 提交 5e482c09 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #1418 from micai20171009/1

Modify the file qemu_guest_agent.py
......@@ -759,7 +759,7 @@ class QemuGuestAgentBasicCheck(QemuGuestAgentTest):
by guest agent. return True if find successfully
"""
for interface in interface_list:
if "target_interface" == interface["name"]:
if target_interface == interface["name"]:
return True
return False
session = self._get_session(params, None)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册