提交 1b699627 编写于 作者: C Cleber Rosa

Selftests: add html optional plugins tests

To non-parallel execution script.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 e2151f76
......@@ -40,7 +40,9 @@ def test_suite():
('avocado-framework-plugin-runner-vm',
'runner_vm'),
('avocado-framework-plugin-varianter-cit',
'varianter_cit'))
'varianter_cit'),
('avocado-framework-plugin-result-html',
'html'))
for plugin_name, plugin_dir in plugins:
if plugin_available(plugin_name):
path = os.path.join(basedir, 'optional_plugins',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册