cinder/cinder/tests
Lucio Seki 7d9dc8dec9 NetApp ONTAP: Add support for dynamic Adaptive QoS policy group creation
NetApp ONTAP 9.4 or newer supports Adaptive QoS, which scales the
throughput according to the volume size.

In Victoria release, ONTAP Cinder driver added support for assigning
pre-existing Adaptive QoS policy groups to volumes.

This patch allows the dynamic creation of Adpative QoS, by reading new
back-end QoS specs.

Implements: blueprint netapp-ontap-dynamic-adaptive-qos

Change-Id: Ie35373c7b205ffa12c4bb710255f1baf7a836d9f
2021-03-09 19:23:57 -03:00
..
compliance Fix compliance tests 2020-05-11 14:46:19 -05:00
functional Merge "Remove NestedQuotaDriver" 2021-02-16 16:26:03 +00:00
hacking Remove six of dir cinder/tests/functional&hacking/* 2020-10-08 09:39:49 +08:00
stubs/oslo_i18n Add mypy tox env 2020-10-14 08:24:13 -04:00
unit NetApp ONTAP: Add support for dynamic Adaptive QoS policy group creation 2021-03-09 19:23:57 -03:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py
fake_driver.py Move trace methods from utils to volume_utils 2021-02-12 20:16:55 +00:00
fixtures.py Stop to use the __future__ module. 2020-06-11 15:30:09 +02:00

README.rst

IMPORTANT DEFINITION OF TESTS IN CINDER

Cinder has a number of different test types, PLEASE be sure to refer to the Cinder Testing Docs to familiarize yourself with the various options before creating any new tests.

Please check Cinder-Testing.