Testing OpenStack upgrades
850a791e5d
Change-Id: Ic9d107cc92592efd0bcd9c060c1a702a155f9dc4 |
||
---|---|---|
devstack | ||
doc | ||
infrared | ||
playbooks | ||
releasenotes | ||
roles | ||
tobiko | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
extra-requirements.txt | ||
LICENSE | ||
pep8-requirements.txt | ||
Pipfile | ||
pylint-requirements.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
Tobiko
Tobiko is an OpenStack testing framework focusing on areas complementary to Tempest:
- Minor updates and major upgrades. Tobiko tests populate the cloud with workloads such as instances, allows the CI workflow to perform an operation such as an update or upgrade, and then runs tests that validate that the cloud workloads are still functional.
- Fault injection, like restarting nodes, OpenStack services and dependencies such as OVS, RabbitMQ or the DB.
- White box testing; Specifically the ability to run commands on nodes.
Links
- Documentation: Tobiko Documentation
- Usage: Tobiko User Guide
- Bugs: Tobiko StoryBoard
- Source Code: https://opendev.org/x/tobiko.git
- License: Apache License v2.0