提交 8606a0b4 编写于 作者: L Lukáš Doktor 提交者: Lucas Meneghel Rodrigues

qemu.tests.virtio_console: Fix incorrect variable name and style

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 56b1d5d7
......@@ -682,7 +682,7 @@ def run_virtio_console(test, params, env):
vm.destroy()
break
if threads[0].ret_code:
err += "%s, " % thread
err += "%s, " % threads[0]
tmp = "%d data sent; " % threads[0].idx
for thread in threads[1:]:
logging.debug('Joining %s', thread)
......@@ -1337,7 +1337,7 @@ def run_virtio_console(test, params, env):
threads[i].migrate_event.set()
# OS is sometime a bit dizzy. DL=30
#guest_worker.reconnect(vm, timeout=30)
# guest_worker.reconnect(vm, timeout=30)
i = 0
while i < 6:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册