aboutsummaryrefslogtreecommitdiff
path: root/templates/boot
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2015-03-31 20:54:02 -0700
committerTyler Baker <tyler.baker@linaro.org>2015-03-31 21:24:32 -0700
commit21ccb1b53a5c2958d0c6ef027fbe837d15fda8a1 (patch)
tree0f6cd05028f924fafbfb18c77f03de10335e3167 /templates/boot
parent78e5c4d5b41a4820432123fc6c7f9857c2aa54eb (diff)
add vmgroups support
Diffstat (limited to 'templates/boot')
-rw-r--r--templates/boot/cubieboard3-arm-kvm-boot-template.json89
1 files changed, 0 insertions, 89 deletions
diff --git a/templates/boot/cubieboard3-arm-kvm-boot-template.json b/templates/boot/cubieboard3-arm-kvm-boot-template.json
deleted file mode 100644
index 2b9433f..0000000
--- a/templates/boot/cubieboard3-arm-kvm-boot-template.json
+++ /dev/null
@@ -1,89 +0,0 @@
-{
- "timeout": 300,
- "job_name": "{job_name}",
- "logging_level": "DEBUG",
- "vm_group":
- {
- "host":
- {
- "device_type": "{device_type}",
- "role": "host"
- },
- "auto_start_vms": false,
- "vms": [
- {
- "device_type": "kvm-arm",
- "role": "vm"
- }]
- },
- "actions": [
- {
- "command": "deploy_linaro_kernel",
- "metadata": {
- "image.type": "{image_type}",
- "image.url": "{image_url}",
- "kernel.tree": "{tree}",
- "kernel.version": "{kernel_version}",
- "kernel.endian": "{endian}",
- "kernel.defconfig": "{defconfig}",
- "platform.fastboot": "{fastboot}",
- "test.plan": "{test_plan}"
- },
- "parameters":
- {
- "dtb": "{dtb_url}",
- "kernel": "{kernel_url}",
- "login_prompt": "login:",
- "nfsrootfs": "http://images.armcloud.us/misc/tyler-cubie3/kvm/cubieboard3-sid.tar.gz",
- "password": "linaro",
- "password_prompt": "Password",
- "target_type": "ubuntu",
- "username": "root",
- "role": "host"
- }
- },
- {
- "command": "deploy_linaro_kernel",
- "parameters":
- {
- "kernel": "http://images.armcloud.us/linaro/kvm/zImage",
- "ramdisk": "http://images.armcloud.us/lava/common/buildroot.cpio.gz",
- "dtb": "http://images.armcloud.us/linaro/kvm/vexpress-v2p-ca15-tc1.dtb",
- "role": "vm"
- }
- },
- {
- "command": "boot_linaro_image",
- "parameters":
- {
- "test_image_prompt": "root@debian:~#",
- "role": "host"
- }
- },
- {
- "command": "lava_test_shell",
- "parameters":
- {
- "testdef_repos": [
- {
- "url": "http://images.armcloud.us/lava/common/tests/test-definitions/ubuntu/kvm-host.yaml"
- }],
- "role": "host"
- }
- },
- {
- "command": "boot_linaro_image",
- "parameters":
- {
- "role": "vm"
- }
- },
- {
- "command": "submit_results",
- "parameters":
- {
- "server": "LAVA_SERVER",
- "stream": "BUNDLE_STREAM"
- }
- }]
-} \ No newline at end of file