summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/acl
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-01-26 15:50:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-17 15:28:57 +0000
commit29a7e791aa331d0ac6e8728ff44af2d8732183d3 (patch)
tree98ac0bc699e8163b19343e29dcf14d5f125c4e55 /meta/recipes-support/attr/acl
parent4dcd9d6ceed7262657a628546160d0dced13f45d (diff)
downloadpoky-29a7e791aa331d0ac6e8728ff44af2d8732183d3.tar.gz
acl: enable ptest support
Install acl test suite and run it as ptest. nfs test cases need depend on nfs service. So exclude them order to make ptest all pass. (From OE-Core rev: 9b42aacca362ea5c404e2fd3ac25a51790ba41a5) Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr/acl')
-rw-r--r--meta/recipes-support/attr/acl/run-ptest7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/acl/run-ptest b/meta/recipes-support/attr/acl/run-ptest
new file mode 100644
index 0000000000..3b31cc99af
--- /dev/null
+++ b/meta/recipes-support/attr/acl/run-ptest
@@ -0,0 +1,7 @@
1#!/bin/sh
2
3gpasswd -a daemon bin
4make -C test -k tests root-tests |sed \
5 -e 's|^\[.*\] \(.*\) -- ok$|PASS: \1|' \
6 -e 's|^\[.*\] \(.*\) -- failed|FAIL: \1|'
7gpasswd -d daemon bin