summaryrefslogtreecommitdiffstats
path: root/source4/selftest
Commit message (Collapse)AuthorAgeFilesLines
* unittests: makes the unit tests for ldb.python back in orderMatthieu Patou2010-10-041-1/+1
|
* s4-selftest: support 'make testenv SCREEN=1'Andrew Tridgell2010-10-021-0/+4
| | | | | | | | | | this can be used to start a test envioronment in screen windows. Use: make testenv SCREEN=1 SELFTEST_TESTENV=dc to launch just one environment (in this case, "dc")
* s4-selftest: silence warnings about bind chownAndrew Tridgell2010-10-021-0/+2
|
* s4-test: silence a tap2subunit errorAndrew Tridgell2010-10-021-1/+1
|
* s4-selftest: added --screen option for testAndrew Tridgell2010-10-021-4/+21
| | | | | | | | | | | | | | | | | | | you can now do: make test TESTS="some test" SCREEN=1 while in GNU screen, and all the samba servers will launch in their own new screen, named after the server name. You can also do: make test TESTS="some test" SCREEN=1 VALGRIND_SERVER=1 to run valgrind on each samba server, or make test TESTS="some test" SCREEN=1 GDBTEST=1 to run gdb on each server
* selftest: Let selftest provide the tempdir, rather than creating it as ↵Jelmer Vernooij2010-10-011-5/+2
| | | | sideeffect of tests.py.
* selftest: fixed a selftest error on snAndrew Tridgell2010-09-301-1/+1
| | | | Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4-selftest: Remove unnecessary PYTHONPATH overrides.Jelmer Vernooij2010-10-011-6/+6
|
* s4-selftest: Normalize paths.Jelmer Vernooij2010-10-011-5/+5
|
* s4-selftest: Finish conversion of selftest.sh to Python.Jelmer Vernooij2010-10-012-104/+104
|
* s4-selftest: Convert tests.sh to Python.Jelmer Vernooij2010-10-012-544/+510
|
* s4-selftest: Add some more comments to skip file.Jelmer Vernooij2010-09-301-1/+4
|
* selftest: Eliminate some unnecessary spaces.Jelmer Vernooij2010-09-301-36/+36
|
* s4-selftest: added a --fail-immediately option to s4 testAndrew Tridgell2010-09-281-0/+7
| | | | | | | this can be used to force an immediate test failure on the first failed test case. You can also use: make test FAIL_IMMEDIATELY=1
* s4-tests: Added tests for search checks on attributesNadezhda Ivanova2010-09-261-0/+2
| | | | | The ACL reach tests are in the knowfail because aclread module is not enabled by default
* s4-tests: Removed search tests with anonymous credentials as they fail ↵Nadezhda Ivanova2010-09-261-3/+3
| | | | | | againts Windows These tests will fail in make test as well if the acl_read module is enabled.
* s4-selftest Run slow tests less oftenAndrew Bartlett2010-09-241-16/+12
| | | | | | | | These tests don't need to be run twice - basic parsing errors that will show up with the various options will be caught quite well by other tests. Andrew Bartlett
* s4-selftest: Move credentials tests to standard python directory.Jelmer Vernooij2010-09-221-1/+1
|
* s4-selftest: Move samba3sam test to standard python directory.Jelmer Vernooij2010-09-221-2/+2
|
* s4-selftest: Fix prefixes for ldb tests - they're samba4 specific.Jelmer Vernooij2010-09-221-3/+3
|
* selftest: Fix idlist running.Jelmer Vernooij2010-09-221-1/+1
|
* s4-selftest: For idlist tests, leave out environment name.Jelmer Vernooij2010-09-221-7/+2
|
* s4-selftest: Add environment name to test suite manually, so we canJelmer Vernooij2010-09-221-45/+39
| | | | leave it out if we want to.
* selftest: Fix use of --load-list.Jelmer Vernooij2010-09-221-1/+1
|
* s4-selftest: Cleanup formatting.Jelmer Vernooij2010-09-221-79/+74
|
* selftest: Add prefix on a higher level, so it can be more easilyJelmer Vernooij2010-09-222-82/+82
| | | | excluded.
* ndrdump: Move blackbox test to standard python namespace.Jelmer Vernooij2010-09-221-1/+1
|
* s4/selftest: Simplify running of python tests.Jelmer Vernooij2010-09-221-32/+31
|
* selftest: Let tests add prefix to tests by themselve.Jelmer Vernooij2010-09-221-10/+13
|
* s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij2010-09-211-10/+8
|
* selftest: Fix run for systems without testtools installed.Jelmer Vernooij2010-09-211-1/+1
|
* selftest: Use idlist testing for python tests.Jelmer Vernooij2010-09-211-4/+3
|
* selftest: Support running individual tests using idlists, for testsuites ↵Jelmer Vernooij2010-09-211-18/+42
| | | | that support them.
* s4-selftest: Use loadlist in a couple more places.Jelmer Vernooij2010-09-211-32/+32
|
* s4-test: Allow running individual tests for smbtorture tests.Jelmer Vernooij2010-09-211-1/+1
|
* Update WHATSNEW.txt.Jelmer Vernooij2010-09-201-1/+2
|
* s4-selftest: enable logging in valgrind server xtermAndrew Tridgell2010-09-151-1/+1
| | | | | when running with valgrind on the server, enable logging in the xterm so you get a permanent record of any errors
* s4/fsmo: Added python tests for schema master transfer opAnatoliy Atanasov2010-09-101-0/+1
|
* s4-test: added a RODC test using rpcechoAndrew Tridgell2010-09-091-0/+3
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4/selftest: Fix path to include/config.h, set BUILDDIR automatically.Jelmer Vernooij2010-09-051-1/+4
|
* s4-pyrpc: convert rpc_talloc.py test to unittest frameworkAndrew Tridgell2010-08-261-1/+1
| | | | | | This fits in better with our test framework Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4-pyrpc: added a test for talloc behaviour in pidl python codeAndrew Tridgell2010-08-251-0/+1
|
* s4-smbtorture: Added a torture test for forest trustsSumit Bose2010-08-251-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4-test: Enable drs.rpc.msdsintid test case - it should be passing nowKamen Mazdrashki2010-08-191-1/+0
|
* s4:selftest: recreate $SELFTEST_PREFIX/s4client with each make test runStefan Metzmacher2010-08-171-3/+3
| | | | | | Otherwise just fill the disks of the build-farm hosts. metze
* s4:selftest: run ldapi tests in 'dc:local' environmentStefan Metzmacher2010-08-171-1/+1
| | | | metze
* s4-test: Add drs.rpc.msDSIntId test to knownfail testsKamen Mazdrashki2010-08-151-0/+1
|
* s4-test: Run all DRS-RPC.* tests in ncacn_ip_tcp_tests tests groupKamen Mazdrashki2010-08-151-3/+3
| | | | Andrew, please check.
* s4-test: Move RPC-DSSYNC test in DRS-RPC test suiteKamen Mazdrashki2010-08-111-1/+1
|
* s4:selftest: skip samba4.blackbox.ktpass for now as it's not portableStefan Metzmacher2010-07-311-0/+3
| | | | | | | | ktutil might not be installed or from MIT. We should build a samba4ktutil and use that instead, until then we need to skip this test. metze