add cases for restartxcatd
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10479 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
30a214ae53
commit
a96774d18e
@ -1,3 +1,18 @@
|
||||
start:restartxcatd_v
|
||||
os:AIX
|
||||
cmd:restartxcatd -v
|
||||
check:rc==0
|
||||
check:output=~Version
|
||||
end
|
||||
|
||||
start:restartxcatd_h
|
||||
os:AIX
|
||||
cmd:restartxcatd -h
|
||||
check:rc==0
|
||||
cmd:restartxcatd --help
|
||||
check:rc==0
|
||||
end
|
||||
|
||||
start:restartxcatd
|
||||
os:AIX
|
||||
cmd:restartxcatd
|
||||
@ -5,3 +20,13 @@ check:rc==0
|
||||
check:output=~The xcatd Subsystem was requested to stop
|
||||
check:output=~The xcatd Subsystem has been started. Subsystem PID is \d+
|
||||
end
|
||||
|
||||
start:restartxcatd_V
|
||||
os:AIX
|
||||
cmd:restartxcatd -V
|
||||
check:output=~Stopped the xcatd subsystem
|
||||
check:output=~The xcatd Subsystem has been started
|
||||
check:output=~Running command on
|
||||
check:output=~Started the xcatd subsystem
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user