Testing OpenStack upgrades
You can not 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 cbfb7ffbdc
Keep separed test results messages from errors
3 years ago
devstack Find an external network when no one is provided 3 years ago
doc Remove faults integration documentation 3 years ago
etc/oslo-config-generator Autogenerate config options and sample config file 4 years ago
playbooks Restore TripleO CI jobs using new Tobiko role 3 years ago
releasenotes Fix requirements and use ReadTheDocs HTML documentation theme 4 years ago
roles Keep separed test results messages from errors 3 years ago
tobiko Merge "Skip tests from RebootNodesTest on non TripleO based cloud" 3 years ago
tools/ci Download IR workspace from a URL before importing it 3 years ago
zuul.d Spliting infrared plugin into roles 3 years ago
.ansible-lint Spliting infrared plugin into roles 3 years ago
.coveragerc Relax low coverage trealdshold 3 years ago
.gitignore Spliting infrared plugin into roles 3 years ago
.gitreview OpenDev Migration Patch 4 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 Drop support for Python3.5 3 years ago
Vagrantfile Fix Tox Infrared job 3 years ago
ansible.cfg Create Tox InfraRed upstream job 3 years ago
bindep.txt Fix Tox Infrared job 3 years ago
linters-requirements.txt Spliting infrared plugin into roles 3 years ago
report-requirements.txt Add missing requirement to report environment 3 years ago
requirements.txt Remove unused integrations: os_faults and ansible 3 years ago
setup.cfg Remove unused integrations: os_faults and ansible 3 years ago
setup.py Add initial structure 5 years ago
test-requirements.txt Update requrements files. 4 years ago
tobiko.conf.example Add simple Octavia traffic scenario 3 years ago
tox.ini Spliting infrared plugin into roles 3 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.

Project Requirements

Tobiko Python framework is being tested with below Python versions:

  • Python 3.6
  • Python 3.7
  • Python 3.8

and below Linux distributions:

  • CentOS 7 (with Python 3.6 and 3.8)
  • Ubuntu Bionic (with Python 3.6 and 3.7)

The framework is being used for executing test cases. As Tobiko can be executed on nodes that are not part of the cloud to test against, this doesn't mean Tobiko requires cloud nodes have to run with one of tested Python versions or Linux distributions.

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