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 581f4ed338 Move default server fixture to new cirros module.
Change-Id: I13f5c13d1e04e90c550551e535dc5ce0404d8744
4 years ago
devstack Remove configuration of flavor in DevStack plugin 4 years ago
doc Update documentation after adding fixture to create flavors. 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 Move default server fixture to new cirros module. 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 Refine tobiko faults 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 Update requirements after ansible 2.8 release. 4 years ago
setup.cfg Add command to print out keystone credentials used by Tobiko 4 years ago
setup.py Add initial structure 5 years ago
test-requirements.txt Update requrements files. 4 years ago
tox.ini Check code complexity 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