Message ID | 4DC90418.9040100@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/nfs4.1/server41tests/environment.py b/nfs4.1/server41tests/environment.py index 4ce7a70..857b29f 100644 --- a/nfs4.1/server41tests/environment.py +++ b/nfs4.1/server41tests/environment.py @@ -157,6 +157,10 @@ class Environment(testmod.Environment): def _maketree(self, sess): """Make test tree""" + # RECLAIM_COMPLETE + res = sess.compound([op.reclaim_complete(FALSE)]) + check(res) + # ensure /tmp (and path leading up) exists path = [] for comp in self.opts.home: