
Fix problems with integration test zuul jobs which were made non-voting by [0] and restore them to voting status. These jobs exercise some secret-management functions that test integration between Deckhand and Barbican that doesn't happen in the Airskiff jobs, so they still have some test value. - Some integration test scripts were pointing to old versions of openstack-helm scripts that are no longer maintained. This PS updates those scripts to point to current OSH scripts. - Uplift openstack-helm-infra pin in helm_tk.sh to a recent version - Add build-images to uwsgi test jobs to ensure airship_deckhand_path is set [0]: https://review.opendev.org/660738 Change-Id: If83dead126307a98b44ad5d8f367a972c48a30d0
18 lines
515 B
Plaintext
18 lines
515 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
amqp==2.5.1
|
|
coverage==4.5.1
|
|
fixtures==3.0.0
|
|
python-subunit==1.3.0
|
|
os-testr==1.0.0
|
|
testrepository==0.0.20
|
|
testtools==2.3.0
|
|
bandit==1.5.1
|
|
# NOTE(felipemonteiro): Pin here because later versions require that
|
|
# content-type be present in empty responses.
|
|
gabbi==1.35.1
|
|
pifpaf==2.1.2
|
|
oslotest==3.7.0
|
|
yq>=2.7.2 |