From eab28f20befe6f3ad46c81302864ea2aefaca890 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 07 May 2008 11:11:12 +0000
Subject: [PATCH] relocate dsml test certs to services/DSML

---
 opends/tests/shared/functions/webcontainer.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/shared/functions/webcontainer.xml b/opends/tests/shared/functions/webcontainer.xml
index d546870..757308f 100755
--- a/opends/tests/shared/functions/webcontainer.xml
+++ b/opends/tests/shared/functions/webcontainer.xml
@@ -115,7 +115,7 @@
             'command'   : '%s/bin/keytool' % (JAVA_HOME),
             'arguments' : '-genkey -alias tomcat -keyalg rsa \
                            -dname "cn=tomcat,O=Sun Microsystems,C=US" \
-                           -keystore "%s/services/http/tomcatCertificate" \
+                           -keystore "%s/services/DSML/tomcatCertificate" \
                            -storepass "changeit" -keypass "changeit" \
                            -storetype JKS ' % (stafRoot),
             'path'      : '%s/bin' % (JAVA_HOME),
@@ -125,7 +125,7 @@
       
         <call function="'copyFile'">
           { 'location'   : STAXServiceMachine,
-            'srcfile'    : '%s/services/http/tomcatCertificate' % (stafRoot),
+            'srcfile'    : '%s/services/DSML/tomcatCertificate' % (stafRoot),
             'destfile'   : '%s/%s-%s/conf/tomcatCertificate' % (wcPath, WC_TYPE, WC_VERSION),
             'remotehost' : mylocation
           }

--
Gitblit v1.10.0