oswin-tempest-plugin/requirements.txt
Claudiu Belu 76fe6540d2 Increase the test_qos disk usage limit
The lowest limit for disk usage for Hyper-V instances is 8 KB/s.
Setting it that low, however, can lead to some test timeouts, as
the VM may fail to finish booting in time.

Increases the QoS limit to 1 MB/s.

Change-Id: Iedc8f1add74e4c299f76613a622976b348f278f0
2017-08-31 11:53:12 -07:00

12 lines
394 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.0 # Apache-2.0
oslo.config>=4.0.0,!=4.3.0,!=4.4.0 # Apache-2.0
oslo.log>=3.22.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
tempest>=16.1.0 # Apache-2.0
pywinrm>=0.2.2 # MIT