8ece6590c9
This patch adds /os-host api tests using gabbi. Tests for /leases api will be added in a following patch. Depends-On: https://review.openstack.org/581939 Depends-On: https://review.openstack.org/580538 Change-Id: Ic8dc7b1942f312d6dcbe5f2ad6a73289eaf7c838
12 lines
428 B
Plaintext
12 lines
428 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.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
tempest>=17.1.0 # Apache-2.0
|
|
gabbi>=1.42.1 # Apache-2.0
|