2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-11 12:06:24 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/openbmc_unit/cases0
T
2026-07-22 20:07:30 -03:00

9 lines
324 B
Plaintext

start:openbmc_503_retry_unit_tests
description:Run the OpenBMC 503 retry Perl unit tests through xcattest
os:Linux
label:mn_only,ci_test,openbmc,unit,openbmc_unit
cmd:prove -I/opt/xcat/lib/perl -I/opt/xcat/lib/perl/xCAT /opt/xcat/share/xcat/tools/autotest/unit/openbmc_*.t
check:rc==0
check:output=~All tests successful
end