tobiko/plugin.spec
pkomarov 1c56bb1832 - allow rerunning of infrared tobiko configure tasks
- also set external net name according to osp version
- fix the string bug when using multiple words
with --tests : http://pastebin.test.redhat.com/773150
Change-Id: I1d217f179be13498bb5f21b777d39636292da835
2019-06-24 04:39:50 +00:00

44 lines
1.5 KiB
RPMSpec

---
config:
plugin_type: test
entry_point: ./infrared/main.yml
subparsers:
tobiko:
description: Executes Tobiko Framework
include_groups: ["Ansible options", "Inventory", "Common options", "Answers file"]
groups:
- title: Stages Control
options:
install:
type: Bool
help: |
Install Tobiko
- title: Install Options
options:
dir:
type: Value
default: "{{ ansible_env.HOME }}/tobiko"
help: |
The directory where Tobiko will be installed and used
overcloudrc:
type: Value
default: "{{ ansible_env.HOME }}/overcloudrc"
help: |
The path to the overcloudrc file
venv:
type: Value
default: "{{ ansible_env.HOME }}/tobiko_venv"
help: |
path of existing virtual environment
external_net:
type: Value
default: "public"
help: |
Name of overcloud's external-net
tests:
type: Value
help: |
The set of tests to execute
default: neutron