116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
-preclean : remove the existing test directory before running the test
-clean-cache : remove the cached megatest.config and runconfigs.config files
-no-cache : do not use the cached config files.
-one-pass : launch as many tests as you can but do not wait for more to be ready
-remove-keep N action : remove all but N most recent runs per target
* Use -actions print,remove-runs,archive to specify action to take
* Add param -age 120d,3h,20m to apply only to runs older than the
specified age
* Add -precmd to insert a wrapper command in front of the commands run
Selectors (e.g. use for -runtests, -remove-runs, -set-state-status, -list-runs etc.)
-target key1/key2/... : run for key1, key2, etc.
-reqtarg key1/key2/... : run for key1, key2, etc. but key1/key2 must be in runconfigs
-testpatt patt1/patt2,patt3/... : % is wildcard
-runname : required, name for this particular test run
|
|
|
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
-preclean : remove the existing test directory before running the test
-clean-cache : remove the cached megatest.config and runconfigs.config files
-no-cache : do not use the cached config files.
-one-pass : launch as many tests as you can but do not wait for more to be ready
-remove-keep N action : remove all but N most recent runs per target
* Use -actions print,remove-runs,archive to specify action to take
* Add param -age 120d,3h,20m to apply only to runs older than the
specified age. NB// M=month, m=minute
* Add -precmd to insert a wrapper command in front of the commands run
Selectors (e.g. use for -runtests, -remove-runs, -set-state-status, -list-runs etc.)
-target key1/key2/... : run for key1, key2, etc.
-reqtarg key1/key2/... : run for key1, key2, etc. but key1/key2 must be in runconfigs
-testpatt patt1/patt2,patt3/... : % is wildcard
-runname : required, name for this particular test run
|