Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-05 | s4-test: Use absolute path for 'samba4srcdir' | Kamen Mazdrashki | 1 | -1/+1 | |
2010-10-04 | unittests: makes the unit tests for ldb.python back in order | Matthieu Patou | 1 | -1/+1 | |
2010-10-02 | s4-selftest: support 'make testenv SCREEN=1' | Andrew Tridgell | 1 | -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") | |||||
2010-10-02 | s4-selftest: silence warnings about bind chown | Andrew Tridgell | 1 | -0/+2 | |
2010-10-02 | s4-test: silence a tap2subunit error | Andrew Tridgell | 1 | -1/+1 | |
2010-10-02 | s4-selftest: added --screen option for test | Andrew Tridgell | 1 | -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 | |||||
2010-10-01 | selftest: Let selftest provide the tempdir, rather than creating it as ↵ | Jelmer Vernooij | 1 | -5/+2 | |
sideeffect of tests.py. | |||||
2010-09-30 | selftest: fixed a selftest error on sn | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-01 | s4-selftest: Remove unnecessary PYTHONPATH overrides. | Jelmer Vernooij | 1 | -6/+6 | |
2010-10-01 | s4-selftest: Normalize paths. | Jelmer Vernooij | 1 | -5/+5 | |
2010-10-01 | s4-selftest: Finish conversion of selftest.sh to Python. | Jelmer Vernooij | 2 | -104/+104 | |
2010-10-01 | s4-selftest: Convert tests.sh to Python. | Jelmer Vernooij | 2 | -544/+510 | |
2010-09-30 | s4-selftest: Add some more comments to skip file. | Jelmer Vernooij | 1 | -1/+4 | |
2010-09-30 | selftest: Eliminate some unnecessary spaces. | Jelmer Vernooij | 1 | -36/+36 | |
2010-09-28 | s4-selftest: added a --fail-immediately option to s4 test | Andrew Tridgell | 1 | -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 | |||||
2010-09-26 | s4-tests: Added tests for search checks on attributes | Nadezhda Ivanova | 1 | -0/+2 | |
The ACL reach tests are in the knowfail because aclread module is not enabled by default | |||||
2010-09-26 | s4-tests: Removed search tests with anonymous credentials as they fail ↵ | Nadezhda Ivanova | 1 | -3/+3 | |
againts Windows These tests will fail in make test as well if the acl_read module is enabled. | |||||
2010-09-24 | s4-selftest Run slow tests less often | Andrew Bartlett | 1 | -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 | |||||
2010-09-22 | s4-selftest: Move credentials tests to standard python directory. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-22 | s4-selftest: Move samba3sam test to standard python directory. | Jelmer Vernooij | 1 | -2/+2 | |
2010-09-22 | s4-selftest: Fix prefixes for ldb tests - they're samba4 specific. | Jelmer Vernooij | 1 | -3/+3 | |
2010-09-22 | selftest: Fix idlist running. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-22 | s4-selftest: For idlist tests, leave out environment name. | Jelmer Vernooij | 1 | -7/+2 | |
2010-09-22 | s4-selftest: Add environment name to test suite manually, so we can | Jelmer Vernooij | 1 | -45/+39 | |
leave it out if we want to. | |||||
2010-09-22 | selftest: Fix use of --load-list. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-22 | s4-selftest: Cleanup formatting. | Jelmer Vernooij | 1 | -79/+74 | |
2010-09-22 | selftest: Add prefix on a higher level, so it can be more easily | Jelmer Vernooij | 2 | -82/+82 | |
excluded. | |||||
2010-09-22 | ndrdump: Move blackbox test to standard python namespace. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-22 | s4/selftest: Simplify running of python tests. | Jelmer Vernooij | 1 | -32/+31 | |
2010-09-22 | selftest: Let tests add prefix to tests by themselve. | Jelmer Vernooij | 1 | -10/+13 | |
2010-09-21 | s4-selftest: Move more tests to scripting/python, simplifies running of tests. | Jelmer Vernooij | 1 | -10/+8 | |
2010-09-21 | selftest: Fix run for systems without testtools installed. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-21 | selftest: Use idlist testing for python tests. | Jelmer Vernooij | 1 | -4/+3 | |
2010-09-21 | selftest: Support running individual tests using idlists, for testsuites ↵ | Jelmer Vernooij | 1 | -18/+42 | |
that support them. | |||||
2010-09-21 | s4-selftest: Use loadlist in a couple more places. | Jelmer Vernooij | 1 | -32/+32 | |
2010-09-21 | s4-test: Allow running individual tests for smbtorture tests. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-20 | Update WHATSNEW.txt. | Jelmer Vernooij | 1 | -1/+2 | |
2010-09-15 | s4-selftest: enable logging in valgrind server xterm | Andrew Tridgell | 1 | -1/+1 | |
when running with valgrind on the server, enable logging in the xterm so you get a permanent record of any errors | |||||
2010-09-10 | s4/fsmo: Added python tests for schema master transfer op | Anatoliy Atanasov | 1 | -0/+1 | |
2010-09-09 | s4-test: added a RODC test using rpcecho | Andrew Tridgell | 1 | -0/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-05 | s4/selftest: Fix path to include/config.h, set BUILDDIR automatically. | Jelmer Vernooij | 1 | -1/+4 | |
2010-08-26 | s4-pyrpc: convert rpc_talloc.py test to unittest framework | Andrew Tridgell | 1 | -1/+1 | |
This fits in better with our test framework Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-08-25 | s4-pyrpc: added a test for talloc behaviour in pidl python code | Andrew Tridgell | 1 | -0/+1 | |
2010-08-25 | s4-smbtorture: Added a torture test for forest trusts | Sumit Bose | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-19 | s4-test: Enable drs.rpc.msdsintid test case - it should be passing now | Kamen Mazdrashki | 1 | -1/+0 | |
2010-08-17 | s4:selftest: recreate $SELFTEST_PREFIX/s4client with each make test run | Stefan Metzmacher | 1 | -3/+3 | |
Otherwise just fill the disks of the build-farm hosts. metze | |||||
2010-08-17 | s4:selftest: run ldapi tests in 'dc:local' environment | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-08-15 | s4-test: Add drs.rpc.msDSIntId test to knownfail tests | Kamen Mazdrashki | 1 | -0/+1 | |
2010-08-15 | s4-test: Run all DRS-RPC.* tests in ncacn_ip_tcp_tests tests group | Kamen Mazdrashki | 1 | -3/+3 | |
Andrew, please check. | |||||
2010-08-11 | s4-test: Move RPC-DSSYNC test in DRS-RPC test suite | Kamen Mazdrashki | 1 | -1/+1 | |