From 4e7101fd2097719f302d0948d855f23fff6059f8 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 26 Oct 2009 15:18:37 +0000
Subject: [PATCH] Frontport of 2.2 tests to the trunk
---
opends/tests/staf-tests/shared/functions/topology.xml | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/topology.xml b/opends/tests/staf-tests/shared/functions/topology.xml
index 6685b5f..c79d82e 100755
--- a/opends/tests/staf-tests/shared/functions/topology.xml
+++ b/opends/tests/staf-tests/shared/functions/topology.xml
@@ -56,6 +56,15 @@
</function-arg-description>
<function-arg-property name="type" value="string"/>
</function-arg-def>
+ <function-arg-def name="fileExtensions"
+ type="optional"
+ default="[]">
+ <function-arg-description>
+ Specifies a list of file extension to add to testdata.zip
+ </function-arg-description>
+ <function-arg-property name="type" value="string"/>
+ </function-arg-def>
+
<function-arg-def name="splitReplicationServers"
type="optional"
default="False">
@@ -78,7 +87,9 @@
</script>
<call function="'prepareInstanceCreation'">
- { 'groupDataDir' : sharedDataFolder }
+ { 'groupDataDir' : sharedDataFolder,
+ 'fileExtensions' : fileExtensions
+ }
</call>
<if expr="topologyDescFile == None">
--
Gitblit v1.10.0