2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-24 08:44:04 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/ipmi_unit/cases0
T
2026-07-13 17:57:36 -03:00

9 lines
301 B
Plaintext

start:ipmi_rakp2_unit_tests
description:Run the IPMI RAKP2 Perl unit tests through xcattest
os:Linux
label:mn_only,ci_test,ipmi,unit,ipmi_unit
cmd:prove -I/opt/xcat/lib/perl -I/opt/xcat/lib/perl/xCAT /opt/xcat/share/xcat/tools/autotest/unit/ipmi_*.t
check:rc==0
check:output=~All tests successful
end