Skip to content

Commit

Permalink
Do not fail the test when firewalld is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorak committed Oct 4, 2018
1 parent 45fd8b1 commit 108e20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-lib-openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function ct_os_cluster_up() {
sed -i "s|OPTIONS='|OPTIONS='--insecure-registry 172.30.0.0/16 |" /etc/sysconfig/docker
fi
systemctl stop firewalld
systemctl stop firewalld || :
setenforce 0
iptables -F
Expand Down

0 comments on commit 108e20a

Please sign in to comment.