File: usage.rst

package info (click to toggle)
blazar-tempest-plugin 0.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: python: 799; makefile: 18
file content (19 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
=====
Usage
=====

The api tests are defined in .yaml files and should be executed
in the order in the file. To do this, set ``group_regex`` parameter
in ``.stestr.conf``::

    group_regex=blazar_tempest_plugin\.tests\.api\.test_blazar_api

or, you can also save the test order by setting the number of test
workers to one via tempest run options::

    $ tempest run --regex blazar_tempest_plugin --serial

or::

    $ tempest run --regex blazar_tempest_plugin --concurrency=1