summaryrefslogtreecommitdiff
path: root/source3/script/tests
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman1-0/+2
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
2008-11-11s3: Add support for make test to use a share dir outside of the prefix dirTim Prouty1-7/+21
2008-10-27[s3]test: fix testparm_s3 tests: don't create truncated smb.conf files.Michael Adam1-1/+1
2008-10-09build: add "make test_wbpad" for checking winbind 32/64bit structure padding.Günther Deschner1-0/+82
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
2008-07-21testsuite: fix another expr syntax error. in tests_all.sh.Michael Adam1-1/+1
2008-07-20testsuite: fix expr syntax error in net registry test.Michael Adam1-1/+1
2008-07-15testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam1-1/+1
2008-07-15testsuite: fix bug #5594 by using the new --skip-global-ckecks switchMichael Adam1-1/+1
2008-07-09testsuite: fix another expr typo in net registry test script.Michael Adam1-1/+1
2008-07-09testsuite: fix expr typo in net registry testscript.Michael Adam1-1/+1
2008-06-19testsuite: enable the testparm_s3 tests.Michael Adam1-0/+7
2008-06-19testsuite: add a testparm_s3 test script.Michael Adam1-0/+90
2008-06-19testsuite: update introductory comment to test_net_regsistry.shMichael Adam1-1/+2
2008-06-19Fix typoVolker Lendecke1-1/+1
2008-06-17testsuite: give admin rights to testuser only for the "net rpc registry" test.Michael Adam1-0/+41
2008-06-17testsuite: don't give the testuser administrative rights globally.Michael Adam1-9/+0
2008-05-13tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger1-1/+4
2008-05-07testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam1-0/+4
2008-05-06testsuite: make structuring output of net_s3 tests stand out more.Michael Adam1-3/+3
2008-05-06testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam1-9/+9
2008-05-06testsuite: give the testuser administrative rights in selftest.shMichael Adam1-0/+10
2008-05-06testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam1-0/+7
2008-05-06testsuite: add the ability to test "net rpc registry" with the net_registry t...Michael Adam1-2/+9
2008-05-06testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam1-1/+1
2008-05-06testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam1-2/+2
2008-05-06tests: Add a net_misc test.Kai Blin3-4/+80
2008-05-06selftest: Advertise as PDC and time server during make testKai Blin1-0/+4
2008-05-06selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2-4/+4
2008-04-23Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter1-3/+3
2008-04-11test: not only pretend to call smbconftort - really do it :-}Michael Adam1-1/+1
2008-04-11some shells are pickier than others ...Björn Jacke1-1/+1
2008-04-10test: run smbconftort testsuite from the local_s3 testsMichael Adam1-0/+3
2008-04-08selftest: run the BASE-DELAYWRITE test 4 times faster in make testStefan Metzmacher2-0/+2
2008-04-07selftest: samba3 passes BASE-DELAYWRITEStefan Metzmacher1-1/+1
2008-04-01test: add diagnostic message to net_registry test.Michael Adam1-0/+1
2008-04-01test: fix net_registry test "set value to different type" to track error countMichael Adam1-1/+1
2008-04-01test: some cosmetics to net_registry tests.Michael Adam1-2/+3
2008-04-01test: fix net_registry tests to correctly capture output of commands inside o...Michael Adam1-12/+25
2008-04-01test: fix use of printf in net_registry tests.Michael Adam1-12/+12
2008-04-01test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam1-3/+3
2008-04-01test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam1-1/+1
2008-04-01test: make registry tests more portable: protect some grep patterns in ' '.Michael Adam1-4/+4
2008-04-01test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'Michael Adam1-12/+12
2008-04-01test: add test script for testing "net registry".Michael Adam2-0/+385