DevStack plugin for configuring Tobiko test cases
Go to file
Federico Ressi d0d2c1c362 Enable devstack-tobiko-* jobs
Depends-On: https://review.opendev.org/755262
Change-Id: Idc34573471d6d6f65f2ac50a1090669d5abe3db6
2020-10-01 14:29:01 +02:00
devstack Run test cases at the end of provisioning 2020-09-30 13:49:03 +02:00
playbooks Switch VM RAM back to 8GB 2020-10-01 13:27:32 +02:00
roles Run test cases at the end of provisioning 2020-09-30 13:49:03 +02:00
zuul.d Enable devstack-tobiko-* jobs 2020-10-01 14:29:01 +02:00
.gitignore Create devstack-tobiko Vagrantfile 2020-09-29 16:09:52 +02:00
.gitreview Added .gitreview 2020-07-02 09:24:13 +00:00
.pre-commit-config.yaml Add intial files 2020-09-29 11:25:40 +00:00
ansible.cfg Create devstack-tobiko Vagrantfile 2020-09-29 16:09:52 +02:00
linters-requirements.txt Add intial files 2020-09-29 11:25:40 +00:00
README.rst Add intial files 2020-09-29 11:25:40 +00:00
tox.ini Add intial files 2020-09-29 11:25:40 +00:00
Vagrantfile Switch VM RAM back to 8GB 2020-10-01 13:27:32 +02:00

Tobiko Devstack Plugin

DevStack plugin to configure Tobiko framework on a DevStack provisioned host

The only goal of this plugin is generating a valid /etc/tobiko/tobiko.conf file to be consumed by Tobiko Python framework on a machine that is running DevStack.

This translates DevStack configurations from local.conf file to tobiko's configuration file. It is intended to facilitate running Tobiko test cases from an host that has been provisioned using DevStack project.

References