public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Adjust COMP5 for RFC8276 addition of XATTR ops
@ 2024-10-24  9:10 Yong Sun
  2024-10-24 20:17 ` Calum Mackay
  0 siblings, 1 reply; 2+ messages in thread
From: Yong Sun @ 2024-10-24  9:10 UTC (permalink / raw)
  To: calum.mackay; +Cc: linux-nfs, Yong Sun

The COMP5 test needs to be updated for RFC-8276.
This RFC added some new legal opcodes for NFSv4.2 - number 72,73,74,75.
So the '72' should be changed to '76'.
---
 nfs4.1/server41tests/st_compound.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nfs4.1/server41tests/st_compound.py b/nfs4.1/server41tests/st_compound.py
index fdf73b6..d6bc486 100644
--- a/nfs4.1/server41tests/st_compound.py
+++ b/nfs4.1/server41tests/st_compound.py
@@ -111,7 +111,7 @@ def testUndefined(t, env):
             except:
                 # If it fails, try to just pack the opcode with void args
                 self.pack_uint32_t(data.argop)
-    for i in [0, 1, 2, 72, OP_ILLEGAL]:
+    for i in [0, 1, 2, OP_REMOVEXATTR+1, OP_ILLEGAL]:
         a = nfs_argop4(argop = i)
         try:
             res = c.compound([a], packer=CustomPacker)
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-24 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24  9:10 [PATCH] Adjust COMP5 for RFC8276 addition of XATTR ops Yong Sun
2024-10-24 20:17 ` Calum Mackay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox