2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-25 20:50:26 +00:00

Add a test case for rvitals outputs format checking

This commit is contained in:
GONG Jie
2018-03-23 16:35:36 +08:00
parent 5ce290ba4b
commit 59da0b4ed3

View File

@@ -0,0 +1,5 @@
start:rvitals_outputs_format_checking
description: Check the output formats of rvitals
cmd:rvitals $$CN | grep -v -E '^[^:]+:[^:]+:[^:]+$'
check:rc==1
end