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/noop/cases0
T
2026-06-20 18:48:14 -03:00

8 lines
198 B
Plaintext

start:noop
description:no-op smoke test -- runs 'echo ok' and verifies it; exercises the test harness without touching the cluster
label:mn_only,ci_test
cmd:echo ok
check:rc==0
check:output=~ok
end