Tempest ======= With the following you can request a tempest run. In this example it is just testing glance. .. literalinclude:: tempest.yaml Specifiying a test regex ------------------------ Alternatively you can specify a test regex yourself. .. literalinclude:: tempest_regex.yaml Specifying a list of tests to exclude ------------------------------------- You may also additionally specify individual test names or regexes to exclude by specifying them using the ``exclude`` list parameter. .. literalinclude:: tempest_with_excludes.yaml It is also possible to run tempest tests regulary against your cluster via: .. literalinclude:: tempest-cron.yaml Specifying a list of tests to load ------------------------------------- You can specify the tests to run with the ``load`` list parameter, as generated by the `tempest run --list-tests` "dry-run" option. The listed tests are further filtered by the specified targets/regexes. .. literalinclude:: tempest_with_loadlist.yaml