From 11abaf84f032733e0d97644a4ccaeb54d90f21dd Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Mon, 02 Apr 2007 19:01:43 +0000
Subject: [PATCH] Adding a variable to the config.py file for python scripts to access data files on the local machine rather than the remote machine.

---
 opends/tests/functional-tests/config/config.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/tests/functional-tests/config/config.py b/opends/tests/functional-tests/config/config.py
index ccf7108..80c62e6 100644
--- a/opends/tests/functional-tests/config/config.py
+++ b/opends/tests/functional-tests/config/config.py
@@ -26,6 +26,7 @@
 DIRECTORY_INSTANCE_SFX      = 'dc=com'
 DIRECTORY_INSTANCE_BE       = 'userRoot'
 STAGED_DATA_DIR             = '%s/functional-tests/shared/data' % DIRECTORY_INSTANCE_DIR
+LOCAL_DATA_DIR		    = '%s/functional-tests/shared/data' % TMPDIR
 JAVA_HOME                   = '/usr/jdk/jdk1.5.0_01'
 SEND_MAIL_AFTER_TEST_RUN    = 'FALSE'
 SEND_MAIL_TO                = ' '

--
Gitblit v1.10.0