From 08ee66d11625d50612ee764ed860342e17761159 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 23 Jul 2013 15:52:26 +0100 Subject: add test cases for broken install steps and shorten timeouts --- json/mx53-timeout-group.json | 65 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 json/mx53-timeout-group.json (limited to 'json/mx53-timeout-group.json') diff --git a/json/mx53-timeout-group.json b/json/mx53-timeout-group.json new file mode 100644 index 0000000..c0d8fea --- /dev/null +++ b/json/mx53-timeout-group.json @@ -0,0 +1,65 @@ +{ + "timeout": 3000, + "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://localhost/RPC2/" + } + } + ] +} -- cgit v1.2.3