2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +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
commit 82d03da92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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