Salome HOME
570ec212bda00b916cf719ba497f84a1b8e23735
[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_RSH_EXECUTION_HOST = "localhost"   # Execution host for RSH Batch test
13 TEST_LOCAL_RSH_USER = "username"              # User name on the execution host for RSH Batch test
14 TEST_LOCAL_RSH_WORK_DIR = "/tmp"              # Work directory for RSH Batch test
15 TEST_LOCAL_RSH_TIMEOUT = 10                   # Execution timeout (in seconds) for local RSH Batch test
16 TEST_LOCAL_RSH_FINALIZATION_TIME = 5          # Finalization time (in seconds) for local RSH Batch test
17
18 TEST_LOCAL_SSH_EXECUTION_HOST = "localhost"   # Execution host for SSH Batch test
19 TEST_LOCAL_SSH_USER = "username"              # User name on the execution host for SSH Batch test
20 TEST_LOCAL_SSH_WORK_DIR = "/tmp"              # Work directory for SSH Batch test
21 TEST_LOCAL_SSH_TIMEOUT = 10                   # Execution timeout (in seconds) for local SSH Batch test
22 TEST_LOCAL_SSH_FINALIZATION_TIME = 5          # Finalization time (in seconds) for local SSH Batch test
23
24 TEST_PBS_HOST = "localhost"                   # PBS server host
25 TEST_PBS_USER = "username"                    # Login for the PBS server
26 TEST_PBS_QUEUE = "queuename"                  # Queue to submit test job on PBS server
27 TEST_PBS_TIMEOUT = 120                        # Execution timeout (in seconds) for PBS Batch test
28
29 TEST_EPBS_HOST = "localhost"                  # PBS server host
30 TEST_EPBS_USER = "username"                   # Login for the PBS server
31 TEST_EPBS_HOMEDIR = "/home/username"          # Home directory on PBS server
32 TEST_EPBS_QUEUE = "queuename"                 # Queue to submit test job on PBS server
33 TEST_EPBS_TIMEOUT = 120                       # Execution timeout (in seconds) for PBS Batch test
34
35 TEST_ELL_HOST = "localhost"                   # LoadLeveler server host
36 TEST_ELL_USER = "username"                    # Login for the LoadLeveler server
37 TEST_ELL_HOMEDIR = "/home/username"           # Home directory on LoadLeveler server
38 TEST_ELL_QUEUE = "classname"                  # Class for the test job test job on LoadLeveler server
39 TEST_ELL_JOBTYPE = "serial"                   # Job type for LoadLeveler
40 TEST_ELL_TIMEOUT = 120                        # Execution timeout (in seconds) for LoadLeveler Batch test
41
42 TEST_ESLURM_HOST = "localhost"                # Slurm server host
43 TEST_ESLURM_USER = "username"                 # Login for the Slurm server
44 TEST_ESLURM_HOMEDIR = "/home/username"        # Home directory on Slurm server
45 TEST_ESLURM_TIMEOUT = 120                     # Execution timeout (in seconds) for Slurm Batch test