
Make Tobiko an InfraRed plugin for simple and fine-grained executions (both personal and in CI/CD environments). This patch add a plugin spec, main entry playbook and several tasks for basic config & run execution. Change-Id: Ifcff4d79b4c920c28cc8170c4b8a8e9821c7b70d
16 lines
406 B
Python
16 lines
406 B
Python
---
|
|
config:
|
|
plugin_type: test
|
|
|
|
subparsers:
|
|
tobiko:
|
|
description: Tobiko Options
|
|
include_groups: ["Ansible options", "Inventory", "Common options", "Answers file"]
|
|
groups:
|
|
- title: Testing Parameters
|
|
options:
|
|
tests:
|
|
type: Value
|
|
help: |
|
|
Group of tests to execute
|