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

smaguin
11.24.2008 14bbd223c6e6ac09bb2f948ec0f2b4b7255ba730
fix dsconfig interface 's changes
2 files modified
16 ■■■■ changed files
opends/tests/functional-tests/testcases/plugins/plugins_entryUUID.xml 2 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/plugins/plugins_refint.xml 14 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/plugins/plugins_entryUUID.xml
@@ -60,7 +60,7 @@
        'dsInstanceDn'         : DIRECTORY_INSTANCE_DN ,
        'dsInstancePswd'     : DIRECTORY_INSTANCE_PSWD ,
        'subcommand'         : 'set-virtual-attribute-prop' ,
        'objectType'            : 'attribute-name',
        'objectType'           : 'name',
        'objectName'           : 'entryUUID',
        'optionsString'         : '--set enabled:false',
        'expectedRC'           : 0 } 
opends/tests/functional-tests/testcases/plugins/plugins_refint.xml
@@ -542,11 +542,19 @@
    </call>     
    <!-- plugin-type attribute is not dynamic. Need to restart the server -->
      <call function="'RestartDs'">
     { 'dsHost'   : DIRECTORY_INSTANCE_HOST,
    <call function="'StopDsWithScript'">
      { 'location'  : STAF_REMOTE_HOSTNAME,
        'dsHost'    : DIRECTORY_INSTANCE_HOST,
        'dsPort'      : DIRECTORY_INSTANCE_PORT,
        'dsBindDN'  : DIRECTORY_INSTANCE_DN,
        'dsBindPwd' : DIRECTORY_INSTANCE_PSWD
    'dsBindPwd' : DIRECTORY_INSTANCE_PSWD,
        'dsRestart' : ' ' }
    </call>
    <!--- Check that DS started -->
    <call function="'isAlive'">
     { 'noOfLoops'      : 5 ,
       'noOfMilliSeconds' : 2000
    }
    </call>