summaryrefslogtreecommitdiff
path: root/json/highbank-single-node.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/highbank-single-node.json')
-rw-r--r--json/highbank-single-node.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/json/highbank-single-node.json b/json/highbank-single-node.json
new file mode 100644
index 0000000..14313f2
--- /dev/null
+++ b/json/highbank-single-node.json
@@ -0,0 +1,38 @@
+{
+ "health_check": false,
+ "logging_level": "DEBUG",
+ "timeout": 900,
+ "job_name": "highbank-single-node",
+ "device_type": "highbank",
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://linaro-gateway/highbank/highbank-quantal_developer_20130425-301.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": "singlenode03.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/codehelp/",
+ "server": "http://staging.validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}