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

ugaston
17.21.2008 8edce0f8e27994e5ae7192614fc2087e763b5cfb
Fix test framework removing staging data directory before new instance install
1 files modified
21 ■■■■ changed files
opends/tests/staf-tests/shared/functions/topology.xml 21 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/functions/topology.xml
@@ -601,7 +601,18 @@
          'foldername' : '%s' % dsDir
        }
      </call>
      
      <!--- Delete staging data folder on remote host -->
      <message>
        'Delete staging data folder %s/shared' % dsDir
      </message>
      <call function="'deleteFolder'">
        { 'location'   : dsHost,
          'foldername' : '%s/testdata' % dsDir
        }
      </call>
      <!---   Copy staging data to remote host -->
      <message>
        'Copy %s/testdata.zip to %s on %s' % (local.testdata,dsDir,dsHost)
@@ -1654,16 +1665,6 @@
        }
      </call>
      
      <!--- Delete staging data folder on remote host -->
      <message>
        'Delete staging data folder %s/shared' % dsDir
      </message>
      <call function="'deleteFolder'">
        { 'location'   : dsHost,
          'foldername' : '%s/shared' % dsDir
        }
      </call>
      <!--- Delete OPENDS zip file on remote host-->
      <message>
        'Delete OPENDS zip file %s/%s' % (dsDir,ZIPNAME)