summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-07-23 15:52:26 +0100
committerNeil Williams <codehelp@debian.org>2013-07-23 15:52:26 +0100
commit08ee66d11625d50612ee764ed860342e17761159 (patch)
treec7dc380ea21f2949af991fde2496bcdff990db5b /json
parent70512f10fbd496dbf6c039026553c86030bbfae7 (diff)
add test cases for broken install steps and shorten timeouts
Diffstat (limited to 'json')
-rw-r--r--json/mx53-timeout-group.json65
1 files changed, 65 insertions, 0 deletions
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/"
+ }
+ }
+ ]
+}