2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-26 13:10:35 +00:00

add test case lsdef_t_h_i

This commit is contained in:
ligc
2013-08-08 16:00:49 +08:00
parent fcd5f2fc45
commit 00861c3455

View File

@@ -189,3 +189,10 @@ cmd:lsdef -t wrongtype -o test
check:rc!=0
check:output=~Error
end
start:lsdef_t_h_i
description:lsdef -t node -h -i status
cmd:lsdef -t node -h -i status
check:rc==0
check:output=~status
end