nova/gate
Ghanshyam Mann e21fb67934 [stable-only] Use Tempest's run upper constraints from devstack
Devstack creates the tempest virtual env with upper
constraints set by TEMPEST_VENV_UPPER_CONSTRAINTS[1].
For stable/train, they are stable/train constraints but then nova
run tempest in run_tests.sh then it does not set/pass the
upper constraints so master constraints is used and it ends up
recreating the tempest virtual env and fail the job.

We should make sure that upper constraints used in nova tempest run
and devstack is same.

- https://zuul.opendev.org/t/openstack/build/f50f83571d4348e996e175ea5aad97f7/log/job-output.txt#5100

[1] https://github.com/openstack/devstack/blob/stable/train/stackrc#L320

Change-Id: Iad2d198c58512b26dc2733b97bedeffc00108656
2022-05-23 09:31:56 +02:00
..
live_migration/hooks [stable-only] Use Tempest's run upper constraints from devstack 2022-05-23 09:31:56 +02:00
README move gate hooks to gate/ 2017-01-04 11:05:16 +00:00
post_test_hook.sh Remove redundant call to get/create default security group 2019-10-25 17:40:05 +00:00
test_evacuate.sh nova-live-migration: Ensure subnode is fenced during evacuation testing 2020-03-23 10:21:26 +00:00

README

These are hooks to be used by the OpenStack infra test system. These scripts
may be called by certain jobs at important times to do extra testing, setup,
etc. They are really only relevant within the scope of the OpenStack infra
system and are not expected to be useful to anyone else.