2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-29 14:28:14 +00:00

fix some typo in case makedhcp_remote_network

This commit is contained in:
litingt@cn.ibm.com
2017-08-17 21:56:54 -04:00
parent fc07c02e74
commit 425188dd79

View File

@@ -189,13 +189,13 @@ check:rc==0
cmd: cp -f /etc/hosts /etc/hosts.bak
cmd:echo "100.100.100.2 testnode" >> /etc/hosts
check:rc==0
cmd:makdhcp -d testnode
cmd:makedhcp -d testnode
cmd:makedhcp testnode
check:rc==0
cmd:makdhcp -q testnode
cmd:makedhcp -q testnode
check:rc==0
check:output=~testnode: ip-address = 100.100.100.2
cmd:makdhcp -d testnode
cmd:makedhcp -d testnode
check:rc==0
cmd:makedhcp -n
check:rc==0