mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
33 lines
790 B
Plaintext
33 lines
790 B
Plaintext
start:rinv_mprom
|
|
description:this case is to test mprom option for rinv on x86_64 servers.
|
|
hcp:ipmi
|
|
arch:x86_64
|
|
label:cn_bmc_ready,hctrl_bmc_ipmi
|
|
cmd:rinv $$CN mprom
|
|
check:rc==0
|
|
check:output=~BMC Firmware:\s*\w+.\w+
|
|
end
|
|
|
|
start:rinv_guid
|
|
description:this case is to test guid option for rinv on x86_64 servers.
|
|
hcp:ipmi
|
|
arch:x86_64
|
|
label:cn_bmc_ready,hctrl_bmc_ipmi
|
|
cmd:rinv $$CN guid
|
|
check:rc==0
|
|
check:output=~UUID/GUID:\s*\w+-\w+-\w+-\w+-\w+
|
|
end
|
|
|
|
start:rinv_dimm
|
|
description:this case is to test dimm option for rinv on x86_64 servers.
|
|
hcp:ipmi
|
|
arch:x86_64
|
|
label:cn_bmc_ready,hctrl_bmc_ipmi
|
|
cmd:rinv $$CN dimm
|
|
check:rc==0
|
|
check:output=~DIMM 1 :\s*\w+
|
|
check:output=~DIMM 1 Manufacture Date:\s*\w+
|
|
check:output=~DIMM 1 Manufacture Location:\s*\d+
|
|
check:output=~DIMM 1 Model:\s*\w+-\w+
|
|
end
|