* [PATCH] generic: Ignore getcap and setcap cases when it is NFS
@ 2022-09-05 6:22 Cui, Yue/崔 悦
0 siblings, 0 replies; only message in thread
From: Cui, Yue/崔 悦 @ 2022-09-05 6:22 UTC (permalink / raw)
To: fstests, linux-nfs
Signed-off-by: Cui Yue <cuiyue-fnst@fujitsu.com>
---
tests/generic/513 | 2 ++
tests/generic/675 | 2 ++
tests/generic/688 | 2 ++
3 files changed, 6 insertions(+)
diff --git a/tests/generic/513 b/tests/generic/513
index dc08278..d7201f5 100755
--- a/tests/generic/513
+++ b/tests/generic/513
@@ -19,6 +19,8 @@ _require_scratch_reflink
_require_command "$GETCAP_PROG" getcap
_require_command "$SETCAP_PROG" setcap
+test $FSTYP == "nfs" && _notrun "NFS can't support getcap and setcap"
+
_scratch_mkfs >>$seqres.full 2>&1
_scratch_mount
diff --git a/tests/generic/675 b/tests/generic/675
index 189251f..0e9fd36 100755
--- a/tests/generic/675
+++ b/tests/generic/675
@@ -22,6 +22,8 @@ _require_command "$GETCAP_PROG" getcap
_require_command "$SETCAP_PROG" setcap
_require_scratch_reflink
+test $FSTYP == "nfs" && _notrun "NFS can't support getcap and setcap"
+
_scratch_mkfs >> $seqres.full
_scratch_mount
_require_congruent_file_oplen $SCRATCH_MNT 1048576
diff --git a/tests/generic/688 b/tests/generic/688
index 426286b..54b9e3c 100755
--- a/tests/generic/688
+++ b/tests/generic/688
@@ -30,6 +30,8 @@ _require_xfs_io_command falloc
_require_test
_require_congruent_file_oplen $TEST_DIR 65536
+test $FSTYP == "nfs" && _notrun "NFS can't support getcap and setcap"
+
junk_dir=$TEST_DIR/$seq
junk_file=$junk_dir/a
mkdir -p $junk_dir/
--
1.8.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-09-05 6:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-05 6:22 [PATCH] generic: Ignore getcap and setcap cases when it is NFS Cui, Yue/崔 悦
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox