From 9e128dcdbf26ace6790e9c0307b7e6e37763f43b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 27 Dec 2019 18:54:35 +0100 Subject: Set port_security: true in tempest_conf.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functest/opnfv_tests/openstack') 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: -- cgit 1.2.3-korg