tobiko/doc/source/user/_run_scenario.rst
Omer 3d04906a9f Refactor run tests part of Tobiko quick start guide
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
2022-06-24 12:52:26 +02:00

15 lines
622 B
ReStructuredText

Scenario test cases are used to create workloads that simulate real-world use
of OpenStack. They create networks, virtual machines, ports, routers, etc.
They also validate that these workloads are functioning.
Running Tobiko scenario test cases using Tox (may take some minutes to complete)::
tox -e scenario
Scenario test cases are also used to check that previously created resources are
still up and working as expected. To ensure test cases will not create those
resources again we can set `TOBIKO_PREVENT_CREATE` environment variable before
re-running test cases::
TOBIKO_PREVENT_CREATE=yes tox -e scenario