cinder/cinder/tests/unit/api/contrib
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
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_admin_actions.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_availability_zones.py Stop using mox in unit/api/contrib/ tests (1/2) 2016-09-01 23:05:39 +07:00
test_backup_project_attribute.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_backups.py Create backups via scheduler 2020-02-19 15:08:10 +00:00
test_capabilities.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_cgsnapshots.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_consistencygroups.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_extended_snapshot_attributes.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_hosts.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_qos_specs_manage.py validator: Replace InvalidInput exception w/ InvalidName 2020-04-07 16:21:41 -04:00
test_quotas.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_quotas_classes.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_scheduler_hints.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_scheduler_stats.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_services.py Fix service_get_log tests 2020-10-21 19:29:00 +00:00
test_snapshot_actions.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_snapshot_manage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_snapshot_unmanage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_types_extra_specs.py Support multiple stores of Glance 2020-01-21 06:02:47 +00:00
test_types_manage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_used_limits.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_actions.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_encryption_metadata.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_volume_host_attribute.py Add VolumeAttachStatus Enum 2016-11-09 17:10:27 -06:00
test_volume_image_metadata.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_manage.py API validation: Add cinder_host type to support ipv6 in manage 2021-03-26 13:33:44 +00:00
test_volume_migration_status_attribute.py Add VolumeAttachStatus Enum 2016-11-09 17:10:27 -06:00
test_volume_tenant_attribute.py Add policy test for TENANT_ATTRIBUTE_POLICY 2018-12-06 01:20:11 +00:00
test_volume_transfer.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_type_access.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_type_encryption.py V3 jsonschema validation: volume_type_encryption 2018-05-31 09:32:16 +05:30
test_volume_unmanage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00