Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:smb_server: add dfs smbtorture to selftests | Matthieu Patou | 2010-05-18 | 1 | -0/+6 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4-selftest: skip RAP-SAM tests against Samba 4. | Günther Deschner | 2010-05-12 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s4:passwords.py - add a python unittest for additional testing of my ↵ | Matthias Dieter Wallnöfer | 2010-05-10 | 1 | -0/+1 |
| | | | | | | | | passwords work This performs checks on direct password changes over LDB/LDAP. Indirect password changes over the RPCs are already tested by some torture suite (SAMR passwords). So no need to do this again here. | ||||
* | s4:selftest: add --socket-wrapper[-keep]-pcap options to "waf test" | Stefan Metzmacher | 2010-05-10 | 1 | -0/+10 |
| | | | | metze | ||||
* | s4-selftest: skip RAP-PRINTING tests. | Günther Deschner | 2010-04-28 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s4:knownfail - remove tests which should pass | Matthias Dieter Wallnöfer | 2010-04-27 | 1 | -4/+0 |
| | | | | Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4 python: add a unit test for function dsdb_get_oid_from_attid | Matthieu Patou | 2010-04-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | s4:selftest/wscript: --enable-selftest and --with-selftest-prefix are ↵ | Stefan Metzmacher | 2010-04-15 | 1 | -8/+10 |
| | | | | | | configure options metze | ||||
* | selftest: Support passing --load-list to test runners. | Jelmer Vernooij | 2010-04-10 | 1 | -0/+15 |
| | |||||
* | s4:LDB - fix up "LDAPI" test | Matthias Dieter Wallnöfer | 2010-04-09 | 1 | -1/+3 |
| | | | | Set the "options" environment variable in a deterministic manner. | ||||
* | selftest: make sure filter-subunit and format-subunit use unbuffered io | Stefan Metzmacher | 2010-04-09 | 2 | -4/+4 |
| | | | | metze | ||||
* | s4:selftest: mark some smb2.compound tests as knownfail | Stefan Metzmacher | 2010-04-09 | 1 | -0/+3 |
| | | | | metze | ||||
* | s4-waf: added --gdbtest option for waf test | Andrew Tridgell | 2010-04-09 | 1 | -1/+7 |
| | |||||
* | s4/test: Add DRS-UNIT test suite to 'quicktests' list | Kamen Mazdrashki | 2010-04-09 | 1 | -0/+1 |
| | |||||
* | s4/test: add shemaInfo torture test to automated test suite | Kamen Mazdrashki | 2010-04-09 | 1 | -0/+1 |
| | |||||
* | selftest: Add --filtered-subunit option. | Jelmer Vernooij | 2010-04-08 | 1 | -1/+6 |
| | |||||
* | s4-waf: Support --load-list option. | Jelmer Vernooij | 2010-04-08 | 1 | -1/+5 |
| | |||||
* | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 2010-04-08 | 1 | -4/+4 |
| | | | | | | Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4-waf: format-subunit and filter-subunit are in python now | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | s4-waf: filter-subunit has been renamed | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | s4-waf: added a --enable-selftest option as a shortcut | Andrew Tridgell | 2010-04-06 | 1 | -0/+10 |
| | | | | | This is equiavalent to --enable-uid-wrapper --enable-nss-wrapper --enable-socket-wrapper but is easier to remember! | ||||
* | s4-waf: show the fully expanded test command | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | this makes it easier to run it separately | ||||
* | s4-waf: use the versions of perl/python found by configure | Andrew Tridgell | 2010-04-06 | 1 | -4/+2 |
| | |||||
* | s4-waf: don't assume perl takes -W option | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | s4-waf: updated for new perl subunit options and filter name | Andrew Tridgell | 2010-04-06 | 1 | -2/+1 |
| | |||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | s4-waf: set CONFIG_H variable for selftest | Andrew Tridgell | 2010-04-06 | 1 | -0/+3 |
| | |||||
* | build: honor existing LD_LIBRARY_PATH settings when adding shared lib paths | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | s4-waf: don't hardcode python path | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: added --with-selftest-prefix | Andrew Tridgell | 2010-04-06 | 1 | -3/+8 |
| | |||||
* | build: support systems without rpath | Andrew Tridgell | 2010-04-06 | 1 | -0/+3 |
| | |||||
* | build: use RUN_COMMAND() to wrap os.system() | Andrew Tridgell | 2010-04-06 | 1 | -6/+3 |
| | |||||
* | build: fixed st_done test completion code | Andrew Tridgell | 2010-04-06 | 2 | -6/+4 |
| | |||||
* | build: added a lot more options to waf test | Andrew Tridgell | 2010-04-06 | 1 | -20/+74 |
| | |||||
* | build: waf test now depends on build | Andrew Tridgell | 2010-04-06 | 1 | -6/+10 |
| | |||||
* | build: waf test now works (at least for some tests) | Andrew Tridgell | 2010-04-06 | 1 | -11/+25 |
| | |||||
* | build: waf quicktest nearly works | Andrew Tridgell | 2010-04-06 | 1 | -1/+5 |
| | | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | ||||
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+3 |
| | |||||
* | build: added ASN1, PIDL and ET build rules | Andrew Tridgell | 2010-04-06 | 1 | -0/+18 |
| | | | | also added selftest example command | ||||
* | selftest: for clarity, rename test to testsuite | Jelmer Vernooij | 2010-04-03 | 1 | -106/+106 |
| | |||||
* | s4-python: Install external included packages only if they're not present on ↵ | Jelmer Vernooij | 2010-03-31 | 1 | -7/+7 |
| | | | | the system. | ||||
* | s4-selftest: Fix xfail for base.delete. | Jelmer Vernooij | 2010-03-31 | 1 | -3/+3 |
| | |||||
* | selftest: Use absolute tests names in knownfail. | Jelmer Vernooij | 2010-03-31 | 1 | -43/+43 |
| | |||||
* | selftest: Convert filter-subunit to Python so the subunit Python module | Jelmer Vernooij | 2010-03-31 | 1 | -1/+1 |
| | | | | can be used later. | ||||
* | selftest: Replace perl subunit formatter with python subunit formatter, | Jelmer Vernooij | 2010-03-30 | 1 | -1/+1 |
| | | | | so we can leverage the work happening in python-subunit. | ||||
* | Remove extension from format-subunit. | Jelmer Vernooij | 2010-03-28 | 1 | -3/+1 |
| | |||||
* | s4-selftest: use CONFIG_H environment variable to find config.h | Andrew Tridgell | 2010-03-28 | 1 | -1/+4 |
| | |||||
* | s4-selftest: use correct test names. | Günther Deschner | 2010-03-24 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4:selftest Test --sign and --encrypt options to ldbsearch | Andrew Bartlett | 2010-03-24 | 1 | -2/+2 |
| | |||||
* | s4-selftest: skip RPC-DFS for s4 entirely. | Günther Deschner | 2010-03-20 | 2 | -1/+1 |
| | | | | Guenther |