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

Make the Infiniband integration test case run with xCAT-test

This commit is contained in:
GONG Jie 2017-08-23 14:17:50 +08:00
parent 4ead5aedb9
commit 0b62a94bd5
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,13 @@
start:rhel_infiniband_diskless_install
cmd:RHEL_ISO="$$ISO" LINUX_DISTRO="$$OS" COMPUTE_NODE="$$CN" MLNX_ISO="$$MLNX" DKMS_RPM="$$DKMS" /opt/xcat/share/xcat/tools/autotest/testcase/infiniband/rhel-infiniband-diskless-install.sh
check:rc==0
end
start:rhel_infiniband_diskfull_install
cmd:RHEL_ISO="$$ISO" LINUX_DISTRO="$$OS" COMPUTE_NODE="$$CN" MLNX_ISO="$$MLNX" DKMS_RPM="$$DKMS" /opt/xcat/share/xcat/tools/autotest/testcase/infiniband/rhel-infiniband-diskfull-install.sh
check:rc==0
end
start:confignetwork_ib_ipoib
description: this case is to test confignetwork could configure the first infiniband interface, ib0, successfully with updatenode.
cmd:lsdef $$CN;if [ $? -eq 0 ]; then lsdef -l $$CN -z >/tmp/CN.standa ;fi

View File

@ -3,9 +3,12 @@
########
# Set all the variables below
[ -n "$LINUX_DISTRO" ] &&
LINUX_DISTRO="rhels7.4"
[ -n "$LINUX_ARCH" ] &&
LINUX_ARCH="ppc64le"
[ -n "$COMPUTE_NODE" ] &&
COMPUTE_NODE="c910f03c01p10"
SOURCE_DIR="/media/xcat"

View File

@ -3,9 +3,12 @@
########
# Set all the variables below
[ -n "$LINUX_DISTRO" ] &&
LINUX_DISTRO="rhels7.4"
[ -n "$LINUX_ARCH" ] &&
LINUX_ARCH="ppc64le"
[ -n "$COMPUTE_NODE" ] &&
COMPUTE_NODE="c910f03c01p10"
SOURCE_DIR="/media/xcat"