2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Merge pull request #5002 from neo954/testcase-rvitals

Add a test case for rvitals outputs format checking
This commit is contained in:
Weihua Hu
2018-03-23 17:29:32 +08:00
committed by GitHub

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