提交 0fa11d92 编写于 作者: L Lukáš Doktor 提交者: Cleber Rosa

avocado.plugins.run: Rename the multiplex argument group

The multiplexer is our way to define test params. Let's mention the
purpose, rather than our cryptical name in the parser's argument group.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 aa2d485c
...@@ -133,7 +133,7 @@ class Run(CLICmd): ...@@ -133,7 +133,7 @@ class Run(CLICmd):
loader.add_loader_options(parser) loader.add_loader_options(parser)
if multiplexer.MULTIPLEX_CAPABLE: if multiplexer.MULTIPLEX_CAPABLE:
mux = parser.add_argument_group('multiplexer use on test execution') mux = parser.add_argument_group('test parameters')
mux.add_argument('-m', '--multiplex', nargs='*', dest='multiplex_files', mux.add_argument('-m', '--multiplex', nargs='*', dest='multiplex_files',
default=None, metavar='FILE', default=None, metavar='FILE',
help='Location of one or more Avocado multiplex (.yaml) ' help='Location of one or more Avocado multiplex (.yaml) '
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册