2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-07-31 18:19:40 +00:00

test(xcatprobe): run listener checks in CI

This commit is contained in:
Vinícius Ferrão
2026-07-17 14:33:22 -03:00
parent 6d59e60331
commit c135abe679
@@ -0,0 +1,8 @@
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