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

Revise InfiniBand test case

This commit is contained in:
GONG Jie 2017-08-25 16:29:51 +08:00
parent 8ce8539fc7
commit deb96f3346
2 changed files with 6 additions and 6 deletions

View File

@ -10,12 +10,12 @@
# * If you intend to specify all the packages explicitly, set variable in LINE 61, 62, 63.
#
[ -n "$LINUX_DISTRO" ] &&
[ -n "$LINUX_DISTRO" ] ||
LINUX_DISTRO="rhels7.4"
[ -n "$LINUX_ARCH" ] &&
[ -n "$LINUX_ARCH" ] ||
LINUX_ARCH="ppc64le"
[ -n "$COMPUTE_NODE" ] &&
[ -n "$COMPUTE_NODE" ] ||
COMPUTE_NODE="nonexistent"
SOURCE_DIR="/path/to/source"

View File

@ -10,12 +10,12 @@
# * If you intend to specify all the packages explicitly, set variable in LINE 61, 62, 63
#
[ -n "$LINUX_DISTRO" ] &&
[ -n "$LINUX_DISTRO" ] ||
LINUX_DISTRO="rhels7.4"
[ -n "$LINUX_ARCH" ] &&
[ -n "$LINUX_ARCH" ] ||
LINUX_ARCH="ppc64le"
[ -n "$COMPUTE_NODE" ] &&
[ -n "$COMPUTE_NODE" ] ||
COMPUTE_NODE="nonexistent"
SOURCE_DIR="/path/to/source"