From: Amir Goldstein <amir73il@gmail.com>
To: Theodore Ts'o <tytso@mit.edu>
Cc: Eric Biggers <ebiggers@google.com>,
Alexander Larsson <alexl@redhat.com>,
Leah Rumancik <leah.rumancik@gmail.com>,
fstests@vger.kernel.org, linux-unionfs@vger.kernel.org
Subject: [PATCH 3/3] test-appliance: skip overlayfs tests from base fs exclude list
Date: Sun, 25 Jun 2023 16:50:33 +0300 [thread overview]
Message-ID: <20230625135033.3205742-4-amir73il@gmail.com> (raw)
In-Reply-To: <20230625135033.3205742-1-amir73il@gmail.com>
when running overlayfs test with syntax "-c ext4:overlay/small"
skip tests that are listed in the base fs exclude list (ext4/exclude).
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
---
test-appliance/files/root/runtests.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/test-appliance/files/root/runtests.sh b/test-appliance/files/root/runtests.sh
index c4ddb73..4052481 100755
--- a/test-appliance/files/root/runtests.sh
+++ b/test-appliance/files/root/runtests.sh
@@ -544,6 +544,7 @@ do
files=()
for i in "/root/fs/global_exclude" \
"/root/fs/$FS/exclude" \
+ "/root/fs/$BASE_FSTYPE/exclude" \
"/root/fs/$FS/cfg/$TC.exclude" \
"/root/fs/exclude.$XFSTESTS_FLAVOR" ; do
test -f "$i" && files+=("$i")
--
2.34.1
next prev parent reply other threads:[~2023-06-25 13:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-25 13:50 [PATCH 0/3] fstests-bld overlayfs updates Amir Goldstein
2023-06-25 13:50 ` [PATCH 1/3] test-appliance: enable verity for testing overlay over ext4 Amir Goldstein
2023-06-25 13:50 ` [PATCH 2/3] test-appliance: remove redudant overlay configs Amir Goldstein
2023-06-25 13:50 ` Amir Goldstein [this message]
2023-08-27 9:05 ` [PATCH 0/3] fstests-bld overlayfs updates Amir Goldstein
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=20230625135033.3205742-4-amir73il@gmail.com \
--to=amir73il@gmail.com \
--cc=alexl@redhat.com \
--cc=ebiggers@google.com \
--cc=fstests@vger.kernel.org \
--cc=leah.rumancik@gmail.com \
--cc=linux-unionfs@vger.kernel.org \
--cc=tytso@mit.edu \
/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