Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@xxxxxxx> --- nfs4.1/server41tests/st_open.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nfs4.1/server41tests/st_open.py b/nfs4.1/server41tests/st_open.py index 6c991c8..1c51f71 100644 --- a/nfs4.1/server41tests/st_open.py +++ b/nfs4.1/server41tests/st_open.py @@ -244,7 +244,7 @@ def testOpenAndClose(t, env): """test current state id processing by having OPEN and CLOSE in a single compound - FLAGS: open all + FLAGS: currentstateid open all CODE: OPEN31 """ current_stateid = stateid4(1, '\0' * 12) @@ -258,7 +258,7 @@ def testLockLockU(t, env): """test current state id processing by having LOCK and LOCKU in a single compound - FLAGS: open all + FLAGS: currentstateid open all CODE: OPEN32 """ current_stateid = stateid4(1, '\0' * 12) @@ -280,7 +280,7 @@ def testOpenWriteClose(t, env): """test current state id processing by having OPEN, WRITE and CLOSE in a single compound - FLAGS: open all + FLAGS: currentstateid open all CODE: OPEN33 """ current_stateid = stateid4(1, '\0' * 12) @@ -296,7 +296,7 @@ def testLockWriteLocku(t, env): """test current state id processing by having LOCK, WRITE and LOCKU in a single compound - FLAGS: open all + FLAGS: currentstateid open all CODE: OPEN34 """ current_stateid = stateid4(1, '\0' * 12) -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html