Changes between Version 2 and Version 3 of doc/tec/testsuite


Ignore:
Timestamp:
Oct 26, 2017 3:39:23 PM (7 years ago)
Author:
knoop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/testsuite

    v2 v3  
    11= PALM Tests =
    22
    3 
     3PALM features a test suite to ensure its reliability while development goes forward. It can be executed locally with the following options:
     4{{{
     5#!sh
     6palmtest -h "<configuration>" -d "<list of test cases>" -X <max number of cores to execute on> -N "<test id>"
     7}}}
     8As 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
    413
    514== The Testserver ==