summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-08-10 08:18:29 +0100
committerNeil Williams <codehelp@debian.org>2013-08-10 08:18:29 +0100
commite4a32ea962481b193d311565c9463649dfb5cd2f (patch)
treea6e963c509dc0f29fc22d26d11b5a0bf57d69da2
parent633c810769088e668ca8a8c679ac008ea30e45af (diff)
add beagle variants
-rw-r--r--json/kvm-beagleblack-group.json (renamed from json/kvm-multi-node.json)0
-rw-r--r--json/panda-blackgroup.json89
2 files changed, 89 insertions, 0 deletions
diff --git a/json/kvm-multi-node.json b/json/kvm-beagleblack-group.json
index 8b06123..8b06123 100644
--- a/json/kvm-multi-node.json
+++ b/json/kvm-beagleblack-group.json
diff --git a/json/panda-blackgroup.json b/json/panda-blackgroup.json
new file mode 100644
index 0000000..8ba46ed
--- /dev/null
+++ b/json/panda-blackgroup.json
@@ -0,0 +1,89 @@
+{
+ "timeout": 900,
+ "job_name": "panda black group test",
+ "logging_level": "INFO",
+ "device_group": [
+ {
+ "role": "police",
+ "count": 2,
+ "device_type": "panda",
+ "tags": [
+ "codehelp-cop"
+ ]
+ },
+ {
+ "role": "colour",
+ "count": 3,
+ "device_type": "beaglebone-black",
+ "tags": [
+ "codehelp-black"
+ ]
+ }
+ ],
+ "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": {
+ "hwpack": "http://snapshots.linaro.org/kernel-hwpack/linux-preempt-rt-arndale/28/hwpack_linaro-arndale_20130723-1644_b28_armhf_supported.tar.gz",
+ "rootfs": "http://snapshots.linaro.org/ubuntu/images/nano-lava/442/linaro-raring-nano-lava-20130725-442.tar.gz",
+ "role": "public"
+ },
+ "metadata": {
+ "distribution": "ubuntu",
+ "hwpack.type": "arndale",
+ "rootfs.type": "nano-lava"
+ }
+ },
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "file:///home/codehelp/images/mx53loco-ubuntu-desktop.img.gz",
+ "role": "mazda"
+ }
+ },
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://releases.linaro.org/12.02/ubuntu/beagleboard/beagle-ubuntu-desktop.img.gz",
+ "role": "dog"
+ }
+ },
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://linaro-gateway/beaglebone/beaglebone_20130625-379.img.gz",
+ "role": "colour"
+ }
+ },
+ {
+ "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": "multinode03.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "/anonymous/instance-manager/",
+ "server": "http://localhost/RPC2/"
+ }
+ }
+ ]
+}