linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] more test on current stateid processing
@ 2012-01-15 19:05 Tigran Mkrtchyan
  2012-01-15 19:05 ` [PATCH 1/5] client: move current stateid test into a dedicated module Tigran Mkrtchyan
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Tigran Mkrtchyan @ 2012-01-15 19:05 UTC (permalink / raw)
  To: linux-nfs, bfields; +Cc: Tigran Mkrtchyan


This is the result of testing my changes in linux:

$ ./testserver.py  --maketree 192.168.178.20:/tmp currentstateid
.....

**************************************************
CSID1    st_current_stateid.testOpenAndClose                      : PASS
CSID2    st_current_stateid.testLockLockU                         : PASS
CSID3    st_current_stateid.testOpenWriteClose                    : PASS
CSID4    st_current_stateid.testLockWriteLocku                    : PASS
CSID5    st_current_stateid.testOpenPutrootfhClose                : PASS
CSID6    st_current_stateid.testCloseNoStateid                    : PASS
CSID7    st_current_stateid.testOpenLayoutGet                     : FAILURE
           OP_LAYOUTGET should return NFS4_OK, instead got
           NFS4ERR_NOTSUPP
CSID8    st_current_stateid.testOpenSetattr                       : PASS
CSID9    st_current_stateid.testOpenFreestateidClose              : PA

**************************************************
$

Tigran Mkrtchyan (5):
  client: move current stateid test into a dedicated module
  client: test current stateid processing on PUTROOTFH
  client: test current stateid processing with OPEN+LAYOUTGET in a
    single compound
  client: test current stateid processing with OPEN and SETATTR
  client: test OPEN+FREE_STETEID+CLOSE in a single compound

 nfs4.1/server41tests/__init__.py           |    1 +
 nfs4.1/server41tests/st_current_stateid.py |  161 ++++++++++++++++++++++++++++
 nfs4.1/server41tests/st_open.py            |   76 -------------
 3 files changed, 162 insertions(+), 76 deletions(-)
 create mode 100644 nfs4.1/server41tests/st_current_stateid.py

-- 
1.7.7.5


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

end of thread, other threads:[~2012-01-24 12:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-15 19:05 [PATCH 0/5] more test on current stateid processing Tigran Mkrtchyan
2012-01-15 19:05 ` [PATCH 1/5] client: move current stateid test into a dedicated module Tigran Mkrtchyan
2012-01-15 19:05 ` [PATCH 2/5] client: test current stateid processing on PUTROOTFH Tigran Mkrtchyan
2012-01-15 19:05 ` [PATCH 3/5] client: test current stateid processing with OPEN+LAYOUTGET in a single compound Tigran Mkrtchyan
2012-01-15 19:05 ` [PATCH 4/5] client: test current stateid processing with OPEN and SETATTR Tigran Mkrtchyan
2012-01-15 19:05 ` [PATCH 5/5] client: test OPEN+FREE_STETEID+CLOSE in a single compound Tigran Mkrtchyan
2012-01-15 20:54 ` [PATCH 0/5] more test on current stateid processing J. Bruce Fields
2012-01-15 22:31   ` Tiramisu Mokka
2012-01-17 16:42 ` J. Bruce Fields
2012-01-24 11:53 ` Benny Halevy
2012-01-24 12:18   ` Tigran Mkrtchyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).