DevStack plugin for configuring Tobiko test cases
d833b3d2ee
To have connectivity through public network to the vms which are on various nodes in the ci job, we need to configure special bridge called "br-infra" and connect this bridge with br-ex with patch ports. This can be done using "multi-node-bridge" role from zuul roles and "multi-node-setup" added to this repository. Change-Id: I80d7d2bed8291ba21ddc68b48fef5d0aac996b39 |
||
---|---|---|
devstack | ||
playbooks | ||
roles | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
.pre-commit-config.yaml | ||
ansible.cfg | ||
linters-requirements.txt | ||
README.rst | ||
tox.ini | ||
Vagrantfile |
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
- Free software: Apache License, Version 2.0
- Source code: https://opendev.org/x/tobiko-devstack
- Bugs: https://storyboard.openstack.org/#!/project/x/tobiko
Related projects
- Tobiko: https://tobiko.readthedocs.io/en/latest/
- OpenStack: https://www.openstack.org/
- DevStack: https://docs.openstack.org/devstack/latest/