summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAsha Akkiangady <aakkiang@redhat.com>2014-11-06 10:45:02 -0500
committerAsha Akkiangady <aakkiang@redhat.com>2014-11-06 10:47:35 -0500
commit546573f8891716a67325d3c5c7f84ef53ca1cc4f (patch)
tree6cecd513709726faaf04c83e16230dfffaa181ea /tests
parentdfce95dac631879b0f0906a4d25255b8d27ad4f0 (diff)
downloadpki-546573f8891716a67325d3c5c7f84ef53ca1cc4f.tar.gz
pki-546573f8891716a67325d3c5c7f84ef53ca1cc4f.tar.xz
pki-546573f8891716a67325d3c5c7f84ef53ca1cc4f.zip
Removed the script to turn off firewall using
service iptables off.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dogtag/acceptance/quickinstall/rhds-install.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/dogtag/acceptance/quickinstall/rhds-install.sh b/tests/dogtag/acceptance/quickinstall/rhds-install.sh
index 34ffb1536..5e84c1b36 100755
--- a/tests/dogtag/acceptance/quickinstall/rhds-install.sh
+++ b/tests/dogtag/acceptance/quickinstall/rhds-install.sh
@@ -75,12 +75,7 @@ rhds_install()
####################################################
# turn off firewall
####################################################
- echo $FLAVOR | grep "Fedora"
- if [ $? -eq 0 ] ; then
- rlRun "systemctl stop firewalld"
- else
- rlRun "service iptables stop"
- fi
+ rlRun "systemctl stop firewalld"
####################################################
# check for installed RHDS packages