summaryrefslogtreecommitdiff
path: root/openembedded/mysql.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-04-11 21:26:33 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-04-11 21:26:33 +0530
commit4f87efac885815d1ab42445d3cb61b0a2776f9cc (patch)
tree7875c9a58ca4fed07823f9491edfaceb14a52a0d /openembedded/mysql.yaml
parentd401f71299e4d232a09b11599bf7357092354071 (diff)
parent670b95c458e74117d1b4b0a318e931dc45a3a853 (diff)
Merge branch 'master' of ssh://linarogit/srv/git.linaro.org/git/qa/test-definitions
Diffstat (limited to 'openembedded/mysql.yaml')
-rw-r--r--openembedded/mysql.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/mysql.yaml b/openembedded/mysql.yaml
new file mode 100644
index 0000000..89eaa0c
--- /dev/null
+++ b/openembedded/mysql.yaml
@@ -0,0 +1,19 @@
+metadata:
+ name: mysql
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test for mysql in OE."
+
+install:
+ git-repos:
+ - git://git.linaro.org/qa/test-definitions.git
+
+run:
+ steps:
+ - "cd test-definitions/oe/scripts"
+ - "./mysql.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
+ fixupdict:
+ PASS: pass
+ FAIL: fail