Hi Novello,
On Tuesday 28 May 2013 02:37 PM, Novello Giampiero wrote:
lava-dispatch test.json --target panda01
made in this way: { "job_name": "foo", "target": "panda01", "timeout": 18000, "actions": [ { "command": "lava_test_shell", "parameters": { "timeout": 1800, "testdef_urls": ["file:///home/novello/ae/test/lava/test-definitions/openembedded/etherner.yaml"] } } ] } Then I see thei ERROR Target includes no deployment_data:::: What does it means .
You are missing a 'deploy_linaro_image' action which is mandatory to know what image you want to deploy and then run the above test. Please have a look at the following simple job file for what are the actions you are missing in your job file:
http://staging.validation.linaro.org/scheduler/job/44581/definition
Thank You.