
So far, the Tobiko docs were duplicated in some places, different (although duplicated), and some fragments were not relevant (or outdated). This patch refactors the run test cases part of Tobiko quick start guide by modularizing the fragments ("spilling" fragments instead of coping them), correcting typos, and deleting/updating irrelevant information. Change-Id: I685182cde8573e80ecaabe8216530b903df759e1
1.8 KiB
Quick Start
This document describes how to setup an environment and how to run test cases
See also
To install Tobiko inside a virutalenv please read tobiko-installation-guide
.
To configure Tobiko please read tobiko-configuration-guide
.
To run Tobiko scenario test cases please look at tobiko-test-case-execution-guide
.
Configure tobiko with tobiko.conf
Configure Logging Options
Create a virtual environment with tox
Run Test Cases
The next section is a quick guide about running some test cases. For
more information, please see our Tobiko Test Cases Execution Guide<tobiko-test-case-execution-guide>
Before running test cases, make sure you configure tobiko logging <conf_logging>
according to your needs.
Note
Unlike other testing frameworks, Tobiko does not delete its resources after test cases finish their execution. You may clean up tobiko workloads after the execution manually, for example heat stacks and glance images.