mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ugaston
22.55.2010 48df97ece466681bb4d6ff6ab91fcec5bb81c37c
opendj-sdk/opends/tests/staf-tests/shared/functions/environment.xml
@@ -202,6 +202,15 @@
        MultimasterSync = 'Multimaster Synchronization'
        MultimasterType = 'multimaster'
        # Replication execution mode variables: if not defined, set random value
        import random
        if REPLICATION_SPLIT_SERVERS == '':
          REPLICATION_SPLIT_SERVERS = random.choice(['true', 'false'])
        if REPLICATION_ECL_MODE == '':
          REPLICATION_ECL_MODE = random.choice(['opends', 'draft'])
        # Create staf objects
        LOCAL_STAF_ROOT  = test_env.staf(STAF_LOCAL_HOSTNAME).root
        REMOTE_STAF_ROOT = test_env.staf(STAF_REMOTE_HOSTNAME).root