| | |
| | | '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) |
| | |
| | | } |
| | | </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) |