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:
Claudiu Belu 2017-09-11 14:41:23 -07:00
parent ab50a17aff
commit cfe2ef1600
1 changed files with 4 additions and 0 deletions

View File

@ -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)}}