tobiko/roles/infrared/plugin.spec
Federico Ressi 2e3af9b534 Fix Tox Infrared job
Change-Id: Ie4ad2f23e1e518c688dc4334acaa3379827ac146
2020-02-18 15:40:01 +01:00

52 lines
1.8 KiB
Python

---
config:
plugin_type: test
entry_point: 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
floating_network:
type: Value
default: "public"
help: |
Name of overcloud's floating_network
tests:
type: Value
help: |
The set of tests to execute
default: scenario
results_dir_suffix:
type: Value
help: |
Suffix string to add to tobiko_results dir
example : default will be tobiko_results_1st
default: "1st"
refsec:
type: Value
help: |
specific gerrit patch refsec to
checkout, example:
--refsec refs/changes/66/665966/7
default: ''