aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/sfc_one_chain_two_service_functions.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-09-22 19:44:39 +0200
committerManuel Buil <mbuil@suse.com>2017-09-25 18:28:13 +0000
commitedf1b61b0cbd33d39ffcfea19592b9555ab1020b (patch)
tree62dfd13e738749bee3f2e475072bf8b64ffc08d5 /sfc/tests/functest/sfc_one_chain_two_service_functions.py
parent5a1ec01f3d560ea68cbe811a98529920af7ee684 (diff)
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 <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/functest/sfc_one_chain_two_service_functions.py')
-rw-r--r--sfc/tests/functest/sfc_one_chain_two_service_functions.py2
1 files changed, 0 insertions, 2 deletions
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,