summaryrefslogtreecommitdiff
path: root/openembedded/phpmysql.yaml
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-04-18 09:41:11 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-04-18 09:41:11 +0200
commitfe414ccdda51b17f583c18dd8d94aaba54554aaa (patch)
tree2688b20e8f98042755bc22fb2f30fd8edfc32cfd /openembedded/phpmysql.yaml
parent4ae10214aad83c1344aa44e188f305db6f488926 (diff)
OpenEmbedded: added tests for phpinfo and php/mysql
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'openembedded/phpmysql.yaml')
-rw-r--r--openembedded/phpmysql.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/phpmysql.yaml b/openembedded/phpmysql.yaml
new file mode 100644
index 0000000..4c0d517
--- /dev/null
+++ b/openembedded/phpmysql.yaml
@@ -0,0 +1,19 @@
+metadata:
+ name: phpmysql
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test for php/mysql in OE."
+
+install:
+ git-repos:
+ - git://git.linaro.org/qa/test-definitions.git
+
+run:
+ steps:
+ - "cd test-definitions/oe/scripts"
+ - "./phpmysql.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
+ fixupdict:
+ PASS: pass
+ FAIL: fail