2016N/A<?
xml version="1.0" encoding="UTF-8" standalone="no"?>
2016N/A ! The contents of this file are subject to the terms of the 2016N/A ! Common Development and Distribution License, Version 1.0 only 2016N/A ! (the "License"). You may not use this file except in compliance 2016N/A ! You can obtain a copy of the license at 2016N/A ! See the License for the specific language governing permissions 2016N/A ! and limitations under the License. 2016N/A ! When distributing Covered Code, include this CDDL HEADER in each 2016N/A ! file and include the License file at 2016N/A ! add the following below this CDDL HEADER, with the fields enclosed 2016N/A ! by brackets "[]" replaced with your own identifying information: 2016N/A ! Portions Copyright [yyyy] [name of copyright owner] 6215N/A ! Copyright 2012-2013 ForgeRock AS. 2016N/A <
defaultcall function="replication_binarycopy"/>
5826N/A <
function name="replication_binarycopy" scope="local">
5826N/A <
block name="'replication_binarycopy'">
6215N/A CurrentTestPath['group']='replication'
5826N/A CurrentTestPath['suite'] = 'binarycopy'
5826N/A _label = 'Replication BinaryCopy'
5826N/A <!--- Test Suite information 5826N/A #@TestSuiteName Replication BinaryCopy Tests 5826N/A #@TestSuitePurpose Verify that the total-update operations are replicated 5826N/A correctly between two servers. 5826N/A #@TestSuiteID BinaryCopy Tests 5826N/A #@TestSuiteGroup BinaryCopy 5826N/A <
call function="'testSuite_Preamble'"/>
5826N/A <
import machine="STAF_LOCAL_HOSTNAME" 5826N/A <
call function="'replication_setup'" >
5826N/A <!-- List of Import of Test Functions --> 5826N/A <!-- Import the files for this test suite --> 5826N/A <
iterate var="_import" in="importList">
5826N/A <
import machine="STAF_LOCAL_HOSTNAME" 5826N/A <!-- Specific to replication tests --> 5826N/A msg1 = 'Replication: BinaryCopy:'
5826N/A <!-- List of Test Cases --> 5826N/A <
iterate var="__test" in="testsList">
5826N/A <
call function="'%s' % (__test)" />
5826N/A <
message log="1" level="'fatal'">
5826N/A 'Setup of test suite failed.'
5826N/A <
message>'Test Cases Completed.'</
message>
5826N/A <!-- Test Suite Cleanup --> 5826N/A <
message>'Finally: Replication Cleanup.'</
message>
5826N/A <
import machine="STAF_LOCAL_HOSTNAME" 5826N/A <
call function="'replication_cleanup'">
5826N/A <
catch exception="'STAFException'">
5826N/A <
message log="1" level="'fatal'">'Cleanup of test suite failed.'</
message>
5826N/A <
call function="'testSuite_Postamble'"/>