Take hostname_fqdn_sanitization into account 26/73026/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 20 Nov 2021 10:23:10 +0000 (11:23 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 20 Nov 2021 10:23:20 +0000 (11:23 +0100)
It's skipped in CNTT as it's not enabled yet.

Change-Id: Iac3976f4a5fbc2a1e32934bcb4c49877c5753ed4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/smoke-cntt/tempest_conf.yaml
docker/smoke-cntt/testcases.yaml
functest/ci/testcases.yaml
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml

index 6a31fb2..9d2f256 100644 (file)
@@ -11,6 +11,7 @@ compute-feature-enabled:
     console_output: true
     disk_config: true
     enable_instance_password: true
+    hostname_fqdn_sanitization: false
     interface_attach: true
     live_migration: true
     live_migrate_back_and_forth: false
index 44b237d..de7d1cc 100644 (file)
@@ -216,6 +216,7 @@ tiers:
                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des)\
                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id)\
                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name)\
+                          (?!.*test_create_server.ServersTestFqdnHostnames.test_create_server_with_fqdn_name)\
                           (?!.*test_server_metadata.ServerMetadataTestJSON)\
                           (?!.*test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server)\
                           (?!.*test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit)\
index 73d1060..21ddc4b 100644 (file)
@@ -731,6 +731,7 @@ tiers:
                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des)\
                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id)\
                           (?!.*test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name)\
+                          (?!.*test_create_server.ServersTestFqdnHostnames.test_create_server_with_fqdn_name)\
                           (?!.*test_server_metadata.ServerMetadataTestJSON)\
                           (?!.*test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server)\
                           (?!.*test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit)\
index ca11655..c336559 100644 (file)
@@ -11,6 +11,7 @@ compute-feature-enabled:
     console_output: true
     disk_config: true
     enable_instance_password: true
+    hostname_fqdn_sanitization: true
     interface_attach: true
     live_migration: true
     live_migrate_back_and_forth: false
index ab82b87..63e637e 100644 (file)
@@ -11,6 +11,7 @@ compute-feature-enabled:
     console_output: true
     disk_config: true
     enable_instance_password: true
+    hostname_fqdn_sanitization: true
     interface_attach: true
     live_migration: true
     live_migrate_back_and_forth: false