diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-27 18:54:35 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-27 18:55:07 +0100 |
commit | 9e128dcdbf26ace6790e9c0307b7e6e37763f43b (patch) | |
tree | 8405b0fe17504cadc631b040608928e64e7d0b1d | |
parent | c0f66abd6d97dc3ffa707e4fb02dc41fe7337653 (diff) |
Set port_security: true in tempest_conf.yaml
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>
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 4 | ||||
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 | ||||
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 4 |
3 files changed, 9 insertions, 2 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 395ffe9b1..b27528957 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -48,6 +48,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: latest volume: diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 62be5de83..4cfb48dcf 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -186,7 +186,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 @@ -202,7 +202,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: diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index 4d801d455..710d381a7 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -48,6 +48,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: latest volume: |