DevStack plugin for configuring Tobiko test cases
Go to file
Federico Ressi 0d46934bb6 Fix Vagrantfile
Change-Id: Ie3f8b130efb0c0d95c09f939e4fce234a0436a1a
2020-11-18 14:37:59 +01:00
devstack Write unbound nameservers to tobiko.conf 2020-11-16 11:08:53 +01:00
playbooks Write unbound nameservers to tobiko.conf 2020-11-16 11:08:53 +01:00
roles Fix Vagrantfile 2020-11-18 14:37:59 +01:00
zuul.d Remove IPV6 default nameservers 2020-11-17 21:58:08 +01: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 Generate SSH key pair when it is missing 2020-10-29 01:09:04 +00: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