| | |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2007-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS. |
| | | ! Portions Copyright 2011-2012 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | |
| | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/replication/replication_setup.xml' % (TESTS_DIR)"/> |
| | | <call function="'replication_setup'"> |
| | | { 'topologyFile' : '%s/3server_topology.txt' % REPLICATION_CONFIG_DIR } |
| | | { 'topologyFile' : '%s/3server_topology.txt' % REPLICATION_CONFIG_DIR , |
| | | 'label' : 'Replication Failover' } |
| | | </call> |
| | | |
| | | <script> |
| | |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/replication/replication_cleanup.xml' % (TESTS_DIR)"/> |
| | | <call function="'replication_cleanup'" /> |
| | | <call function="'replication_cleanup'" > |
| | | { 'label' : 'Replication Failover' } |
| | | </call> |
| | | |
| | | <call function="'testSuite_Postamble'"/> |
| | | |