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 ceb5420cf4 Add support for dynamic parameters allocation in Heat stacks
- dynamically allocate subnet CIDR from configed pool

Change-Id: I8a166cb348ca46b1267b1507e9b2f9a8b95eb2fe
4 years ago
devstack Add info about Heat in Devstack 4 years ago
doc Refine tobiko faults 4 years ago
infrared Fix : 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 Add support for dynamic parameters allocation in Heat stacks 4 years ago
tools/ci Automatically select python version on scenario and fucntional tests 4 years ago
zuul.d Add n-api-meta and q-agt services to DevStack subnodes 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 Add infrared plugin to tobiko 4 years ago
requirements.txt Update requirements after ansible 2.8 release. 4 years ago
setup.cfg Add tobiko-fault command 4 years ago
setup.py Add initial structure 5 years ago
test-requirements.txt Update requrements files. 4 years ago
tox.ini Implement async shell result handling 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