summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-07-31 12:14:58 +0100
committerNeil Williams <codehelp@debian.org>2013-07-31 12:14:58 +0100
commit3f5af762274359595ad6df903b464cf4d4729db4 (patch)
tree722b3228949080c33c19adad53d1394c64e3448f
parent64205e7385d81f058d6ec7938d3d3b0c4526709b (diff)
add a single node starter JSON
-rw-r--r--json/beagleblack-single-node.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/json/beagleblack-single-node.json b/json/beagleblack-single-node.json
new file mode 100644
index 0000000..053b766
--- /dev/null
+++ b/json/beagleblack-single-node.json
@@ -0,0 +1,45 @@
+{
+ "timeout": 900,
+ "job_name": "beagleblack-single-node",
+ "logging_level": "DEBUG",
+ "device_type": "beaglebone-black",
+ "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": "singlenode01.yaml"
+ },
+ {
+ "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
+ "testdef": "singlenode02.yaml"
+ },
+ {
+ "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
+ "testdef": "singlenode03.yaml"
+ }
+ ],
+ "timeout": 180
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/codehelp/",
+ "server": "http://localhost/RPC2/"
+ }
+ }
+ ]
+}