summaryrefslogtreecommitdiffstats
path: root/source3/script/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger2008-05-131-1/+4
| | | | | | | Improve error message if no SMB4TORTURE is available. Karolin (This used to be commit 443691eb2614919043406f94e9c71b49230612d5)
* testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam2008-05-071-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)
* testsuite: make structuring output of net_s3 tests stand out more.Michael Adam2008-05-061-3/+3
| | | | | | | say "RUNNING SUBTESTS ..." instead of "Running ... tests" Michael (This used to be commit 0b879817ba20861c7d0b239d7f7199b0a5ed2ca1)
* testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam2008-05-061-9/+9
| | | | | | | Say "RUNNING TESTS ..." instead of "RUNNING SUBTESTS ..." Michael (This used to be commit b73821c392a23c213e4b1ad25a8a2d0c845cee3a)
* testsuite: give the testuser administrative rights in selftest.shMichael Adam2008-05-061-0/+10
| | | | | | | (by adding him to builtin\administrators) Michael (This used to be commit baea0615003cc2db8b27872e87064364f2deb079)
* testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam2008-05-061-0/+7
| | | | | Michael (This used to be commit dcf39078cf0524a7450db3f67c8e004eb42690c2)
* testsuite: add the ability to test "net rpc registry" with the net_registry ↵Michael Adam2008-05-061-2/+9
| | | | | | | | | tests by specifying a parameter "rpc" on the commandline. Michael (This used to be commit 110c26374ef3e0bdefe2e54db2b8ffd4544780ef)
* testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam2008-05-061-1/+1
| | | | | | | The plan is to also test remote registry with "net rpc registry". Michael (This used to be commit b5507f8a95399193099a0474fb8b8bc95ba04a48)
* testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam2008-05-061-2/+2
| | | | | | | Previously domain==netbios name was the right thing to use. Michael (This used to be commit a5fc47c2457ce370a4f6150b9f2a417dac7589bf)
* tests: Add a net_misc test.Kai Blin2008-05-063-4/+80
| | | | (This used to be commit 026d701aff2c035359894786ec22b4ed829cfb31)
* selftest: Advertise as PDC and time server during make testKai Blin2008-05-061-0/+4
| | | | (This used to be commit 65c619b36d08ac2f24b622c71b7e05d50bdeea50)
* selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2008-05-062-4/+4
| | | | (This used to be commit 6fb1fe803ccbd3af2946fcbe4586c11d394d5dc2)
* Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter2008-04-231-3/+3
| | | | (This used to be commit f8c364da94fac96450116be980e38ddddd3f304a)
* test: not only pretend to call smbconftort - really do it :-}Michael Adam2008-04-111-1/+1
| | | | | Michael (This used to be commit e0947537e61cdc7aaaf1256a7f9a590f006cb3d9)
* some shells are pickier than others ...Björn Jacke2008-04-111-1/+1
| | | | (This used to be commit 9aabfa44d95128ded567d0949a6dd42786cbf6fb)
* test: run smbconftort testsuite from the local_s3 testsMichael Adam2008-04-101-0/+3
| | | | | Michael (This used to be commit 6641061f76d2175b9476a96d24b99a52163936ca)
* selftest: run the BASE-DELAYWRITE test 4 times faster in make testStefan Metzmacher2008-04-082-0/+2
| | | | | metze (This used to be commit 83b6da7c52a6f5285a9765d22d13a53fe9dc80e5)
* selftest: samba3 passes BASE-DELAYWRITEStefan Metzmacher2008-04-071-1/+1
| | | | | metze (This used to be commit 5df34634317633820993c9ef924d694a8fe1c4fe)
* test: add diagnostic message to net_registry test.Michael Adam2008-04-011-0/+1
| | | | | Michael (This used to be commit c04a234f8f6fbdf8e54c69414024d84aa71fec45)
* test: fix net_registry test "set value to different type" to track error countMichael Adam2008-04-011-1/+1
| | | | | | | missing backslash in call... :-} Michael (This used to be commit 8f0c25f01f11857d24556346dc2758549919eba3)
* test: some cosmetics to net_registry tests.Michael Adam2008-04-011-2/+3
| | | | | Michael (This used to be commit dba9db5ae6581df18591eebd19d3649bed0d9367)
* test: fix net_registry tests to correctly capture output of commands inside ↵Michael Adam2008-04-011-12/+25
| | | | | | | | | | one test so that failure output is not clobbered by output of previous successful commands. Michael (This used to be commit cb3dafe5fd8867b000e01979d4232968d994d376)
* test: fix use of printf in net_registry tests.Michael Adam2008-04-011-12/+12
| | | | | | | actually 'printf "%s\n"' is the proper replacement of 'echo -e' Michael (This used to be commit 388a40931f1559b134317ef0c85c7cf2598e17fe)
* test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam2008-04-011-3/+3
| | | | | Michael (This used to be commit c0c41184277044eb856f91c025f645c198cac188)
* test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam2008-04-011-1/+1
| | | | | Michael (This used to be commit b6122406fe938fdaf373ff45214db79de06eb989)
* test: make registry tests more portable: protect some grep patterns in ' '.Michael Adam2008-04-011-4/+4
| | | | | Michael (This used to be commit 1cb3b2f065566f981f6cfb8b5efdfad7db49c719)
* test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'Michael Adam2008-04-011-12/+12
| | | | | Michael (This used to be commit 5c1b7ee5c17489da90192309853aa1ecacc15512)
* test: add test script for testing "net registry".Michael Adam2008-04-012-0/+385
| | | | | Michael (This used to be commit fa5968a26b552d7f13574a826e506ed2d6630feb)
* test: add (and unify) sectioning output of subtests in tests_all.shMichael Adam2008-03-311-2/+8
| | | | | Michael (This used to be commit d775194e9c7b75182c485fba427b20ec2bfcf16c)
* test: add possibility to select tests to run via tests_all.sh (make test)Michael Adam2008-03-311-8/+14
| | | | | | | | | | This allows to select the tests to run with tests_all.sh by setting the environment variable "RUNTESTS". Example: RUNTESTS="smbclient_s3_encrypted wbinfo_s3" make test Michael (This used to be commit bf4af79f050cceb6611a8aa3d893b59b816a41ce)
* test: in tests_all.sh, wrap calls to test scripts into shell functions.Michael Adam2008-03-311-20/+63
| | | | | | | | This is in preparation for enabling running only selected test scripts through "make test". Michael (This used to be commit ad1fbadf81c915425301ec495744c11f3103169f)
* selftest: samba3 passes RAW-SEARCH nowStefan Metzmacher2008-03-111-1/+1
| | | | | | | As the resume key tests are skipped against samba3. metze (This used to be commit c765090871ed68a9ba650bca44f5f3b88997ea14)
* Test: Properly track current test binary for tracking crashes.Michael Adam2008-03-061-4/+9
| | | | | | | Make sure the panic action always has the right test binary set. Michael (This used to be commit 567ac329dcec6fc839d6b25cbf1872f1f51ff7e5)
* make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher2008-02-251-0/+2
| | | | | | | BASE-DEFER_OPEN is now more strict with incorrect timing metze (This used to be commit 9b761062df80c45bf2b76af071131d0c78e94a09)
* ntlm_auth: Fix another typo in the test.Kai Blin2008-01-301-2/+2
| | | | | This _should_ be the last one. (This used to be commit d12c49e60f4390707c924b9e9f12fa9333b006e2)
* ntlm_auth: test should honour configfile option to run on build farm.Kai Blin2008-01-301-2/+2
| | | | (This used to be commit 11c9c1536b153047ba387b9804f34a6555a5ae26)
* ntlm_auth: Fix typos in the torture test script.Kai Blin2008-01-301-2/+2
| | | | | | This should fix the build farm. Sorry, wonder why it worked on my box before. (This used to be commit bfa919cde57a26cd2ae7397281923792b7afe83a)
* ntlm_auth: Add a blackbox test.Kai Blin2008-01-302-0/+22
| | | | (This used to be commit f02b74fc067074d8e48e186a7b7255a244592f7d)
* Active RAW-STREAMS in make testVolker Lendecke2008-01-202-2/+2
| | | | (This used to be commit 63ee2ef775b48fcaecccf4dc7ef3601ceb8053c5)
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-1/+1
| | | | (This used to be commit 151b42a150a17f566e7b4055bbdbc0564a3c106d)
* Implement vfs_ea_tdbVolker Lendecke2008-01-152-1/+2
| | | | | | | | | | | | | | | This is an option for file systems that do not implement xattrs: in lockdir/eas.tdb an array of xatts per inode is stored. It can not solve the problem that xattrs might reappear if a posix-level process deletes a file and happens to re-create it under the same name. On file systems with birthtime we might have a chance to detect this, but not with standard posix. A future version might put relief on file systems that do have xattrs but where these are severely limited in size/speed/whatever: We can put a simple marker as a native xattr, but the xattrs proper are stored in the tdb. Volker (This used to be commit 2036b4c5ad677b8a477b34b0f076febab0abff5e)
* Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
| | | | | Michael (This used to be commit 3eedb8928413da102446b76aa64d1feaecb95b52)
* Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam2008-01-131-1/+1
| | | | | | | This will reveal the currently breaking tdbtorture to the build farm... Michael (This used to be commit 50f65c3c5500da8d657d5fc340e666ee8cfe148e)
* Review feedback from metze.Jelmer Vernooij2008-01-061-3/+2
| | | | (This used to be commit 015cf6b6adfa87ff7c5bb1cec9f98237bad075e1)
* Use metze's approach.Jelmer Vernooij2008-01-061-4/+3
| | | | (This used to be commit 126cc075995ffaeb65317627acae05c1b96cebd0)
* "Desting" -> "Testing"Jeremy Allison2008-01-041-1/+1
| | | | | Jeremy. (This used to be commit c3f3ec5cd5f9ffe8d08356dfd22b1cb6943829ad)
* Try and fix scripting errors.Jeremy Allison2008-01-041-4/+4
| | | | | Jeremy (This used to be commit c84f2234fe0068a69fefa3c3ec219d4a95479b0c)
* Try and fix the buildfarm. There's a scripting error andJeremy Allison2008-01-041-1/+1
| | | | | | I'm hoping this is it... Jeremy. (This used to be commit 0356f0efc4a18230ce7a9c0a17dc98c4242ad38d)
* Better way of testing enc.Jeremy Allison2008-01-043-6/+10
| | | | | Jeremy. (This used to be commit c5800235018330f0c1bbe307cd733597ac9b6686)
* Added -e tests for S3 smbtorture.Jeremy Allison2008-01-041-0/+2
| | | | | Jeremy. (This used to be commit deeeae3ee96f7207a49e1edaa876410b77c33458)