mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-21 16:39:30 +00:00
638f0d75c4
Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>
8 lines
198 B
Plaintext
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
|