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 937def3541 Update Neutron resource search
Change-Id: I14a431a8fa6bca7bdef4d2f60e71856716246a04
4 years ago
devstack Automatically create SSH key file if it doesn't exists 4 years ago
doc Merge "Fix build autogenerated config files doc on RTD" 4 years ago
etc/oslo-config-generator Autogenerate config options and sample config file 4 years ago
infrared Remove configuration of flavor in InfraRed plugin 4 years ago
playbooks Get parsed test results in tobiko-devstack job 4 years ago
releasenotes Fix requirements and use ReadTheDocs HTML documentation theme 4 years ago
report Add tox environment to generate HTML test case reports. 4 years ago
roles Automatically select python version on scenario and fucntional tests 4 years ago
tobiko Update Neutron resource search 4 years ago
tools/ci Add tool to print out yaml file to js format 4 years ago
zuul.d Fix DevStack jobs: mark files as irrelevant. 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 allow specifying custom tobiko gerrit 4 years ago
requirements.txt Add glance client to requirements file. 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 Add autogenerated tobiko.conf example file. 4 years ago
tox.ini Merge "Fix build autogenerated config files doc on RTD" 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