From c946a2afa2f34838ecd2475df349dc45d06cdde8 Mon Sep 17 00:00:00 2001 From: barate Date: Fri, 30 Mar 2012 09:44:40 +0000 Subject: [PATCH] Update batch test template file for Vishnu tests --- src/Core/Test/batchtest.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 -- 2.39.2