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:
@@ -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
|
||||
|
Reference in New Issue
Block a user