DevStack plugin for configuring Tobiko test cases
Go to file
Federico Ressi 9108be7e83 Avoid re-stacking when not necessary
Also adds a swap file of 8GB

Change-Id: I50b7dcb5ca40c9840ae086006c9d868637d3b5d0
2020-10-02 15:39:53 +02:00
devstack Run test cases at the end of provisioning 2020-09-30 13:49:03 +02:00
playbooks Avoid re-stacking when not necessary 2020-10-02 15:39:53 +02:00
roles Avoid re-stacking when not necessary 2020-10-02 15:39:53 +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 Avoid re-stacking when not necessary 2020-10-02 15:39:53 +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