aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorManuel Buil <manuelbuil87@gmail.com>2016-11-28 17:23:49 +0100
committerManuel Buil <manuelbuil87@gmail.com>2016-11-28 17:25:11 +0100
commit87869220170c38466391436019003910f4385e5c (patch)
tree28c1dbc363f588a6313b6407fc570b4c88948375 /tests
parent53c25ebfa4bdb3e063df370716cd903c0aff509c (diff)
Update odl-sfc test1 for ODL Boron SR1
ODL Boron SR1 fixed a bug and we don't need to explicitely allow DHCP traffic, it is automatically allowed Change-Id: I8577f7fe0586baa9ac012d5ad52c7034a7acb789 Signed-off-by: Manuel Buil <manuelbuil87@gmail.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/functest/odl-sfc/sfc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functest/odl-sfc/sfc.py b/tests/functest/odl-sfc/sfc.py
index b93417bd..556558da 100755
--- a/tests/functest/odl-sfc/sfc.py
+++ b/tests/functest/odl-sfc/sfc.py
@@ -211,7 +211,6 @@ def setup_security_groups(neutron_client):
sg_id = os_utils.create_security_group_full(neutron_client,
SECGROUP_NAME, SECGROUP_DESCR)
setup_ingress_egress_secgroup(neutron_client, "icmp")
- setup_ingress_egress_secgroup(neutron_client, "udp", 67, 68)
setup_ingress_egress_secgroup(neutron_client, "tcp", 22, 22)
setup_ingress_egress_secgroup(neutron_client, "tcp", 80, 80)
return sg_id