-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.spec
80 lines (75 loc) · 3.23 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
plugin_type: test
subparsers:
robot:
description: Run Robot based tests
include_groups: ['Ansible options', 'Inventory', 'Common options', 'Answers file']
groups:
- title: Robot tests
options:
tests:
type: Value
help: |
Comma,delimited list of robot files to execute.
Example:
--tests /home/opnfv/repos/odl_test/csit/suites/natapp/basic,/home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/l2.robot
required: yes
- title: Robot docker container name
options:
container-image-name:
type: Value
help: |
Name of the container image to use to run Robot in.
default: opnfv/cperf:latest
- title: ODL authentication
options:
opendaylight-username:
type: Value
help: |
Username for ODL REST
default: odladmin
opendaylight-password:
type: Value
help: |
Password for ODL REST
default: redhat
karaf-prompt-login:
type: Value
help: |
Username/login that shows up when logged in to karaf
console.
NOTE: It may need to be overriden with 'karaf'
for certain versions, i.e.: OSP13 GA/odlparent 3.1.0.
default: 'opendaylight-user'
karaf-prompt-line:
type: Value
help: |
Prompt line of the karaf console.
NOTE: It may need to be overriden with 'karaf.*root.*'
for certain versions, i.e.: OSP13 GA/odlparent 3.1.0.
default: 'opendaylight-user.*root.*>'
- title: ODL release
options:
opendaylight_release:
type: Value
help: "Name of the OpenDaylight release, i.e.: fluorine."
NOTE: if value of this parameters is not specified then it defaults to one from vars.yml
- title: Deployment environment
options:
deployment-environment:
type: Value
help: |
Type of environment OpenDaylight was deployed in: baremetal, VM
default: VM
required: yes
osp-version:
type: Value
help: |
OSP version. Example: 14
required: yes
- title: Cleanups
options:
cleanup-before:
type: Bool
help: Whether to clean openstack resources (routers, security groups etc.) before running robot.
default: no