ede95b9b42
Work is based on Arie's initial IR-tobiko plugin, thanks ...:) Change-Id: I9dfa8a87e8ca8623d347b06e1818612ea66c5580
39 lines
1.3 KiB
Ruby
39 lines
1.3 KiB
Ruby
---
|
|
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
|
|
tests:
|
|
type: Value
|
|
help: |
|
|
The set of tests to execute
|
|
default: neutron
|