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

tests.virtio_console: Pylint fix

上级 508a84c7
......@@ -877,7 +877,7 @@ def run_virtio_console(test, params, env):
try:
vm.monitor.info('qtree')
except Exception, inst:
logging.warn("Failed to get info qtree", inst)
logging.warn("Failed to get info from qtree: %s", inst)
exit_event.set()
vm.verify_kernel_crash()
raise error.TestFail('No data transfered after interruption.')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册