Test suite suffix used to copy the server logs back to the controller.
Friendly label name
[_splitServerList]
'Copy %s/logs/errors from %s to %s/errors_%s on %s' % \
(serverPath, serverName, logs.sut, suffix, STAXServiceMachine)
{
'location' : serverHost,
'srcfile' : '%s/logs/errors' % serverPath,
'destfile' : '%s/errors_%s' % (logs.sut, suffix),
'remotehost' : STAXServiceMachine
}
'Copy %s/logs/access from %s to %s/access_%s on %s' % \
(serverPath, serverName,logs.sut, suffix, STAXServiceMachine)
{
'location' : serverHost,
'srcfile' : '%s/logs/access' % serverPath,
'destfile' : '%s/access_%s' % (logs.sut, suffix),
'remotehost' : STAXServiceMachine
}
'Copy %s/logs/replication from %s to %s/replication_%s on %s' % \
(serverPath, serverName, logs.sut, suffix, STAXServiceMachine)
{
'location' : serverHost,
'srcfile' : '%s/logs/replication' % serverPath,
'destfile' : '%s/replication_%s' % (logs.sut, suffix),
'remotehost' : STAXServiceMachine
}
'Remove DS topology created for the Synchronization Basic Test Suite'
{ 'multipleInstanceTopology' : True }
{ 'returncode' : RC ,
'result' : STAXResult }
'%s: Failed to cleanup. eInfo(%s)' % (eType,eInfo)