Testing OpenStack upgrades
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Federico Ressi e9a0120417 Add support for clouds.yaml file in DevStack plugin
Change-Id: I03c26d3fc30ad7ce172c2c5e7cd2b316f81729dc
4 years ago
.tobiko-env/lib/python2.7/site-packages/neutron_lib/tests/etc Add SSH connectivity to overcloud nodes. 4 years ago
devstack Add support for clouds.yaml file in DevStack plugin 4 years ago
doc Remove RTD Pip requirements file. 4 years ago
etc/oslo-config-generator Autogenerate config options and sample config file 4 years ago
infrared collect junit xml results 4 years ago
playbooks Merge "Set path for tobiko logs in devstack tobiko jobs" 4 years ago
releasenotes Fix requirements and use ReadTheDocs HTML documentation theme 4 years ago
report use subunit2junitxml for junit-xml report otherwise jenkisn can't read the results 4 years ago
roles Set path for tobiko logs in devstack tobiko jobs 4 years ago
tobiko Handle multiple ping commands dialects 4 years ago
tools/ci Add tool to print out yaml file to js format 4 years ago
zuul.d Merge "Set path for tobiko logs in devstack tobiko jobs" 4 years ago
.coveragerc Add cover CI job and tox env 4 years ago
.gitignore Add tobiko.conf to .gitignore file 4 years ago
.gitreview OpenDev Migration Patch 4 years ago
.pylintrc Add pylint static analysis test. 5 years ago
.stestr.conf Fix requirements and use ReadTheDocs HTML documentation theme 4 years ago
LICENSE Add common module for handling clients 5 years ago
Pipfile Add tobiko-fault command 4 years ago
README.rst Update tobiko documentation page URL. 4 years ago
Vagrantfile Update DevStack plugin after Keystone auth params improvement 4 years ago
pep8-requirements.txt Fix requirements and use ReadTheDocs HTML documentation theme 4 years ago
plugin.spec add report collection for downstream jobs 4 years ago
requirements.txt Generate subunit results XML file report 4 years ago
setup.cfg Autogenerate config options and sample config file 4 years ago
setup.py Add initial structure 5 years ago
test-requirements.txt Update requrements files. 4 years ago
tobiko.conf.example Use the IPv6 documentation prefix as the default cidr 4 years ago
tox.ini Refactor OS-faults integration 4 years ago

README.rst

Tobiko

Test Big Cloud Operations

Tobiko is an OpenStack testing framework focusing on areas mostly complementary to Tempest. While tempest main focus has been testing OpenStack rest APIs, the main Tobiko focus would be to test OpenStack system operations while "simulating" the use of the cloud as the final user would.

Tobiko's test cases 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 test cases to validate that the cloud workloads are still functional.

Main Project Goals

  • To provide a Python framework to write system scenario test cases.
  • To provide tools for testing OpenStack system operations like update, upgrades and fast forward upgrade.
  • To provide CLI tools to implement a workflow designed to test potentially destructive operations (like rebooting cloud nodes, restarting services or others kinds of fault injections).
  • To provide tools to monitor and recollect the healthy status of the cloud as seen from user perspective (black-box testing) or from inside (white-box testing).

References