avocado.plugins.vm: Print test label

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 9b075d32
......@@ -74,6 +74,7 @@ class VMTestRunner(TestRunner):
test = Test(name=tst['test'],
time=tst['time'],
status=tst['status'])
self.result.start_test(test)
self.result.check_test(test)
if not status.mapping[test.status]:
failures.append(test.tagged_name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册