{
'quickStart' : False ,
'loadData' : True ,
'ldifFile' : '%s/clu/clu_start.ldif' % remote.data ,
'startServer' : True ,
'stopServer' : False ,
'allowPreEncodePassword' : True
}
'base64: encode option'
{
'subcommand' : 'encode',
'rawData' : 'hello world'
}
'SUCCESS: RC=%s, Results %s' % (RC,Result)
'ERROR : RC=%s, Result=%s' % (RC,Result)
'base64: decode option'
{
'subcommand' : 'decode',
'encodedData' : 'aGVsbG8gd29ybGQ='
}
'SUCCESS: RC=%s, Results %s' % (RC,Result)
'ERROR : RC=%s, Result=%s' % (RC,Result)
'Finally: Global CLU Cleanup.'
'Cleanup of test suite failed.'