aboutsummaryrefslogtreecommitdiff
path: root/odp/lava-job-definitions/x86
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-12-16 17:58:17 +0100
committerAnders Roxell <anders.roxell@linaro.org>2015-12-16 17:58:17 +0100
commit38ce0fc7922c2961fa7d872edd0a8633eebf6d78 (patch)
treefb8a3a12efbf112ff3d84bb167c566a0e9ac6f14 /odp/lava-job-definitions/x86
parent7253c9ae94df9f0cbf0063402a7db236b0d54eac (diff)
odp/x86: add nfs testplan
Change-Id: I20819d2cbda285861cc4088ca13d30e9f9de5640 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp/lava-job-definitions/x86')
-rw-r--r--odp/lava-job-definitions/x86/template-base-nfs.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/odp/lava-job-definitions/x86/template-base-nfs.yaml b/odp/lava-job-definitions/x86/template-base-nfs.yaml
new file mode 100644
index 0000000000..56473ce3ca
--- /dev/null
+++ b/odp/lava-job-definitions/x86/template-base-nfs.yaml
@@ -0,0 +1,29 @@
+actions:
+- command: deploy_linaro_kernel
+ parameters:
+ bootloadertype: 'ipxe'
+ kernel: '${KERNEL_URL}/bzImage-x86-64'
+ nfsrootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ kernel.build: '${BUILD_NUMBER}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: 'odp-x86-64-gcc-4.9'
+ git URL: '${GIT_URL}'
+ git commit: '${GIT_COMMIT}'
+- command: boot_linaro_image
+ parameters:
+ test_image_prompt: 'root@linaro'
+- command: lava_test_shell
+ parameters:
+ timeout: 7200
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/odp-validation.yaml
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600