summaryrefslogtreecommitdiffstats
path: root/source4/selftest
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-waf: added --gdbtest option for waf testAndrew Tridgell2010-04-091-1/+7
|
* s4/test: Add DRS-UNIT test suite to 'quicktests' listKamen Mazdrashki2010-04-091-0/+1
|
* s4/test: add shemaInfo torture test to automated test suiteKamen Mazdrashki2010-04-091-0/+1
|
* selftest: Add --filtered-subunit option.Jelmer Vernooij2010-04-081-1/+6
|
* s4-waf: Support --load-list option.Jelmer Vernooij2010-04-081-1/+5
|
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-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 nowAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: filter-subunit has been renamedAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: added a --enable-selftest option as a shortcutAndrew Tridgell2010-04-061-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 commandAndrew Tridgell2010-04-061-0/+2
| | | | this makes it easier to run it separately
* s4-waf: use the versions of perl/python found by configureAndrew Tridgell2010-04-061-4/+2
|
* s4-waf: don't assume perl takes -W optionAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: updated for new perl subunit options and filter nameAndrew Tridgell2010-04-061-2/+1
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: set CONFIG_H variable for selftestAndrew Tridgell2010-04-061-0/+3
|
* build: honor existing LD_LIBRARY_PATH settings when adding shared lib pathsAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: don't hardcode python pathAndrew Tridgell2010-04-061-1/+1
|
* build: added --with-selftest-prefixAndrew Tridgell2010-04-061-3/+8
|
* build: support systems without rpathAndrew Tridgell2010-04-061-0/+3
|
* build: use RUN_COMMAND() to wrap os.system()Andrew Tridgell2010-04-061-6/+3
|
* build: fixed st_done test completion codeAndrew Tridgell2010-04-062-6/+4
|
* build: added a lot more options to waf testAndrew Tridgell2010-04-061-20/+74
|
* build: waf test now depends on buildAndrew Tridgell2010-04-061-6/+10
|
* build: waf test now works (at least for some tests)Andrew Tridgell2010-04-061-11/+25
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-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 treeAndrew Tridgell2010-04-061-0/+3
|
* build: added ASN1, PIDL and ET build rulesAndrew Tridgell2010-04-061-0/+18
| | | | also added selftest example command
* selftest: for clarity, rename test to testsuiteJelmer Vernooij2010-04-031-106/+106
|
* s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij2010-03-311-7/+7
| | | | the system.
* s4-selftest: Fix xfail for base.delete.Jelmer Vernooij2010-03-311-3/+3
|
* selftest: Use absolute tests names in knownfail.Jelmer Vernooij2010-03-311-43/+43
|
* selftest: Convert filter-subunit to Python so the subunit Python moduleJelmer Vernooij2010-03-311-1/+1
| | | | can be used later.
* selftest: Replace perl subunit formatter with python subunit formatter,Jelmer Vernooij2010-03-301-1/+1
| | | | so we can leverage the work happening in python-subunit.
* Remove extension from format-subunit.Jelmer Vernooij2010-03-281-3/+1
|
* s4-selftest: use CONFIG_H environment variable to find config.hAndrew Tridgell2010-03-281-1/+4
|
* s4-selftest: use correct test names.Günther Deschner2010-03-241-1/+1
| | | | Guenther
* s4:selftest Test --sign and --encrypt options to ldbsearchAndrew Bartlett2010-03-241-2/+2
|
* s4-selftest: skip RPC-DFS for s4 entirely.Günther Deschner2010-03-202-1/+1
| | | | Guenther
* s4:selftest: move samba4.net.api.become.dc from skip to knownfailStefan Metzmacher2010-03-112-1/+1
| | | | | | Someone should fix the remaining bug, as this test is expected to work. metze
* Fix the build, add filtered subunit runner.Jelmer Vernooij2010-03-011-0/+4
|
* s4:selftest Add test for the RPC proxyAndrew Bartlett2010-02-191-0/+3
|
* s4-test: use local ldb for urgent_replication testAndrew Tridgell2010-02-151-1/+1
| | | | | This test only currently works on a local ldb, as it needs system access.
* s4-drs: Test situations for Urgent ReplicationFernando J V da Silva2010-02-151-0/+1
| | | | | | | Checks if the partition's uSNUrgent is updated or not, depending on the class of the object which is created, modified or deleted. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-ldb: fixed api.py selftestAndrew Tridgell2010-02-061-1/+1
| | | | | subunitrun seemed to be calling a test from its own source, instead of the samba test. Fix this by calling the test directly.
* s4-drs: implementation of some delete test casesEduardo Lima2010-01-281-0/+1
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-tests: register new unit testsMatthieu Patou2010-01-211-0/+1
| | | | make unit test emit a visible warning
* s4: Create unit tests for python "samba.xattr" moduleMatthieu Patou2010-01-211-0/+1
|
* s4:selftest: add the samr-passwords-lockout test to knownfailMichael Adam2010-01-201-0/+1
| | | | | | | This is not implemented completely yet. Needs fixing in the future. Michael
* selftest: Use SUBUNIT_FORMATTER command, if set in the environment.Jelmer Vernooij2010-01-201-15/+15
|
* s4 selftest: Fix and reenable WINBIND-STRUCT.NETBIOS_NAME testKai Blin2010-01-162-4/+3
|