summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_ntlm_auth_s3.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-03-01s3-selftest: Add more tests for ntlm_authAndrew Bartlett1-0/+3
2012-02-24s3-selftest: run ntlm_auth against winbindd in make testAndrew Bartlett1-2/+6
2011-04-16selftest Add binary mappings for samba3 selftestAndrew Bartlett1-4/+5
This will help us have a top level 'make test', working around the fact that the --eanble-s3build has different names for some of these binaries, without fixing the names forever (we can just change the mapping later). Andrew Bartlett
2011-03-29s3-selftest unconditionaly include subunit.shAndrew Bartlett1-2/+0
we no longer . this file into other shell scripts, so we don't need this check any more. Andrew Bartlett
2011-02-22s3-selftest convert tests.sh to pythonAndrew Bartlett1-10/+14
This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett
2011-02-19s3:tests: include subunit.sh instead of test_functions.sh in ↵Michael Adam1-2/+2
test_ntlm_auth_s3.sh It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
2009-01-30s3:tests: add a guard arround . $incdir/test_functions.shStefan Metzmacher1-0/+2
So that caller can overwrite the functions. metze
2008-01-30ntlm_auth: Fix another typo in the test.Kai Blin1-2/+2
This _should_ be the last one. (This used to be commit d12c49e60f4390707c924b9e9f12fa9333b006e2)
2008-01-30ntlm_auth: test should honour configfile option to run on build farm.Kai Blin1-2/+2
(This used to be commit 11c9c1536b153047ba387b9804f34a6555a5ae26)
2008-01-30ntlm_auth: Fix typos in the torture test script.Kai Blin1-2/+2
This should fix the build farm. Sorry, wonder why it worked on my box before. (This used to be commit bfa919cde57a26cd2ae7397281923792b7afe83a)
2008-01-30ntlm_auth: Add a blackbox test.Kai Blin1-0/+21
(This used to be commit f02b74fc067074d8e48e186a7b7255a244592f7d)