From edf1b61b0cbd33d39ffcfea19592b9555ab1020b Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 22 Sep 2017 19:44:39 +0200 Subject: Remove SFs from security groups Having the SFs port in security groups delays packets artifically in the tests Besides, the netvirt guys suggested not to do it because it might be confusing for ODL in some situations and it is not a 'suitable construct' Tests without security groups show indeed a better behaviour Change-Id: I33281215cd2e80804c8f09ca201c046f590249ab Signed-off-by: Manuel Buil --- sfc/tests/functest/sfc_one_chain_two_service_functions.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfc/tests/functest/sfc_one_chain_two_service_functions.py') diff --git a/sfc/tests/functest/sfc_one_chain_two_service_functions.py b/sfc/tests/functest/sfc_one_chain_two_service_functions.py index 2125f3e1..60190a6d 100644 --- a/sfc/tests/functest/sfc_one_chain_two_service_functions.py +++ b/sfc/tests/functest/sfc_one_chain_two_service_functions.py @@ -178,10 +178,8 @@ def main(): sys.exit(1) vnf1_instance_id = test_utils.get_nova_id(tacker_client, 'VDU1', vnf1_id) - os_utils.add_secgroup_to_instance(nova_client, vnf1_instance_id, sg_id) vnf2_instance_id = test_utils.get_nova_id(tacker_client, 'VDU1', vnf2_id) - os_utils.add_secgroup_to_instance(nova_client, vnf2_instance_id, sg_id) tosca_file = os.path.join(COMMON_CONFIG.sfc_test_dir, COMMON_CONFIG.vnffgd_dir, -- cgit 1.2.3-korg