cinder/cinder/tests/unit/api
Eric Harney 8687925ce7 API validation: Add cinder_host type to support ipv6 in manage
This will fail due to overly restrictive regex validation:
  cinder manage hostgroup@cloud#[dead:beef::cafe]:/cinder01 abcd

This is because validation for this call checks for a valid
hostname but needs to check for any string that would be a valid
"host" in Cinder, which is not the same thing.

Closes-Bug: #1904892
Change-Id: I1349e8d3eb422f9dcd533c54f922f7ab8133b753
2021-03-11 10:32:13 -05:00
..
contrib API validation: Add cinder_host type to support ipv6 in manage 2021-03-11 10:32:13 -05:00
middleware Remove six of dir cinder/tests/unit/api/* 2020-10-10 14:53:47 +08:00
openstack Remove six of dir cinder/tests/unit/api/* 2020-10-10 14:53:47 +08:00
v2 Remove six of dir cinder/tests/unit/api/* 2020-10-10 14:53:47 +08:00
v3 Add encryption_key_id to volume and backup details 2021-02-04 07:23:08 -08:00
views Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py Default type overrides 2020-09-16 14:05:31 +00:00
test_api_validation.py Remove six of dir cinder/tests/unit/api/* 2020-10-10 14:53:47 +08:00
test_common.py Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00
test_versions.py Remove six of dir cinder/tests/unit/api/* 2020-10-10 14:53:47 +08:00