avocado.plugins.vm: Add missing name attribute to the test vm attribute

As it was missing, causing an error with the json output.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 69ed64dd
......@@ -36,6 +36,7 @@ class Test(object):
"""
def __init__(self, name, status, time):
self.name = name
self.tagged_name = name
self.status = status
self.time_elapsed = time
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册