2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

refine test case xdsh_regular_command

This commit is contained in:
huweihua 2018-09-04 01:37:30 -04:00
parent e7e6759c05
commit a972149ae4

View File

@ -15,7 +15,7 @@ start:xdsh_regular_command
label:cn_os_ready,parallel_cmds
cmd:XCATBYPASS=1 xdsh $$CN "ps -ef"
check:rc==0
check:output=~$$CN: UID PID PPID C STIME TTY TIME CMD
check:output=~$$CN:\s+UID\s+PID\s+PPID\s+C\s+STIME\s+TTY\s+TIME\s+CMD
end
start:xdsh_Q_command