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

test(ddns): run OMAPI policy checks in CI

Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>
This commit is contained in:
Vinícius Ferrão
2026-07-17 16:08:47 -03:00
parent 52e2f2b332
commit 983ff507d8
@@ -6,3 +6,12 @@ cmd:prove -I/opt/xcat/lib/perl -I/opt/xcat/lib/perl/xCAT /opt/xcat/share/xcat/to
check:rc==0
check:output=~All tests successful
end
start:ddns_omapi_policy_unit_tests
description:Run the DDNS OMAPI policy Perl unit test through xcattest
os:Linux
label:mn_only,ci_test,dhcp,dns,unit,ddns_unit
cmd:prove -I/opt/xcat/lib/perl -I/opt/xcat/lib/perl/xCAT /opt/xcat/share/xcat/tools/autotest/unit/ddns_omapi_policy.t
check:rc==0
check:output=~All tests successful
end