From f71761c47a4c3b160b60c25a56e01a7a887992ab Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Wed, 6 Jan 2016 12:59:06 +0200 Subject: 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 Reviewed-by: Volker Lendecke --- selftest/selftesthelpers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'selftest/selftesthelpers.py') 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') -- cgit v1.2.1