enable tcp:6640 for use in ovsdb test suites 58/23458/1
authorJamo Luhrsen <jluhrsen@gmail.com>
Fri, 26 Jun 2015 20:57:46 +0000 (13:57 -0700)
committerJamo Luhrsen <jluhrsen@gmail.com>
Fri, 26 Jun 2015 20:58:13 +0000 (13:58 -0700)
Change-Id: I1570bcb1d83597887080660b58c019c5d02ac116
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
jenkins-scripts/mininet-fedora.sh

index ded4e8bbc92184a285f12766662fe4a43d7c4d7e..65e31b946405f0c16130f9f605702378eb6efab1 100755 (executable)
@@ -6,6 +6,9 @@ Defaults:jenkins !requiretty
 jenkins     ALL = NOPASSWD: ALL
 EOF
 
+# allow 6640 to be used with OVS if needed
+semanage port -a -t openvswitch_port_t -p 6640
+
 # make sure the firewall is stopped
 service iptables stop