DevStack plugin for configuring Tobiko test cases
Go to file
Federico Ressi f0bb306fec Create devstack gate jobs
Change-Id: Ifa94873733863251d11500b3503d887dfa50f6ee
Depends-On: https://review.opendev.org/c/x/tobiko/+/767534
2020-12-18 08:41:53 +00:00
devstack Add support to external network option 2020-11-29 20:31:19 +00:00
playbooks Ensure local SSH key can login localhost 2020-11-20 06:22:11 +01:00
roles Fix Vagrantfile 2020-11-18 14:37:59 +01:00
zuul.d Create devstack gate jobs 2020-12-18 08:41:53 +00:00
.gitignore Create devstack-tobiko Vagrantfile 2020-09-29 16:09:52 +02:00
.gitreview Fix typo in .gitreview config file 2020-11-04 16:36:05 +01:00
.pre-commit-config.yaml Update pre-commit version 2020-11-10 11:53:05 +01: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 Ensure local SSH key can login localhost 2020-11-20 06:22:11 +01: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