|
|
@ -13,13 +13,13 @@ else
|
|
|
|
export CONTAINERTEST=0
|
|
|
|
export CONTAINERTEST=0
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
yum -d0 -y install bind-utils hostname
|
|
|
|
#yum -d0 -y install bind-utils hostname
|
|
|
|
|
|
|
|
#
|
|
|
|
if [ "$?" -ne "0" ] ;then
|
|
|
|
#if [ "$?" -ne "0" ] ;then
|
|
|
|
echo "[+] ERROR : not even able to install bind-utils pkg so all t_functional tests will fail"
|
|
|
|
# echo "[+] ERROR : not even able to install bind-utils pkg so all t_functional tests will fail"
|
|
|
|
echo "[+] Do we have enabled repositories with correct GPG settings and signed pkgs ?"
|
|
|
|
# echo "[+] Do we have enabled repositories with correct GPG settings and signed pkgs ?"
|
|
|
|
exit 1
|
|
|
|
# exit 1
|
|
|
|
fi
|
|
|
|
#fi
|
|
|
|
|
|
|
|
|
|
|
|
host repo.centos.qa > /dev/null
|
|
|
|
host repo.centos.qa > /dev/null
|
|
|
|
export SKIP_QA_HARNESS=$?
|
|
|
|
export SKIP_QA_HARNESS=$?
|
|
|
|