summaryrefslogtreecommitdiff
path: root/json/panda-arndale-group.json
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-07-09 12:01:30 +0100
committerNeil Williams <codehelp@debian.org>2013-07-09 12:01:30 +0100
commit5b69645a6781022c58999d301ec5808fa698d810 (patch)
tree70e7f0be02528aed0352e398d5e1af698f586842 /json/panda-arndale-group.json
parentaa9c72dcc52501deb85a6ff6028cb5723127c261 (diff)
switch to quantal images for more reliable networking.
Diffstat (limited to 'json/panda-arndale-group.json')
-rw-r--r--json/panda-arndale-group.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/json/panda-arndale-group.json b/json/panda-arndale-group.json
new file mode 100644
index 0000000..edd4705
--- /dev/null
+++ b/json/panda-arndale-group.json
@@ -0,0 +1,58 @@
+{
+ "timeout": 18000,
+ "job_name": "codehelp multinode API tests",
+ "logging_level": "INFO",
+ "device_group": [
+ {
+ "role": "police",
+ "count": 2,
+ "device_type": "panda",
+ "tags": [
+ "codehelp-cop"
+ ]
+ },
+ {
+ "role": "public",
+ "count": 1,
+ "device_type": "arndale",
+ "tags": [
+ "codehelp-public"
+ ]
+ }
+ ],
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "file:///home/codehelp/images/panda-quantal_developer_20130328-278.img.gz",
+ "role": "police"
+ }
+ },
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "file:///home/codehelp/images/arndale-raring_server_20130526-344.img.gz",
+ "role": "public"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
+ "testdef": "group-tests-multinode.yaml"
+ }
+ ],
+ "timeout": 1800
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/instance-manager/",
+ "server": "http://localhost/RPC2/"
+ }
+ }
+ ]
+}