{
'quickStart' : False ,
'startServer' : True ,
'loadData' : True ,
'ldifFile' : '%s/backends/backend_start.ldif' % remote.data ,
'stopServer' : False
}
'Backend Backup1: Create a backup of the data in OpenDS'
{ 'backupDir' : '%s/backends/backup1' % remote.data
}
{ 'returncode' : RC ,
'result' : STAXResult
}
'Backend Backup2: Create an incremental backup of the data in OpenDS'
{ 'backupDir' : '%s/backends/backup1' % remote.data,
'extraParams' : '-i'
}
{ 'returncode' : RC ,
'result' : STAXResult
}
'Backend Backup3: Create a backup of the data in OpenDS with a backup id'
{ 'backupDir' : '%s/backends/backup2' % remote.data,
'extraParams' : '-I 20070714142807Z'
}
{ 'returncode' : RC ,
'result' : STAXResult
}
'Backend Backup4: Create an incremental backup of the data in OpenDS with a backup id'
{ 'backupDir' : '%s/backends/backup2' % remote.data,
'extraParams' : '-B 20070714142807Z -i'
}
{ 'returncode' : RC ,
'result' : STAXResult
}
'Backend Backup5: Create a compressed backup of the data in OpenDS'
{ 'backupDir' : '%s/backends/backup1' % remote.data,
'extraParams' : '-c'
}
{ 'returncode' : RC ,
'result' : STAXResult
}
'Finally: Global Backup Cleanup.'
'Cleanup of test suite failed.'