tobiko/plugin.spec

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