| | |
| | | </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"> |
| | |
| | | </script> |
| | | |
| | | <call function="'prepareInstanceCreation'"> |
| | | { 'groupDataDir' : sharedDataFolder } |
| | | { 'groupDataDir' : sharedDataFolder, |
| | | 'fileExtensions' : fileExtensions |
| | | } |
| | | </call> |
| | | |
| | | <if expr="topologyDescFile == None"> |