summaryrefslogtreecommitdiff
path: root/multi-node-job
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2014-06-19 12:46:38 +0100
committerNeil Williams <neil.williams@linaro.org>2014-06-19 16:25:57 +0100
commit217431c7623e8d9a2755909fc816b06d5211cb9f (patch)
tree334f9453e65bc49cd9137e9bd9a6b67cd74e96d0 /multi-node-job
parenta96b85a825560d3fa305fc5ff5e4f72bac0659cc (diff)
Add a vmgroup arndale functional test
Change-Id: I394192540ab5b217b79a296bc78edca183046da0
Diffstat (limited to 'multi-node-job')
-rw-r--r--multi-node-job/neil.williams/vmgroup_arndale.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/multi-node-job/neil.williams/vmgroup_arndale.json b/multi-node-job/neil.williams/vmgroup_arndale.json
new file mode 100644
index 0000000..bf2d705
--- /dev/null
+++ b/multi-node-job/neil.williams/vmgroup_arndale.json
@@ -0,0 +1,68 @@
+{
+ "timeout": 10000,
+ "job_name": "vm-groups arndale functional test",
+ "logging_level": "DEBUG",
+ "vm_group": {
+ "host": {
+ "device_type": "arndale",
+ "role": "host"
+ },
+ "vms": [
+ {
+ "device_type": "kvm-arm",
+ "role": "vm"
+ }
+ ]
+ },
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://people.linaro.org/~neil.williams/vm_groups/arndale-ubuntu-vm-groups.img.gz",
+ "role": "host"
+ }
+ },
+ {
+ "command": "deploy_linaro_kernel",
+ "parameters": {
+ "kernel": "http://people.linaro.org/~neil.williams/vm_groups/zImage",
+ "rootfs": "http://people.linaro.org/~neil.williams/vm_groups/kvm.qcow2.gz",
+ "dtb": "http://people.linaro.org/~neil.williams/vm_groups/vexpress-v2p-ca15-tc1.dtb",
+ "role": "vm"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/git/lava-team/lava-functional-tests.git",
+ "testdef": "lava-test-shell/vmgroups/host.yaml"
+ }
+ ],
+ "role": "host",
+ "timeout": 1800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/git/lava-team/lava-functional-tests.git",
+ "testdef": "lava-test-shell/single-node/singlenode02.yaml"
+ }
+ ],
+ "role": "vm",
+ "timeout": 9600
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "BUNDLE_STREAM",
+ "server": "LAVA_SERVER"
+ }
+ }
+ ]
+}