{ "timeout": 900, "job_name": "beagleblack-group-multinode", "logging_level": "DEBUG", "device_group": [ { "role": "black", "count": 1, "device_type": "beaglebone-black", "tags": [ "codehelp-block" ] }, { "role": "grey", "count": 1, "device_type": "beaglebone-black", "tags": [ "codehelp-shadow" ] } ], "actions": [ { "command": "deploy_linaro_image", "parameters": { "image": "http://linaro-gateway/beaglebone/beaglebone_20130625-379.img.gz" } }, { "command": "lava_test_shell", "parameters": { "testdef_repos": [ { "git-repo": "git://git.linaro.org/qa/test-definitions.git", "testdef": "ubuntu/smoke-tests-basic.yaml" }, { "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git", "testdef": "netperf-multinode-c-network.yaml" } ], "timeout": 2400, "role": "black" } }, { "command": "lava_test_shell", "parameters": { "testdef_repos": [ { "git-repo": "git://git.linaro.org/qa/test-definitions.git", "testdef": "ubuntu/smoke-tests-basic.yaml" }, { "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git", "testdef": "netperf-multinode-s-network.yaml" } ], "timeout": 900, "role": "grey" } }, { "command": "submit_results_on_host", "parameters": { "stream": "/anonymous/instance-manager/", "server": "http://localhost/RPC2/" } } ] }