From: barate Date: Fri, 30 Mar 2012 09:44:40 +0000 (+0000) Subject: Update batch test template file for Vishnu tests X-Git-Tag: V1_5_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Flibbatch.git;a=commitdiff_plain;h=c946a2afa2f34838ecd2475df349dc45d06cdde8 Update batch test template file for Vishnu tests --- diff --git a/src/Core/Test/batchtest.conf b/src/Core/Test/batchtest.conf index 07034c4..2d30ca9 100644 --- a/src/Core/Test/batchtest.conf +++ b/src/Core/Test/batchtest.conf @@ -44,10 +44,7 @@ TEST_ESLURM_USER = "username" # Login for the Slurm server TEST_ESLURM_HOMEDIR = "/home/username" # Home directory on Slurm server TEST_ESLURM_TIMEOUT = 120 # Execution timeout (in seconds) for Slurm Batch test -TEST_EVISHNU_HOST = "localhost" # Vishnu server host -TEST_EVISHNU_USER = "username" # Login on the Vishnu server host -TEST_EVISHNU_VISHNU_USERID = "userid" # UserId for connecting to Vishnu -TEST_EVISHNU_VISHNU_PASSWORD = "password" # Password for connecting to Vishnu -TEST_EVISHNU_VISHNU_MACHINEID = "localhost" # ID of the machine where Vishnu will launch the job -TEST_EVISHNU_HOMEDIR = "/home/username" # Home directory on Vishnu server +TEST_EVISHNU_HOST = "localhost" # Machine ID of the target cluster +TEST_EVISHNU_USER = "username" # Vishnu login (unused) +TEST_EVISHNU_HOMEDIR = "/home/username" # Home directory on the target cluster TEST_EVISHNU_TIMEOUT = 120 # Execution timeout (in seconds) for Vishnu Batch test