From aedb62f98d3c43e52c7851748c92b3ca8ae1fcd7 Mon Sep 17 00:00:00 2001
From: Arno Schoenmakers <schoenmakers@astron.nl>
Date: Fri, 23 Mar 2018 08:13:47 +0000
Subject: [PATCH] SW-269: Replaced sas099 occurences by sasdbtest

---
 SAS/OTDB/test/t_getTreeGroup.run              | 2 +-
 SAS/OTDB_Services/test/t_TreeService.run      | 2 +-
 SAS/OTDB_Services/test/t_TreeStatusEvents.run | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SAS/OTDB/test/t_getTreeGroup.run b/SAS/OTDB/test/t_getTreeGroup.run
index 7bb6837d697..2849374149a 100755
--- a/SAS/OTDB/test/t_getTreeGroup.run
+++ b/SAS/OTDB/test/t_getTreeGroup.run
@@ -1,6 +1,6 @@
 #!/bin/sh -x
 # constants
-DBHOST=sas099.control.lofar
+DBHOST=sasdbtest.control.lofar
 
 # This test requires Python 2.7+
 python -c 'import sys, os; sys.exit(1 - int(sys.version >= "2.7"))' || exit 3
diff --git a/SAS/OTDB_Services/test/t_TreeService.run b/SAS/OTDB_Services/test/t_TreeService.run
index 5d1c193ccb2..498561ac058 100755
--- a/SAS/OTDB_Services/test/t_TreeService.run
+++ b/SAS/OTDB_Services/test/t_TreeService.run
@@ -1,6 +1,6 @@
 #!/bin/bash -x
 # constants
-DBHOST=10.149.32.21 # sas099.control.lofar
+DBHOST=sasdbtest.control.lofar
 
 #cleanup on normal exit and on SIGHUP, SIGINT, SIGQUIT, and SIGTERM
 trap 'qpid-config del exchange --force $queue ; kill ${SERVICE_PID} ; dropdb -U postgres -h ${DBHOST} ${DBNAME}' 0 1 2 3 15
diff --git a/SAS/OTDB_Services/test/t_TreeStatusEvents.run b/SAS/OTDB_Services/test/t_TreeStatusEvents.run
index a1f81976a97..999e85705f8 100755
--- a/SAS/OTDB_Services/test/t_TreeStatusEvents.run
+++ b/SAS/OTDB_Services/test/t_TreeStatusEvents.run
@@ -1,6 +1,6 @@
 #!/bin/bash -x
 # constants
-DBHOST=sas099.control.lofar
+DBHOST=sasdbtest.control.lofar
 
 #cleanup on normal exit and on SIGHUP, SIGINT, SIGQUIT, and SIGTERM
 trap 'qpid-config del exchange --force $queue ; kill ${SERVICE_PID} ; dropdb -U postgres -h ${DBHOST} ${DBNAME}' 0 1 2 3 15
-- 
GitLab