2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

Merge pull request #6462 from gurevichmark/genesis_regression_test

Add display statement to genesis testcase script
This commit is contained in:
cxhong
2019-10-25 10:52:19 -04:00
committed by GitHub

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";