summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-16 08:55:43 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-16 02:55:19 +0200
commit97e7c3b8bd84edd69f6344249b24ae64e2a8b0fe (patch)
treefe58b6fb3578520a077ad477b8b3f595896c015e /source3/selftest
parent748d8f5310501bb585c9be1b261554ec690a3132 (diff)
downloadsamba-97e7c3b8bd84edd69f6344249b24ae64e2a8b0fe.tar.gz
samba-97e7c3b8bd84edd69f6344249b24ae64e2a8b0fe.tar.bz2
samba-97e7c3b8bd84edd69f6344249b24ae64e2a8b0fe.zip
s3-selftest: convert xattr-tdb-1 vfstest driver into a subunit test
We don't use the simple smb.conf because we need to override all the paths for this to work as non-root without a panic, so we use the s3dc environment, which already loads this module. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Aug 16 02:55:19 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index d892b16042..84e8d1e93d 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -157,6 +157,8 @@ 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])
+
for options in ["--option=clientusespnego=no", " --option=clientntlmv2auth=no --option=clientlanmanauth=yes --max-protocol=LANMAN2", ""]:
env = "s3dc"
plantestsuite("samba3.blackbox.smbclient_auth.plain (%s) %s" % (env, options), env, [os.path.join(samba3srcdir, "script/tests/test_smbclient_auth.sh"), '$SERVER', '$SERVER_IP', '$DC_USERNAME', '$DC_PASSWORD', smbclient, configuration, options])