-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.spec
62 lines (62 loc) · 2.56 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
config:
plugin_type: test
subparsers:
ospdui:
description: The ospdui test runner
include_groups: ["Ansible options", "Inventory", "Common options", "Common variables", "Answers file"]
groups:
- title: Setup
options:
openstack-version:
type: Value
help: |
The OpenStack under test version.
choices: ['10', '11', '12', '13', '14']
required: yes
undercloudrc:
type: Value
help: |
The full path or relative path to the undercloud rc file.
When empty, infrared will search active workspace for the 'stackrc' file and use it.
tests:
type: Value
help:
The full path or relative path to tests to run. This value will be passed to the test runner.
required: yes
ssl:
type: Bool
help: specifies whether the ui should be accessed by https for http protocol.
default: no
setup:
type: VarFile
help: |
The ospdui setup parameters
__LISTYAMLS__
default: default
browser:
type: Value
help: The web broser to use
choices:
- firefox
- chrome
- marionette
default: firefox
environment-url:
type: Value
help: |
The link where the environment files for the specific baremetal environment (especially instackenv.json) can be found
default: ''
plan:
type: Value
help: The test plan file name to use for tests.
default: plan.tgz
config:
type: Value
help: |
The test framework configuration file to use instead of the default.
topology-config:
type: VarFile
help: |
The topology configuration to be used.
default: default.conf