未验证 提交 25bc654c 编写于 作者: C Cleber Rosa

Merge remote-tracking branch 'clebergnu/nrunner_interface_tests_variants'

Signed-off-by: NCleber Rosa <crosa@redhat.com>
#!/usr/bin/env python3
import sys
from avocado.core.job import Job
config = {'run.references': ['selftests/functional/test_nrunner_interface.py'],
'run.dict_variants': [
{'runner': 'avocado-runner-noop'},
{'runner': 'avocado-runner-exec'},
{'runner': 'avocado-runner-exec-test'},
{'runner': 'avocado-runner-python-unittest'},
{'runner': 'avocado-runner-avocado-instrumented'},
{'runner': 'avocado-runner-tap'},
]}
with Job(config) as j:
sys.exit(j.run())
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册