Test Suite - 2017 NG: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
=== scripts === | === scripts === | ||
<pre> | |||
000-<host name>.sh Each host that is part of this test need one of these. This could run in parallel on each host. | 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>.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 | 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 | ||
</pre> | |||
=== Output === | === Output === | ||
==== Reference output: ==== | ==== Reference output: ==== |
Revision as of 10:48, 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