Salome HOME
Upgrade version to 2.5.0
[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 LIBBATCH_TEST_CONF_ENV_VAR.
7
8 TEST_LOCAL_SH_HOST = "localhost"              # Not used
9 TEST_LOCAL_SH_USER = "me"                     # Not used
10 TEST_LOCAL_SH_WORKDIR = "/tmp"               # Work directory for local SH Batch test
11 TEST_LOCAL_SH_TIMEOUT = 2                     # Execution timeout (in seconds) for local SH Batch test
12
13 TEST_LOCAL_HOST = "localhost"                 # Execution host for LOCAL Batch test
14 TEST_LOCAL_USER = "username"                  # User name on the execution host for LOCAL Batch test
15 TEST_LOCAL_WORKDIR = "/tmp"                   # Work directory for LOCAL Batch test
16 TEST_LOCAL_TIMEOUT = 10                       # Execution timeout (in seconds) for LOCAL Batch test
17
18 TEST_LSF_HOST = "localhost"                   # LSF server host
19 TEST_LSF_USER = "username"                    # Login for the LSF server
20 TEST_LSF_WORKDIR = "/home/username/wrk"       # Work directory on LSF server
21 TEST_LSF_TIMEOUT = 120                        # Execution timeout (in seconds) for LSF Batch test
22
23 TEST_SLURM_HOST = "localhost"                 # Slurm server host
24 TEST_SLURM_USER = "username"                  # Login for the Slurm server
25 TEST_SLURM_WORKDIR = "/home/username/wrk"     # Work directory on Slurm server
26 TEST_SLURM_TIMEOUT = 120                      # Execution timeout (in seconds) for Slurm Batch test
27
28 TEST_VISHNU_HOST = "localhost"                # Machine ID of the target cluster
29 TEST_VISHNU_USER = "username"                 # Vishnu login (unused)
30 TEST_VISHNU_WORKDIR = "/home/username/wrk"    # Work directory on the target cluster
31 TEST_VISHNU_TIMEOUT = 120                     # Execution timeout (in seconds) for Vishnu Batch test