Salome HOME
7ff4583eaa2145c653aade2082acf69665317953
[tools/libbatch.git] / src / Core / Test / batchtest.conf
1 # This file contains the variables needed to run the autotests for libBatch. Copy this file
2 # in your home directory (for instance), edit it to reflect your local configuration, then
3 # set the environment variable BATCH_TEST_CONFIG_FILE to the path to your own configuration
4 # file.
5 # Note that BATCH_TEST_CONFIG_FILE is the default name for this environment variable. It can be
6 # changed at compilation time by setting CMake option TEST_CONFIG_FILE_ENV_VAR.
7
8 TEST_LOCAL_SH_WORK_DIR = "/tmp"               # Work directory for local SH Batch test
9 TEST_LOCAL_SH_TIMEOUT = 2                     # Execution timeout (in seconds) for local SH Batch test
10 TEST_LOCAL_SH_FINALIZATION_TIME = 2           # Finalization time (in seconds) for local SH Batch test
11
12 TEST_LOCAL_HOST = "localhost"                 # Execution host for LOCAL Batch test
13 TEST_LOCAL_USER = "username"                  # User name on the execution host for LOCAL Batch test
14 TEST_LOCAL_WORKDIR = "/tmp"                   # Work directory for LOCAL Batch test
15 TEST_LOCAL_TIMEOUT = 10                       # Execution timeout (in seconds) for LOCAL Batch test
16
17 TEST_EPBS_HOST = "localhost"                  # PBS server host
18 TEST_EPBS_USER = "username"                   # Login for the PBS server
19 TEST_EPBS_HOMEDIR = "/home/username"          # Home directory on PBS server
20 TEST_EPBS_QUEUE = "queuename"                 # Queue to submit test job on PBS server
21 TEST_EPBS_TIMEOUT = 120                       # Execution timeout (in seconds) for PBS Batch test
22
23 TEST_ELL_HOST = "localhost"                   # LoadLeveler server host
24 TEST_ELL_USER = "username"                    # Login for the LoadLeveler server
25 TEST_ELL_HOMEDIR = "/home/username"           # Home directory on LoadLeveler server
26 TEST_ELL_QUEUE = "classname"                  # Class for the test job test job on LoadLeveler server
27 TEST_ELL_JOBTYPE = "serial"                   # Job type for LoadLeveler
28 TEST_ELL_TIMEOUT = 120                        # Execution timeout (in seconds) for LoadLeveler Batch test
29
30 TEST_LSF_HOST = "localhost"                   # LSF server host
31 TEST_LSF_USER = "username"                    # Login for the LSF server
32 TEST_LSF_WORKDIR = "/home/username/wrk"       # Work directory on LSF server
33 TEST_LSF_TIMEOUT = 120                        # Execution timeout (in seconds) for LSF Batch test
34
35 TEST_SLURM_HOST = "localhost"                 # Slurm server host
36 TEST_SLURM_USER = "username"                  # Login for the Slurm server
37 TEST_SLURM_WORKDIR = "/home/username/wrk"     # Work directory on Slurm server
38 TEST_SLURM_TIMEOUT = 120                      # Execution timeout (in seconds) for Slurm Batch test
39
40 TEST_VISHNU_HOST = "localhost"                # Machine ID of the target cluster
41 TEST_VISHNU_USER = "username"                 # Vishnu login (unused)
42 TEST_VISHNU_WORKDIR = "/home/username/wrk"    # Work directory on the target cluster
43 TEST_VISHNU_TIMEOUT = 120                     # Execution timeout (in seconds) for Vishnu Batch test