2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-21 16:39:30 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/dhcp_unit/cases0
T
2026-04-23 15:10:40 -03:00

9 lines
305 B
Plaintext

start:dhcp_backend_unit_tests
description:Run the DHCP backend Perl unit tests through xcattest
os:Linux
label:mn_only,ci_test,dhcp,unit,dhcp_unit
cmd:prove -I/opt/xcat/lib/perl -I/opt/xcat/lib/perl/xCAT /opt/xcat/share/xcat/tools/autotest/unit/dhcp_*.t
check:rc==0
check:output=~All tests successful
end