diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-05 14:28:15 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-03-05 08:15:05 +0100 |
commit | fc5762388a725cd18d10a356960382ea050c8064 (patch) | |
tree | d62c3efca57394d3c12e2deac573c7057ab83677 /source3/selftest | |
parent | 4c926a708d5d9a4b5e986b8aa18cdb95e8dc0142 (diff) | |
download | samba-fc5762388a725cd18d10a356960382ea050c8064.tar.gz samba-fc5762388a725cd18d10a356960382ea050c8064.tar.bz2 samba-fc5762388a725cd18d10a356960382ea050c8064.zip |
selftest: run smbtorture_s3 tests against the ntvfs file server
This checks not only the behaviour of the NTVFS file server, but also the
client library and authentication stack.
Andrew Bartlett
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index d14f18b477..c3f5594209 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -74,6 +74,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7", for t in tests: plantestsuite("samba3.smbtorture_s3.plain(s3dc).%s" % t, "s3dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', binpath('smbtorture3'), "", "-l $LOCAL_PATH"]) plantestsuite("samba3.smbtorture_s3.crypt(s3dc).%s" % t, "s3dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', binpath('smbtorture3'), "-e", "-l $LOCAL_PATH"]) + plantestsuite("samba3.smbtorture_s3.plain(dc).%s" % t, "dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', binpath('smbtorture3'), "", "-l $LOCAL_PATH"]) local_tests=[ "LOCAL-SUBSTITUTE", |