Test Suite - 2017 NG: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Requirements to extend testing as of 2017 Spring === === scripts === 000-<host name>.sh Each host that is part of this test need one of these. This could run in parallel o...") |
No edit summary |
||
Line 6: | Line 6: | ||
nnn-<host name>-debug.sh will be executed in serial. However the output or the commands will not be part <host>.console.txt. The output will go OUTPUT/<host name>.verbose.txt | nnn-<host name>-debug.sh will be executed in serial. However the output or the commands will not be part <host>.console.txt. The output will go OUTPUT/<host name>.verbose.txt | ||
=== Output === | |||
==== Reference output: ==== | |||
===== verbose output ===== | ===== verbose output ===== | ||
Revision as of 10:47, 14 April 2017
Requirements to extend testing as of 2017 Spring =
scripts
000-<host name>.sh Each host that is part of this test need one of these. This could run in parallel on each host. nnn-<host name>.sh will be executed serially on the host. nnn-<host name>-debug.sh will be executed in serial. However the output or the commands will not be part <host>.console.txt. The output will go OUTPUT/<host name>.verbose.txt