Page 1 sur 1

TA execution result not effecting in TM

Publié : lun. août 03, 2015 11:40 am
par kumar123
Hi All,

I followed the user guide and i setup everything in a server for Squash TM and TA with call back. I created a sample test case in TM and mapped with .ta test script. Now when i am trying to execute the automation script from TM, jenkins job was successfully triggered and successfully executed, but the result is not posted in TM.

I have done the call back setup in pom.xml
${ta.tmcallback.reportbaseurl}
${ta.tmcallback.jobexecutionid}
${ta.tmcallback.reportname}


Please help in solving this issue.

The attached screen print from TM, which is remained still same even after execution.
[attachment=288]TM.png[/attachment]

[attachment=288]TM.png[/attachment]

TA execution result not effecting in TM

Publié : mar. août 04, 2015 1:41 pm
par jsnowe
Same here.

Any help on this ?

TA execution result not effecting in TM

Publié : mer. août 05, 2015 9:42 am
par kumar123
No luck, Still same status.

I checked in this forum, almost everyone finally stuck at the same place and there is no proper solution for this issue.

I suspect that, this feature was not developed yet in Squash.

TA execution result not effecting in TM

Publié : mer. août 05, 2015 9:53 am
par MathildeHdT
You should check your jenkins configuration, there is a problem with the "Jenkins URL" : sometimes it appears on the screen but is not valid.
You should try to put the jenkins URL again even if you see it on your configuration page.

TA execution result not effecting in TM

Publié : lun. déc. 21, 2015 9:31 am
par Karim Drifi
Hello,

I just checked the files available from our website and it seems that the pom.xml template for creating a maven project compatible with the TM-TA link have not been updated properly.

Instead of :
[code]
${ta.tmcallback.reportbaseurl}
${ta.tmcallback.jobexecutionid}
${ta.tmcallback.reportname}
[/code]

you should write :
[code]

${status.update.events.url}
${squash.ta.external.id}
${jobname}
${hostname}
${squash.ta.conf.file}
${ta.tmcallback.reportbaseurl}
${ta.tmcallback.jobexecutionid}
${ta.tmcallback.reportname}

[/code]

All apologies for this, I'll make sure the file is up to date very soon.

Regards,

Karim Drifi.