We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 636a24c + 2caa6e9 commit 7453088Copy full SHA for 7453088
xCAT-test/autotest/testcase/rinv/cases0
@@ -11,6 +11,13 @@ check:rc==0
11
check:output=~Usage
12
check:output=~rinv
13
end
14
+start:rinv_help
15
+description:show help information for rinv
16
+cmd:rinv --help
17
+check:rc==0
18
+check:output=~Usage
19
+check:output=~rinv
20
+end
21
start:rinv_v
22
description:show version for Version
23
cmd:rinv -v
@@ -118,3 +125,9 @@ check:output=~$$CN: Error: Invalid username or password
118
125
cmd:cat /tmp/testnode.stanza | chdef -z;rm -rf /tmp/testnode.stanza
119
126
check:rc==0
120
127
128
+start:rinv_errorcommand
129
+description:get right return if input error command
130
+cmd:rinv $$CN dafds
131
+check:rc==1
132
+check:output=~Unsupported command
133
0 commit comments