From: Andreas Gruenbacher <agruenba@redhat.com>
To: xfs@oss.sgi.com
Cc: Andreas Gruenbacher <agruenba@redhat.com>
Subject: [XFSTESTS v4 0/4] Richacl tests
Date: Wed, 9 Mar 2016 13:06:34 +0100 [thread overview]
Message-ID: <1457525199-15355-1-git-send-email-agruenba@redhat.com> (raw)
Hello,
here is a new version of the richacl tests. According to feedback from the
previous posting (http://oss.sgi.com/archives/xfs/2015-12/msg00316.html), each
of the richacl tests is not run separately, on a new scratch filesystem.
Thanks,
Andreas
Andreas Gruenbacher (4):
Rename output file templates to match TEST.out*
check: Add support for tests without *.out files
xfs/191: Remove obsolete nfs4acl tests
Add richacl tests
.gitignore | 19 +++
Makefile | 2 +-
check | 77 ++++++---
common/rc | 36 ++++
nfs4acl/Makefile | 29 ----
nfs4acl/apply-mask.test | 143 ----------------
nfs4acl/basic.test | 70 --------
nfs4acl/chmod.test | 31 ----
nfs4acl/chown.test | 63 -------
nfs4acl/computed-mode.test | 62 -------
nfs4acl/create.test | 35 ----
nfs4acl/ctime.test | 36 ----
nfs4acl/delete.test | 77 ---------
nfs4acl/run | 298 ---------------------------------
nfs4acl/unrepresentable.test | 20 ---
nfs4acl/write-vs-append.test | 46 -----
richacl/Makefile | 23 +++
richacl/apply-masks | 163 ++++++++++++++++++
richacl/auto-inheritance | 191 +++++++++++++++++++++
richacl/basic | 97 +++++++++++
richacl/chmod | 40 +++++
richacl/chown | 42 +++++
richacl/create | 36 ++++
richacl/ctime | 35 ++++
richacl/delete | 89 ++++++++++
richacl/setrichacl-modify | 57 +++++++
richacl/test-lib.sh | 154 +++++++++++++++++
richacl/write-vs-append | 54 ++++++
tests/generic/338 | 67 ++++++++
tests/generic/339-apply-masks | 1 +
tests/generic/340-auto-inheritance | 1 +
tests/generic/341-basic | 1 +
tests/generic/342-chmod | 1 +
tests/generic/343-chown | 1 +
tests/generic/344-create | 1 +
tests/generic/345-ctime | 1 +
tests/generic/346-delete | 1 +
tests/generic/347-setrichacl-modify | 1 +
tests/generic/348-write-vs-append | 1 +
tests/generic/group | 10 ++
tests/xfs/096 | 4 +-
tests/xfs/096.external | 50 ------
tests/xfs/096.internal | 51 ------
tests/xfs/096.out.external | 50 ++++++
tests/xfs/096.out.internal | 51 ++++++
tests/xfs/191 | 75 ---------
tests/xfs/191.out | 324 ------------------------------------
tests/xfs/group | 1 -
48 files changed, 1277 insertions(+), 1441 deletions(-)
delete mode 100644 nfs4acl/Makefile
delete mode 100644 nfs4acl/apply-mask.test
delete mode 100644 nfs4acl/basic.test
delete mode 100644 nfs4acl/chmod.test
delete mode 100644 nfs4acl/chown.test
delete mode 100644 nfs4acl/computed-mode.test
delete mode 100644 nfs4acl/create.test
delete mode 100644 nfs4acl/ctime.test
delete mode 100644 nfs4acl/delete.test
delete mode 100755 nfs4acl/run
delete mode 100644 nfs4acl/unrepresentable.test
delete mode 100644 nfs4acl/write-vs-append.test
create mode 100644 richacl/Makefile
create mode 100755 richacl/apply-masks
create mode 100755 richacl/auto-inheritance
create mode 100755 richacl/basic
create mode 100755 richacl/chmod
create mode 100755 richacl/chown
create mode 100755 richacl/create
create mode 100755 richacl/ctime
create mode 100755 richacl/delete
create mode 100755 richacl/setrichacl-modify
create mode 100644 richacl/test-lib.sh
create mode 100755 richacl/write-vs-append
create mode 100755 tests/generic/338
create mode 120000 tests/generic/339-apply-masks
create mode 120000 tests/generic/340-auto-inheritance
create mode 120000 tests/generic/341-basic
create mode 120000 tests/generic/342-chmod
create mode 120000 tests/generic/343-chown
create mode 120000 tests/generic/344-create
create mode 120000 tests/generic/345-ctime
create mode 120000 tests/generic/346-delete
create mode 120000 tests/generic/347-setrichacl-modify
create mode 120000 tests/generic/348-write-vs-append
delete mode 100644 tests/xfs/096.external
delete mode 100644 tests/xfs/096.internal
create mode 100644 tests/xfs/096.out.external
create mode 100644 tests/xfs/096.out.internal
delete mode 100755 tests/xfs/191
delete mode 100644 tests/xfs/191.out
--
2.5.0
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next reply other threads:[~2016-03-09 12:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-09 12:06 Andreas Gruenbacher [this message]
2016-03-09 12:06 ` [XFSTESTS v4 1/4] Rename output file templates to match TEST.out* Andreas Gruenbacher
2016-03-09 12:06 ` [XFSTESTS v4 2/4] check: Add support for tests without *.out files Andreas Gruenbacher
2016-03-09 12:06 ` [XFSTESTS v4 3/4] xfs/191: Remove obsolete nfs4acl tests Andreas Gruenbacher
2016-03-09 12:06 ` [XFSTESTS v4 4/4] Add richacl tests Andreas Gruenbacher
2016-03-09 12:06 ` [XFSTESTS v4 4/4] generic/338: " Andreas Gruenbacher
2016-03-14 22:24 ` [XFSTESTS v4 0/4] Richacl tests Dave Chinner
2016-03-14 23:23 ` Andreas Gruenbacher
2016-03-15 0:36 ` Eric Sandeen
2016-03-15 3:30 ` Dave Chinner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457525199-15355-1-git-send-email-agruenba@redhat.com \
--to=agruenba@redhat.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox