Message ID | 20201217003516.75438-6-loghyr@hammerspace.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Misc Fixes, primarily LAYOUTRETURN | expand |
diff --git a/nfs4.1/server41tests/st_flex.py b/nfs4.1/server41tests/st_flex.py index 4defa81..b46941e 100644 --- a/nfs4.1/server41tests/st_flex.py +++ b/nfs4.1/server41tests/st_flex.py @@ -169,7 +169,7 @@ def testFlexLayoutOldSeqid(t, env): layoutreturn4(LAYOUTRETURN4_FILE, layoutreturn_file4(0, 0xffffffffffffffff, lo_stateid, "")))] res = sess.compound(ops) - check(res) + check(res, NFS4ERR_OLD_STATEID, "LAYOUTRETURN with an old stateid") res = close_file(sess, fh, stateid=open_stateid) check(res)