Set port_security: true in tempest_conf.yaml 62/69462/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 27 Dec 2019 17:54:35 +0000 (18:54 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 27 Dec 2019 17:56:25 +0000 (18:56 +0100)
It allows running
test_boot_into_disabled_port_security_network_without_secgroup.

It also sets a few default values.

Change-Id: I851c5d13705e0419a7e664e05d32eec0efb417c6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9e128dcdbf26ace6790e9c0307b7e6e37763f43b)

docker/smoke-cntt/tempest_conf.yaml
docker/smoke-cntt/testcases.yaml
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml

index 5277a48..ba3f4df 100644 (file)
@@ -49,6 +49,10 @@ identity-feature-enabled:
 image-feature-enabled:
     api_v2: true
     api_v1: false
+network-feature-enabled:
+    port_admin_state_change: true
+    port_security: true
+    floating_ips: true
 placement:
     max_microversion: 1.36
 volume:
index 3120579..ee4c113 100644 (file)
@@ -192,7 +192,7 @@ tiers:
                 criteria: 100
                 blocking: false
                 deny_skipping: true
-                tests_count: 36
+                tests_count: 37
                 description: >-
                     The list of test cases is generated by
                     Tempest automatically and depends on the parameters of
@@ -208,7 +208,6 @@ tiers:
                           (?!.*test_minbw_allocation_placement)\
                           (?!.*test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert)\
                           (?!.*test_network_v6)\
-                          (?!.*test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup)\
                           (?!.*test_volume_migrate_attached)\
                           (?=.*\\[.*\\bslow\\b.*\\])(^tempest.)"
                         option:
index a90633f..ea8a426 100644 (file)
@@ -49,6 +49,10 @@ identity-feature-enabled:
 image-feature-enabled:
     api_v2: true
     api_v1: false
+network-feature-enabled:
+    port_admin_state_change: true
+    port_security: true
+    floating_ips: true
 placement:
     max_microversion: 1.36
 volume: