Commit Graph

5 Commits

Author SHA1 Message Date
Ghanshyam Mann 0976964257 Retire oswin-tempest-plugin: remove repo content
Winstackers project has been retired
- https://review.opendev.org/c/openstack/governance/+/886880

this commit removes the content of oswin-tempest-plugin
deliverables of this project

Change-Id: I489d36a539cb943c1d7216390e469a471719a2cf
2023-09-09 12:30:57 -07:00
Claudiu Belu cfe2ef1600 sets test_qos hypervisor version to 6003
Hyper-V disk QoS is supported on Windows / Hyper-V Server 2012 R2
or newer.

Change-Id: I981347ecfcba59e89c8d7537cda00a0d20e0e124
2017-09-11 14:41:23 -07:00
Claudiu Belu ab50a17aff Fixes tests method resolution
Python allows multiple inheritance, which we use in order to mix and
match test scenarios and actions.

Python performs method resolution as follows:
- checks if the method is defined in the current class.
- if not, check parents, left to right.

Since all tests have test_base as its left-most parent, all methods
are resolved in test_base, which is not the desired behaviour. This
affects optional_feature mixin in particular.

Change-Id: I19d3bdef85a12ef45b600aa4fc68afd390b96c9f
2017-09-07 05:18:02 -07:00
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
Alexandru Muresan ddc4157b33 Add qos optional feature for disk I/O operations
This test checks if qos feature can be turned on or off for
disk I/O operations

Change-Id: I60626e8d53eaa5d11fff5111c0cde91008669bdd
2017-08-09 08:42:43 +00:00