From 48e12ec78a178f795b258c2e90c77e7fa89b5eb8 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 18 Mar 2008 18:22:14 +0000
Subject: [PATCH] add pre/post configuration phases
---
opends/tests/system-tests/scenario/sample/sample.xml | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/opends/tests/system-tests/scenario/sample/sample.xml b/opends/tests/system-tests/scenario/sample/sample.xml
index e3f8cd9..c8e4aad 100755
--- a/opends/tests/system-tests/scenario/sample/sample.xml
+++ b/opends/tests/system-tests/scenario/sample/sample.xml
@@ -34,14 +34,19 @@
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/phases/main_run.xml' % (TESTS_DIR)"/>
+ <!-- ********************************************************* -->
+ <!-- **************** README *************** -->
<!-- directoryName must have the name of the current directory -->
+ <!-- pre and post configuration files are stax code based, these
+ files allow you to configure the products as you want !-->
+ <!-- ********************************************************* -->
<script>
dirName = 'sample'
- CONF_FILE = '%s/scenario/%s/conf.xml' % (TESTS_DIR,dirName)
+ fConf = '%s/scenario/%s/conf.xml' % (TESTS_DIR,dirName)
</script>
<call function="'main_run'">
{
- 'configurationFile': CONF_FILE,
+ 'configurationFile': fConf,
'runInstallation' : 'true',
'runGenerateLdif' : 'true',
'runConfiguration' : 'true',
--
Gitblit v1.10.0