{ "timeout": 600, "job_name": "codehelp multinode API tests", "logging_level": "INFO", "device_group": [ { "role": "mazda", "count": 1, "device_type": "mx53loco", "tags": [ "codehelp-public" ] }, { "role": "fail", "count": 1, "device_type": "mx53loco", "tags": [ "codehelp-broken" ] } ], "actions": [ { "command": "deploy_linaro_image", "parameters": { "image": "file:///home/codehelp/images/mx53loco-ubuntu-desktop.img.gz", "role": "mazda" } }, { "command": "lava_test_shell", "parameters": { "testdef_repos": [ { "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git", "testdef": "group-tests-multinode.yaml" } ], "role": "mazda", "timeout": 800 } }, { "command": "lava_test_shell", "parameters": { "testdef_repos": [ { "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git", "testdef": "fail-install-multinode.yaml" } ], "role": "fail", "timeout": 800 } }, { "command": "submit_results_on_host", "parameters": { "stream": "/anonymous/instance-manager/", "server": "http://multinode.validation.linaro.org/RPC2/" } } ] }