CR-1618 Fix test group for replication-safe-read and replication-safe-data
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_aci"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'aci' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_basic"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'basic' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_binarycopy"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'binarycopy' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_changelog"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'changelog' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_conflict"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'conflict' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_encryption"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'encryption' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_failover"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'failover' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_ldifimport"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'ldifimport' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_resynchronization"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'resynchronization' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_schema"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'schema' |
| | | |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="replication_totalupdate"/> |
| | |
| | | <try> |
| | | <sequence> |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group'] = 'replication' |
| | | CurrentTestPath['suite'] = 'totalupdate' |
| | | |