summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
diff options
context:
space:
mode:
authorUri Simchoni <uri@samba.org>2016-01-06 12:59:06 +0200
committerMichael Adam <obnox@samba.org>2016-01-26 15:58:11 +0100
commitf71761c47a4c3b160b60c25a56e01a7a887992ab (patch)
tree0786d86fdbfae07941a7f12320d47728797845c9 /selftest/selftesthelpers.py
parent540dcfae6bf36d5c3e07be3aca66b71c0400cae7 (diff)
downloadsamba-f71761c47a4c3b160b60c25a56e01a7a887992ab.tar.gz
selftest: add disk-free and quota tests based on fake_dfq VFS module
These tests use the vfs_fake_dfq module to simulate some relations between the quota status and disk-free status. The tests will become meaningful when we take the code that does those calculations out of the VFS layer - the tests will then exercise the server code. Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'selftest/selftesthelpers.py')
-rw-r--r--selftest/selftesthelpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py
index 0dfcf5428c4..a5ab3f98a08 100644
--- a/selftest/selftesthelpers.py
+++ b/selftest/selftesthelpers.py
@@ -183,3 +183,4 @@ scriptdir = os.path.join(srcdir(), "script/tests")
wbinfo = binpath('wbinfo')
dbwrap_tool = binpath('dbwrap_tool')
vfstest = binpath('vfstest')
+smbcquotas = binpath('smbcquotas')