summaryrefslogtreecommitdiff
path: root/source3/script/tests
AgeCommit message (Collapse)AuthorFilesLines
2009-01-12Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman1-0/+2
If they are not explicitely set in either place both will default to LOCKDIR. Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-08Make sure smbtorture4 can find all gensec modules. (Fixes RPC-BINDSAMBA3)Jelmer Vernooij1-0/+1
2008-12-31Enable individual smbtorture_s3 subtests in make testVolker Lendecke1-0/+4
2008-12-22Set right LD_LIBRARY_PATH for finding Samba4's libraries.Jelmer Vernooij1-8/+8
2008-12-01s3:selftest: test the streams_depot module as it passes make testStefan Metzmacher1-1/+1
The streams_xattr module only passes sometimes on my laptop. metze
2008-11-11s3: Add support for make test to use a share dir outside of the prefix dirTim Prouty1-7/+21
Some systems need to have the tdbs (and other files required for samba to run) on a different filesystem than the share directory that samba is exporting. This patch: - Adds an optional "shrdir" argument to selftest.sh - If shrdir is specified it will be used, otherwise the default will be used: "<prefix>/tmp" - Adds a new configure option: --with-selftest-shrdir - Plumbs shrdir through Makefile.in and configure.in
2008-10-27[s3]test: fix testparm_s3 tests: don't create truncated smb.conf files.Michael Adam1-1/+1
Use whole argument string in test_one_global_option(), not only first. Michael
2008-10-09build: add "make test_wbpad" for checking winbind 32/64bit structure padding.Günther Deschner1-0/+82
Guenther
2008-09-18Fix location of nss_wrapper.pl script.Jelmer Vernooij1-3/+3
2008-07-21testsuite: fix expr error on Tru64, triggered by uninitialized failed variable.Michael Adam1-0/+2
Michael (This used to be commit 25cd227aaecf91dfa3114ae0fd2b47c783434aad)
2008-07-21testsuite: fix another expr syntax error. in tests_all.sh.Michael Adam1-1/+1
Michael (This used to be commit 486b1bc5b5021565ec443fd463c8287c02c686b3)
2008-07-20testsuite: fix expr syntax error in net registry test.Michael Adam1-1/+1
Pointed out by Björn Jacke <bj@sernet.de>. Michael (This used to be commit 87e02bca04cb26d0d237f3ccd17be0ba2dd6d85f)
2008-07-15testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam1-1/+1
as suggested by Karolin. That is what it really means. And per-share logic tests will be disabled by the same switch, too... Michael (This used to be commit 5b8a4c33482917a1ef7071df224957ba831d853a)
2008-07-15testsuite: fix bug #5594 by using the new --skip-global-ckecks switchMichael Adam1-1/+1
Michael (This used to be commit 32f4b1443af12026c419684be45a7d8b96ccfaac)
2008-07-09testsuite: fix another expr typo in net registry test script.Michael Adam1-1/+1
Michael (This used to be commit 73312e4e21b6d14363bd0987e0c9716c4ec91834)
2008-07-09testsuite: fix expr typo in net registry testscript.Michael Adam1-1/+1
Michael (This used to be commit 5b6c32160a5d8fafc807fbefb66aa8c98662baae)
2008-06-19testsuite: enable the testparm_s3 tests.Michael Adam1-0/+7
Michael (This used to be commit 0f5c13e5735990f4325f98156a7dc410276372fe)
2008-06-19testsuite: add a testparm_s3 test script.Michael Adam1-0/+90
This is a first testparm/lp_load test that runs testparm on a couple of configuration files. The main purpose for now is to test the options that have special handlers (to check whether the handlers succeed). In particular, all the Macro expansions that are available via alloc_sub_basic() are tested with the include handler. This is to catch such crashbugs as #5548 where %m expansion led to a segfault. The tests now are very simple. Just check if testparm completes successfully on the given config files. This can (and should) be elaborated in the future. Michael (This used to be commit eb28146d40b8a8bc2c20b8d222abf191ea178d5a)
2008-06-19testsuite: update introductory comment to test_net_regsistry.shMichael Adam1-1/+2
This is now used to test rpc and local access depending on command line parameters. Michael (This used to be commit 73c17b630317b5019e5d5f2b989b8de081a73e07)
2008-06-19Fix typoVolker Lendecke1-1/+1
(This used to be commit 2eef2c682c18ad37b78214c755b9dd7c8b607cb8)
2008-06-17testsuite: give admin rights to testuser only for the "net rpc registry" test.Michael Adam1-0/+41
Remove the user from BUILTIN\Administrators at the end of the tests. Note: BUILTIN\Administrators is not deletet at the end because that functionality is not implemented. Michael (This used to be commit 1734f9305a38eff05f0147d9c7391ef34085e7b2)
2008-06-17testsuite: don't give the testuser administrative rights globally.Michael Adam1-9/+0
It breaks RPC-SAMBA3-GETUSERNAME for reasons I have not quite understood yet. Somhow loosing rights fails when the user belogns to BUILTIN\Administrators at some point. Michael (This used to be commit 9fe99c69f35b005b66c1eacb5d999cc73f1bb521)
2008-05-13tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger1-1/+4
Improve error message if no SMB4TORTURE is available. Karolin (This used to be commit 443691eb2614919043406f94e9c71b49230612d5)
2008-05-07testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam1-0/+4
This allows for calling e.g. TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMBA3-GETUSERNAME" make test Michael (This used to be commit 7418d89b2941fff307e0980d1f71f106aed8cbce)
2008-05-06testsuite: make structuring output of net_s3 tests stand out more.Michael Adam1-3/+3
say "RUNNING SUBTESTS ..." instead of "Running ... tests" Michael (This used to be commit 0b879817ba20861c7d0b239d7f7199b0a5ed2ca1)
2008-05-06testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam1-9/+9
Say "RUNNING TESTS ..." instead of "RUNNING SUBTESTS ..." Michael (This used to be commit b73821c392a23c213e4b1ad25a8a2d0c845cee3a)
2008-05-06testsuite: give the testuser administrative rights in selftest.shMichael Adam1-0/+10
(by adding him to builtin\administrators) Michael (This used to be commit baea0615003cc2db8b27872e87064364f2deb079)
2008-05-06testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam1-0/+7
Michael (This used to be commit dcf39078cf0524a7450db3f67c8e004eb42690c2)
2008-05-06testsuite: add the ability to test "net rpc registry" with the net_registry ↵Michael Adam1-2/+9
tests by specifying a parameter "rpc" on the commandline. Michael (This used to be commit 110c26374ef3e0bdefe2e54db2b8ffd4544780ef)
2008-05-06testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam1-1/+1
The plan is to also test remote registry with "net rpc registry". Michael (This used to be commit b5507f8a95399193099a0474fb8b8bc95ba04a48)
2008-05-06testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam1-2/+2
Previously domain==netbios name was the right thing to use. Michael (This used to be commit a5fc47c2457ce370a4f6150b9f2a417dac7589bf)
2008-05-06tests: Add a net_misc test.Kai Blin3-4/+80
(This used to be commit 026d701aff2c035359894786ec22b4ed829cfb31)
2008-05-06selftest: Advertise as PDC and time server during make testKai Blin1-0/+4
(This used to be commit 65c619b36d08ac2f24b622c71b7e05d50bdeea50)
2008-05-06selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2-4/+4
(This used to be commit 6fb1fe803ccbd3af2946fcbe4586c11d394d5dc2)
2008-04-23Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter1-3/+3
(This used to be commit f8c364da94fac96450116be980e38ddddd3f304a)
2008-04-11test: not only pretend to call smbconftort - really do it :-}Michael Adam1-1/+1
Michael (This used to be commit e0947537e61cdc7aaaf1256a7f9a590f006cb3d9)
2008-04-11some shells are pickier than others ...Björn Jacke1-1/+1
(This used to be commit 9aabfa44d95128ded567d0949a6dd42786cbf6fb)
2008-04-10test: run smbconftort testsuite from the local_s3 testsMichael Adam1-0/+3
Michael (This used to be commit 6641061f76d2175b9476a96d24b99a52163936ca)
2008-04-08selftest: run the BASE-DELAYWRITE test 4 times faster in make testStefan Metzmacher2-0/+2
metze (This used to be commit 83b6da7c52a6f5285a9765d22d13a53fe9dc80e5)
2008-04-07selftest: samba3 passes BASE-DELAYWRITEStefan Metzmacher1-1/+1
metze (This used to be commit 5df34634317633820993c9ef924d694a8fe1c4fe)
2008-04-01test: add diagnostic message to net_registry test.Michael Adam1-0/+1
Michael (This used to be commit c04a234f8f6fbdf8e54c69414024d84aa71fec45)
2008-04-01test: fix net_registry test "set value to different type" to track error countMichael Adam1-1/+1
missing backslash in call... :-} Michael (This used to be commit 8f0c25f01f11857d24556346dc2758549919eba3)
2008-04-01test: some cosmetics to net_registry tests.Michael Adam1-2/+3
Michael (This used to be commit dba9db5ae6581df18591eebd19d3649bed0d9367)
2008-04-01test: fix net_registry tests to correctly capture output of commands inside ↵Michael Adam1-12/+25
one test so that failure output is not clobbered by output of previous successful commands. Michael (This used to be commit cb3dafe5fd8867b000e01979d4232968d994d376)
2008-04-01test: fix use of printf in net_registry tests.Michael Adam1-12/+12
actually 'printf "%s\n"' is the proper replacement of 'echo -e' Michael (This used to be commit 388a40931f1559b134317ef0c85c7cf2598e17fe)
2008-04-01test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam1-3/+3
Michael (This used to be commit c0c41184277044eb856f91c025f645c198cac188)
2008-04-01test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam1-1/+1
Michael (This used to be commit b6122406fe938fdaf373ff45214db79de06eb989)
2008-04-01test: make registry tests more portable: protect some grep patterns in ' '.Michael Adam1-4/+4
Michael (This used to be commit 1cb3b2f065566f981f6cfb8b5efdfad7db49c719)
2008-04-01test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'Michael Adam1-12/+12
Michael (This used to be commit 5c1b7ee5c17489da90192309853aa1ecacc15512)
2008-04-01test: add test script for testing "net registry".Michael Adam2-0/+385
Michael (This used to be commit fa5968a26b552d7f13574a826e506ed2d6630feb)