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/xcatprobe_unit/cases0
T
Vinícius Ferrão 9910390e99 test(xcatprobe): run listener checks in CI
(cherry picked from commit c135abe679)
2026-07-19 12:19:52 -03:00

9 lines
334 B
Plaintext

start:xcatprobe_tcp_listener_unit_tests
description:Run the xCAT probe TCP listener Perl unit tests through xcattest
os:Linux
label:mn_only,ci_test,xcatprobe,unit,xcatprobe_unit
cmd:prove -I/opt/xcat/probe/lib/perl /opt/xcat/share/xcat/tools/autotest/unit/probe_utils_tcp_listener.t
check:rc==0
check:output=~All tests successful
end