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

tdj_tx
01.11.2007 26092fba9bd30531fcb136754926d139211dd888
With the new setup and clean of each testsuites I had to add 
a function that creates a backup that's used in the restore1 testcase.

1 files modified
17 ■■■■■ changed files
opends/tests/functional-tests/testcases/backends/restore.xml 17 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/backends/restore.xml
@@ -60,10 +60,25 @@
          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
            file="'%s/testcases/backends/backend_setup.xml' % (TESTS_DIR)"/>
          <call function="'backend_setup'"> 
            { 'startDS' : False,
            { 'startDS' : True,
              'loadBackend' : True } 
          </call>     
      <sequence>
            <message>
              'Create a backup of the data in OpenDS to be used in the restore testcase'
            </message>
            <call function="'backup'">
              {
                'backupDir'       : '%s/backends/backup1' % STAGED_DATA_DIR
              }
            </call>
            <call function="'checktestRC'">
              { 'returncode' : RC ,
                'result'     : STAXResult }
            </call>
          </sequence>
                                                                
          <!--- Test Case information
            #@TestMarker          Backend Restore Tests