summaryrefslogtreecommitdiff
path: root/common/overlayfs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'common/overlayfs.yaml')
-rwxr-xr-xcommon/overlayfs.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/common/overlayfs.yaml b/common/overlayfs.yaml
new file mode 100755
index 0000000..d6c41b1
--- /dev/null
+++ b/common/overlayfs.yaml
@@ -0,0 +1,28 @@
+metadata:
+ name: overlayfs
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Run overlay filesystem test from unionmount testsuite on
+ Linaro Ubuntu and OpenEmbedded"
+ maintainer:
+ - milosz.wasilewski@linaro.org
+ - chase.qi@linaro.org
+ os:
+ - ubuntu
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - arndale
+ - beaglebone-black
+ - rtsm_fvp_base-aemv8a
+ - mustang
+ - panda
+ - juno
+
+install:
+ git-repos:
+ - url: http://git.linaro.org/qa/unionmount-testsuite.git
+
+run:
+ steps:
+ - './common/scripts/overlayfs.py $(readlink -f unionmount-testsuite)'