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/phases/log/log.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/opends/tests/system-tests/phases/log/log.xml b/opends/tests/system-tests/phases/log/log.xml
index a71adcb..ce324a7 100755
--- a/opends/tests/system-tests/phases/log/log.xml
+++ b/opends/tests/system-tests/phases/log/log.xml
@@ -143,10 +143,18 @@
           str = '&lt;phaseSummmary name=\"generateLdif\" result=\"%s\"/&gt;\n'%\
                 ERR_NUM_GEN_LDIF
           fileFd.write(str)
+        if ERR_NUM_PRE_CONFIGURATION != '':
+          str = '&lt;phaseSummmary name=\"preconfiguration\" result=\"%s\"/&gt;\n'%\
+                ERR_NUM_PRE_CONFIGURATION
+          fileFd.write(str)
         if ERR_NUM_CONFIGURATION != '':
           str = '&lt;phaseSummmary name=\"configuration\" result=\"%s\"/&gt;\n'%\
                 ERR_NUM_CONFIGURATION
           fileFd.write(str)
+        if ERR_NUM_POST_CONFIGURATION != '':
+          str = '&lt;phaseSummmary name=\"postconfiguration\" result=\"%s\"/&gt;\n'%\
+                ERR_NUM_POST_CONFIGURATION
+          fileFd.write(str)
         if ERR_NUM_SCHEDULER != '':
           str = '&lt;phaseSummmary name=\"scheduler\" result=\"%s\"/&gt;\n' % \
                 ERR_NUM_SCHEDULER

--
Gitblit v1.10.0