summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorGuenter Kukkukk <kukks@samba.org>2013-03-12 01:44:59 +0100
committerRichard Sharpe <sharpe@samba.org>2013-03-12 07:36:13 +0100
commit41edcf849a592d0d358621fdffbab82befa76e02 (patch)
tree909a7a5c1c8f785ee350e79b84662202c8c9f03e /source3/selftest
parent396647340f233e30277d6d6081465b7b6d855181 (diff)
downloadsamba-41edcf849a592d0d358621fdffbab82befa76e02.tar.gz
samba-41edcf849a592d0d358621fdffbab82befa76e02.tar.bz2
samba-41edcf849a592d0d358621fdffbab82befa76e02.zip
vfs_catia: testcase - add missing pieces
Signed-off-by: Guenter Kukkukk <kukks@samba.org> Reviewed-by: Richard Sharpe <realrichardsharpe@samba.org> Autobuild-User(master): Richard Sharpe <sharpe@samba.org> Autobuild-Date(master): Tue Mar 12 07:36:13 CET 2013 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 740bd4a2ae..30253ca05f 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -138,6 +138,7 @@ tests = ["--ping", "--separator",
plantestsuite("samba.vfstest.stream_depot", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/stream-depot/run.sh"), binpath("vfstest"), "$PREFIX", configuration])
plantestsuite("samba.vfstest.xattr-tdb-1", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/xattr-tdb-1/run.sh"), binpath("vfstest"), "$PREFIX", configuration])
plantestsuite("samba.vfstest.acl", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/vfstest-acl/run.sh"), binpath("vfstest"), "$PREFIX", configuration])
+plantestsuite("samba.vfstest.catia", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/vfstest-catia/run.sh"), binpath("vfstest"), "$PREFIX", configuration])
for options in ["--option=clientusespnego=no", " --option=clientntlmv2auth=no --option=clientlanmanauth=yes --max-protocol=LANMAN2", ""]:
env = "s3dc"