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
This commit is contained in:
parent
ab50a17aff
commit
cfe2ef1600
@ -29,5 +29,9 @@ class QosTestCase(optional_feature._OptionalFeatureMixin,
|
||||
can be set is 1.
|
||||
"""
|
||||
|
||||
# Hyper-V disk QoS is supported on Windows / Hyper-v Server 2012 R2
|
||||
# or newer.
|
||||
_MIN_HYPERV_VERSION = 6003
|
||||
|
||||
_FEATURE_FLAVOR = {
|
||||
'extra_specs': {'quota:disk_total_bytes_sec': str(units.Mi)}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user