Lukáš Piwowarski bd6481d934 Fix default values for variables in run-tempest role
With the new version of tox the parsing of postargs value has changed.
Previously an empty string was discarded by tox if it appeared in the
postargs value in contrast with the latest version of tox which
leaves the empty string intact.

The behavior of the latest tox version makes some jobs fail as some
variables in the run-tempest role have an empty string as a default
value. This leads in some cases to the execution of an incorrect tempest
command, for example:

tempest run --regex '[.*\bsmoke\b.*]' '' --concurrency=2

The patch changes the default value for blacklist_option,
exclude_list_option and tempest_test_regex variables to None to prevent
an empty string from being passed to postargs variable in tox.

Change-Id: I006e33c5ea0753b68cf1feb8580cb029209af9a8
2023-01-31 14:14:45 +01:00
2021-02-09 22:33:47 +00:00
2022-01-18 15:25:38 +00:00
2022-06-29 22:42:22 +00:00
2019-04-19 19:29:35 +00:00
2018-09-05 08:45:46 +00:00
2022-06-03 14:56:50 -05:00
2012-04-12 16:04:36 +02:00
2019-09-11 16:42:28 +09:00
2022-11-23 14:33:00 -06:00

Team and repository tags

image

Tempest - The OpenStack Integration Test Suite

This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.

Get in touch via email. Use [tempest] in your subject.

Description
OpenStack Testing (Tempest) of an existing cloud
Readme 242 MiB
Languages
Python 99.8%
Shell 0.2%