
* Allow users and CI pipelines to run tobiko install command * Users can specify which environment to use Also: * Removed os-fault configuration generation - this is done by Tobiko itself * Remove other unused tasks Change-Id: Ieeba8d4094cb3764a2a2de99debbac3acd886180
31 lines
968 B
Ruby
31 lines
968 B
Ruby
---
|
|
config:
|
|
plugin_type: test
|
|
|
|
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:
|
|
env:
|
|
type: Value
|
|
help: |
|
|
The tox environment to use
|
|
dir:
|
|
type: Value
|
|
help: |
|
|
The directory where Tobiko will be installed and used
|
|
venv:
|
|
type: Value
|
|
default: '~/tobiko_venv'
|
|
help: |
|
|
path of existing virtual environment
|