cinder/cinder/tests/unit/api
Eric Harney d5fed21fdf 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
(cherry picked from commit 8687925ce7)
(cherry picked from commit 51b92e9fa6)
2021-03-26 13:33:44 +00:00
..
contrib API validation: Add cinder_host type to support ipv6 in manage 2021-03-26 13:33:44 +00:00
middleware Fix deprecation warnings 2018-08-23 12:52:34 -04:00
openstack Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
v2 Default volume_type set too early 2020-07-02 09:21:47 -04:00
v3 Fix: listing volumes with filters 2020-10-21 13:46:36 +00:00
views Fix version return incorrect when endpoint url end without / 2019-02-20 20:30:14 +00:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py Fix consisgroup V3 interfaces 2016-07-04 16:21:44 +08:00
test_api_validation.py Tests: Fix python version check 2018-02-16 14:43:53 -05:00
test_common.py Merge "Extend remove_version_from_href support" 2020-03-19 14:03:16 +00:00
test_versions.py Exclude disabled API versions from listing 2018-09-26 23:31:46 +00:00