62d11d8479
If any job use older Tempest version then we can not need to use the master upper-constraints as they can be incompatible most of the time. We need to use the compatible constraints of what version of Tempest is configured to run. Below devstack patch adding the new way to configure the upper-constraints via new variable TEMPEST_VENV_UPPER_CONSTRAINTS when Tempest master is not used. - https://review.opendev.org/c/openstack/devstack/+/774711 We need to use the same variable to use the configured constraints in run-tempest roles also so that when run-tempest recreate the tempest venv then it honor the same configured constraints instead if using master and error For example: - https://zuul.opendev.org/t/openstack/build/854450dc514041a78fd250dde0eb138e/log/job-output.txt#31341 Depends-On: https://review.opendev.org/c/openstack/devstack/+/774716 Change-Id: I32d539b02366c8ae7ea70195674a97ed6a8ae759 |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
README.rst |
Run Tempest
The result of the tempest run is stored in the tempest_run_result variable (through the register statement).
Role Variables
DEPRECATED option, please use tempest_test_exclude_list instead.
Specifies an excludelist file to skip tests that are not needed.
Pass a full path to the file.