From ebb776f51f697ece62ed5c7ee6aa4865397347c2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 21 Aug 2012 19:22:54 +1000 Subject: selftest: Add tests for vfs_aio_fork Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Tue Aug 21 13:12:33 CEST 2012 on sn-devel-104 --- source3/selftest/tests.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/selftest') diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index f9f2e22ce0..2e13ca0923 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -102,6 +102,10 @@ for t in tests: plantestsuite("samba3.smbtorture_s3.crypt_server(s3dc).%s" % t, "s3dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmpenc', '$USERNAME', '$PASSWORD', smbtorture3, "", "-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', smbtorture3, "", "-l $LOCAL_PATH"]) +tests = ["RW1", "RW2", "RW3"] +for t in tests: + plantestsuite("samba3.smbtorture_s3.vfs_aio_fork(secshare).%s" % t, "secshare", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/vfs_aio_fork', '$USERNAME', '$PASSWORD', smbtorture3, "", "-l $LOCAL_PATH"]) + posix_tests=[ "POSIX", "POSIX-APPEND"] for t in posix_tests: -- cgit