'debug import %s' % client.getHost()
{
'client' : client,
'instances' : instances,
'duration' : duration,
'suffix' : suffix
}
'%s' % msg
{
'returncode' : '1',
'expected' : '0',
'result' : msg,
'status' : 'ERROR',
'fileFd' : fileFd
}
{ 'tagName' : 'chmod',
'fileFd' : fileFd }
{'content' : 'Add execute permission to build.ksh file',
'fileFd' : fileFd}
client.getHost()
'chmod +x build.ksh'
client.getPath()
['PATH=/bin:/usr/bin']
{ 'returncode' : RC,
'result' : STAXResult[0][1],
'fileFd' : fileFd }
{'fileFd' : fileFd}
{ 'tagName' : 'build',
'fileFd' : fileFd }
{'content' : 'Build client',
'fileFd' : fileFd}
client.getHost()
'./build.ksh'
client.getPath()
['PATH=%s/bin:/bin:/usr/bin' % JAVA_HOME,'COMPILDIR=%s' % compilDir ]
{ 'returncode' : RC,
'result' : STAXResult[0][1],
'fileFd' : fileFd }
'FAILED to build client %s on %s' % \
(client.getName(),client.getHost())
{'fileFd' : fileFd}
errNum