Commit e12a1c0c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6efddbf0
...@@ -125,7 +125,7 @@ def test_join_autostart(): ...@@ -125,7 +125,7 @@ def test_join_autostart():
assert os.path.isdir(wc.mountpoint + "/head/bigfile") assert os.path.isdir(wc.mountpoint + "/head/bigfile")
# --- test access to data ---- # ---- infrastructure for data access tests ----
# XXX place=? # XXX place=?
# many tests need to be run with some reasonable timeout to detect lack of wcfs # many tests need to be run with some reasonable timeout to detect lack of wcfs
...@@ -1131,6 +1131,8 @@ def _expectPin(twlink, ctx, zf, expect): # -> []tSrvReq ...@@ -1131,6 +1131,8 @@ def _expectPin(twlink, ctx, zf, expect): # -> []tSrvReq
return reqv return reqv
# ---- test access to data ----
# test_wcfs exercises wcfs functionality. # test_wcfs exercises wcfs functionality.
@func @func
def test_wcfs(): def test_wcfs():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment