Based on an example script used for lab health tests, I have tried to use the following clause in my json files to induce the local LAVA server to send the results to the Linaro validation server:
{
"command": "submit_results",
"parameters": {
"server": "http://gary-robertson:xxx@validation.linaro.org/RPC2/",
"stream": "/anonymous/gary-robertson/"
}
}
where 'xxx' is the string for the authentication token I use to submit jobs under my Launchpad login on validation.linaro.org
My hope and intent was to use the Launchpad login credentials to authenticate on the validation.linaro.org LAVA server in order to save the locally generated bundle stream there. However, the local LAVA job always fails to authenticate properly and can't submit the bundle... the error message which is returned is:
Hoping you can enlighten me,
Gary R.