mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-12 06:20:14 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user