From 75e789577e089751d395faac10873e0285bf3a54 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 03 Sep 2008 09:46:18 +0000
Subject: [PATCH] make each test group a job
---
opends/tests/functional-tests/testcases/replication/encryption/encryption.xml | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/encryption/encryption.xml b/opends/tests/functional-tests/testcases/replication/encryption/encryption.xml
index c8e3dca..2d12c31 100644
--- a/opends/tests/functional-tests/testcases/replication/encryption/encryption.xml
+++ b/opends/tests/functional-tests/testcases/replication/encryption/encryption.xml
@@ -270,8 +270,8 @@
<script>
filename = 'replication_mod_add_binary.ldif'
- filePath = '%s/%s' % (logsTestDataDir,filename)
- binaryFilePath = '%s/photo1.uu' % testsGroupDir
+ filePath = '%s/%s' % (local.data,filename)
+ binaryFilePath = '%s/replication/photo1.uu' % source.data
dn = 'uid=hmiller, ou=People,%s' % synchroSuffix
modif = 'add'
attrType = 'jpegPhoto'
@@ -281,7 +281,7 @@
<!-- Copy the replication_mod ldif to client host -->
<message>
- 'Copy %s file from %s to %s' % (filename,logsTestDataDir,
+ 'Copy %s file from %s to %s' % (filename,local.data,
clientDataDir)
</message>
<call function="'copyFile'">
@@ -368,8 +368,8 @@
<script>
filename = 'replication_mod_replace_binary.ldif'
- filePath = '%s/%s' % (logsTestDataDir,filename)
- binaryFilePath = '%s/photo2.uu' % testsGroupDir
+ filePath = '%s/%s' % (local.data,filename)
+ binaryFilePath = '%s/replication/photo2.uu' % source.data
dn = 'uid=hmiller, ou=People,%s' % synchroSuffix
modif = 'replace'
attrType = 'jpegPhoto'
@@ -380,7 +380,7 @@
<!-- Copy the replication_mod ldif to client host -->
<message>
- 'Copy %s file from %s to %s' % (filename,logsTestDataDir,
+ 'Copy %s file from %s to %s' % (filename,local.data,
clientDataDir)
</message>
<call function="'copyFile'">
@@ -469,7 +469,7 @@
<script>
filename = 'replication_mod_delete_binary.ldif'
- filePath = '%s/%s' % (logsTestDataDir,filename)
+ filePath = '%s/%s' % (local.data,filename)
dn = 'uid=hmiller, ou=People,%s' % synchroSuffix
modif = 'delete'
attrType = 'jpegPhoto'
@@ -480,7 +480,7 @@
<!-- Copy the replication_mod ldif to client host -->
<message>
- 'Copy %s file from %s to %s' % (filename,logsTestDataDir,
+ 'Copy %s file from %s to %s' % (filename,local.data,
clientDataDir)
</message>
<call function="'copyFile'">
@@ -562,7 +562,7 @@
<script>
filename = 'replication_modrdn.ldif'
- filePath = '%s/%s' % (logsTestDataDir,filename)
+ filePath = '%s/%s' % (local.data,filename)
dn = 'uid=kvaughan, ou=People,%s' % synchroSuffix
newrdn = 'uid=kvaughan2'
newsuperior = None
@@ -573,7 +573,7 @@
<!-- Copy the replication_mod ldif to client host -->
<message>
- 'Copy %s file from %s to %s' % (filename,logsTestDataDir,
+ 'Copy %s file from %s to %s' % (filename,local.data,
clientDataDir)
</message>
<call function="'copyFile'">
@@ -667,7 +667,7 @@
<script>
filename = 'replication_modrdn_preserve.ldif'
- filePath = '%s/%s' % (logsTestDataDir,filename)
+ filePath = '%s/%s' % (local.data,filename)
dn = 'uid=jwallace, ou=People,%s' % synchroSuffix
newrdn = 'uid=igueye'
newsuperior = None
@@ -678,7 +678,7 @@
<!-- Copy the replication_mod ldif to client host -->
<message>
- 'Copy %s file from %s to %s' % (filename,logsTestDataDir,
+ 'Copy %s file from %s to %s' % (filename,local.data,
clientDataDir)
</message>
<call function="'copyFile'">
@@ -780,7 +780,7 @@
<script>
filename = 'replication_moddn.ldif'
- filePath = '%s/%s' % (logsTestDataDir,filename)
+ filePath = '%s/%s' % (local.data,filename)
dn = 'ou=People,%s' % synchroSuffix
newrdn = 'ou=Special People'
newsuperior = 'ou=Special Users,%s' % synchroSuffix
@@ -791,7 +791,7 @@
<!-- Copy the replication_mod ldif to client host -->
<message>
- 'Copy %s file from %s to %s' % (filename,logsTestDataDir,
+ 'Copy %s file from %s to %s' % (filename,local.data,
clientDataDir)
</message>
<call function="'copyFile'">
--
Gitblit v1.10.0