summaryrefslogtreecommitdiff
path: root/lava
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2014-08-07 09:43:54 +0300
committerRiku Voipio <riku.voipio@linaro.org>2014-08-07 09:44:39 +0300
commit46d0508b4fc61829175c83fd8bdc66e38b28a84a (patch)
tree4914477effad2724fb84b74370c59ee7dc534b9e /lava
parent5aeffb38674edfaccd942e8af052184a9835afdf (diff)
switch official qa repo
Diffstat (limited to 'lava')
-rw-r--r--lava/kvm_vexpress.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/lava/kvm_vexpress.json b/lava/kvm_vexpress.json
new file mode 100644
index 0000000..c145004
--- /dev/null
+++ b/lava/kvm_vexpress.json
@@ -0,0 +1,70 @@
+{
+ "device_type": "vexpress-tc2",
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "https://snapshots.linaro.org/ubuntu/images/kvm/latest/vexpress-sd.img.gz"
+ },
+ "metadata": {
+ "distribution": "ubuntu",
+ "hwpack.type": "vexpress"
+ }
+ },
+ {
+ "command": "boot_linaro_image",
+ "parameters": {
+ "boot_cmds": [
+ "sendline a",
+ "expect Choice:",
+ "sendline 3",
+ "expect Delete entry:",
+ "sendline 1",
+ "expect Choice:",
+ "sendline 1",
+ "expect Select the Boot Device:",
+ "sendline 4",
+ "expect File path of the EFI Application or the kernel:",
+ "sendline uImage",
+ "expect Boot Type: [a] ATAGS, [g] Global FDT or [l] Local FDT? [a/g/l]",
+ "sendline l",
+ "expect Add an initrd: [y/n]",
+ "sendline y",
+ "expect File path of the initrd",
+ "sendline uInitrd",
+ "expect Arguments to pass to the binary:",
+ "sendline console=tty0 console=ttyAMA0,38400n8 root=/dev/sda1 rootwait ro",
+ "expect File path of the local FDT:",
+ "sendline v2p-ca15-tc2.dtb",
+ "expect Description for this new Entry:",
+ "sendline LAVA Test Image",
+ "expect Choice:",
+ "sendline 5",
+ "expect Start:",
+ "sendline 1"
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/kvm.yaml"
+ }
+ ],
+ "timeout": 18000
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "stream": "/private/team/linaro/virtualization/",
+ "server": "http://validation.linaro.org/RPC2/"
+ }
+ }
+ ],
+ "timeout": 172800,
+ "job_name": "https://ci.linaro.org/jenkins/job/linux-kvm/hwpack=vexpress"
+}