]> SALOME platform Git repositories - tools/libbatch.git/blobdiff - src/Core/Test/batchtest.conf
Salome HOME
Added PBS test based on Torque.
[tools/libbatch.git] / src / Core / Test / batchtest.conf
index a318eac3357c5db610d5f4ce437b2acf00b6cf4b..00b322865be4eb3c66f87ee6955ec9b466f4217e 100644 (file)
@@ -23,6 +23,11 @@ TEST_LOCAL_SSH_FINALIZATION_TIME = 5          # Finalization time (in seconds) f
 
 TEST_PBS_HOST = "localhost"                   # PBS server host
 TEST_PBS_USER = "username"                    # Login for the PBS server
-TEST_PBS_HOMEDIR = "/home/username"           # Home directory on PBS server
 TEST_PBS_QUEUE = "queuename"                  # Queue to submit test job on PBS server
 TEST_PBS_TIMEOUT = 120                        # Execution timeout (in seconds) for PBS Batch test
+
+TEST_EPBS_HOST = "localhost"                  # PBS server host
+TEST_EPBS_USER = "username"                   # Login for the PBS server
+TEST_EPBS_HOMEDIR = "/home/username"          # Home directory on PBS server
+TEST_EPBS_QUEUE = "queuename"                 # Queue to submit test job on PBS server
+TEST_EPBS_TIMEOUT = 120                       # Execution timeout (in seconds) for PBS Batch test