Changes between Version 2 and Version 3 of doc/tec/testsuite
- Timestamp:
- Oct 26, 2017 3:39:23 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/testsuite
v2 v3 1 1 = PALM Tests = 2 2 3 3 PALM features a test suite to ensure its reliability while development goes forward. It can be executed locally with the following options: 4 {{{ 5 #!sh 6 palmtest -h "<configuration>" -d "<list of test cases>" -X <max number of cores to execute on> -N "<test id>" 7 }}} 8 As these are all optional, the defaults are as follows: 9 - configuration: default 10 - list of test cases: all available 11 - max number of cores to execute on: all available but not more that 32 12 - test id: the current time 4 13 5 14 == The Testserver ==