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

Merge pull request #735 from ldoktor/mux-tag2

avocado.core.multiplexer: Assign tag to match multiplex variant
......@@ -421,6 +421,7 @@ class Mux(object):
i = None
for i, variant in enumerate(self.variants):
test_factory = [template[0], template[1].copy()]
test_factory[1]['tag'] = "variant%s" % (i + 1)
inject_params = test_factory[1].get('params', {}).get(
'avocado_inject_params', False)
# Test providers might want to keep their original params and
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册