2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-05 12:37:54 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/template_unit/cases0
T
2026-07-24 13:07:51 -03:00

9 lines
302 B
Plaintext

start:template_envvar_unit_tests
description:Run the template environment-variable unit test through xcattest.
os:Linux
label:mn_only,ci_test,unit,template_unit
cmd:prove -I/opt/xcat/lib/perl /opt/xcat/share/xcat/tools/autotest/unit/template_envvar.t
check:rc==0
check:output=~All tests successful
end