| | |
| | | envAlreadyLoaded='true' |
| | | CurrentTestPath['group']='replication' |
| | | </script> |
| | | <call function="'testGroup_Preamble'"/> |
| | | <iterate var="_test" in="['totalupdate','binarycopy','ldifimport','resynchronization','basic','schema','failover']"> |
| | | <call function="'testGroup_Preamble'"/> |
| | | <iterate var="_test" |
| | | in="['totalupdate','binarycopy','ldifimport','resynchronization', |
| | | 'basic','schema','failover','encryption']"> |
| | | <sequence> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/replication/%s/%s.xml' % (TESTS_DIR,_test,_test)"/> |
| | | file="'%s/testcases/replication/%s/%s.xml' % |
| | | (TESTS_DIR,_test,_test)"/> |
| | | <call function="'replication_%s'% _test" /> |
| | | </sequence> |
| | | </iterate> |