Take hostname_fqdn_sanitization into account 28/73028/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>
Mon, 22 Nov 2021 08:00:28 +0000 (09:00 +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>
(cherry picked from commit f3bfdf806216930da4da656684f8955503ba3538)

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 427f4e3..be8a93f 100644 (file)
@@ -219,6 +219,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 99b3ba2..3efcb44 100644 (file)
@@ -734,6 +734,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 476c0f2..f33083a 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 8bb0e7f..1a48f30 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