-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.spec
27 lines (25 loc) · 1.01 KB
/
plugin.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
plugin_type: test
subparsers:
pytest-runner:
description: Pytest runner
include_groups: ["Ansible options", "Inventory", "Common options", "Answers file"]
groups:
- title: Test Control
options:
run:
type: Bool
help: |
Whether to run the test or only to prepare for it.
default: True
repo:
type: Value
help: |
Git repo which contain the test.
default: 'https://code.engineering.redhat.com/gerrit/rhos-qe-core-installer'
file:
type: ListValue
help: |
Comma separated list of test files locations in git repo. Example:
'tripleo/container_sanity.py', 'tripleo/container_sanity_v3.py'
default: 'tripleo/container_sanity.py'