2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-17 16:50:22 +00:00

Revise test case - switch_to_dns_forward_mode

This commit is contained in:
GONG Jie
2017-11-20 14:33:35 +08:00
parent 23f2b1c864
commit 488f3e8f2e

View File

@@ -25,7 +25,7 @@ cmd:service named restart
cmd:sleep 1
# Check if an outside host name resolving does not work
cmd:xdsh $$CN "getent hosts www.ibm.com"
cmd:xdsh $$CN "getent hosts w3.ibm.com"
check:rc!=0
##
@@ -60,5 +60,5 @@ check:rc==0
cmd:xdsh $$CN "getent hosts $$CN"
check:rc==0
# Check if an outside host name resolving works
cmd:xdsh $$CN "getent hosts www.ibm.com"
cmd:xdsh $$CN "getent hosts w3.ibm.com"
check:rc==0