2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Add display statement to genesis testcase script

This commit is contained in:
Mark Gurevich 2019-10-25 10:42:14 -04:00
parent 8e0ddfb743
commit d2ade80f29

View File

@ -43,6 +43,7 @@ function check_destiny() {
runcmd $cmd;
cmd="makenetworks";
runcmd $cmd;
ip addr show
makehosts ${TESTNODE}
grep ${TESTNODE} /etc/hosts
cmd="nodeset ${TESTNODE} shell";