summaryrefslogtreecommitdiff
path: root/source4/selftest
AgeCommit message (Collapse)AuthorFilesLines
2010-06-15s4:selftest Remove becomedc tests from knownfail, these should now passAndrew Bartlett1-1/+0
Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
2010-06-13s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij1-8/+8
command-line options. This is the first step towards supporting custom test runners.
2010-05-18s4:smb_server: add dfs smbtorture to selftestsMatthieu Patou1-0/+6
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-05-12s4-selftest: skip RAP-SAM tests against Samba 4.Günther Deschner1-0/+1
Guenther
2010-05-10s4:passwords.py - add a python unittest for additional testing of my ↵Matthias Dieter Wallnöfer1-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.
2010-05-10s4:selftest: add --socket-wrapper[-keep]-pcap options to "waf test"Stefan Metzmacher1-0/+10
metze
2010-04-28s4-selftest: skip RAP-PRINTING tests.Günther Deschner1-0/+1
Guenther
2010-04-27s4:knownfail - remove tests which should passMatthias Dieter Wallnöfer1-4/+0
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-04-15s4 python: add a unit test for function dsdb_get_oid_from_attidMatthieu Patou1-0/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-04-15s4:selftest/wscript: --enable-selftest and --with-selftest-prefix are ↵Stefan Metzmacher1-8/+10
configure options metze
2010-04-10selftest: Support passing --load-list to test runners.Jelmer Vernooij1-0/+15
2010-04-09s4:LDB - fix up "LDAPI" testMatthias Dieter Wallnöfer1-1/+3
Set the "options" environment variable in a deterministic manner.
2010-04-09selftest: make sure filter-subunit and format-subunit use unbuffered ioStefan Metzmacher2-4/+4
metze
2010-04-09s4:selftest: mark some smb2.compound tests as knownfailStefan Metzmacher1-0/+3
metze
2010-04-09s4-waf: added --gdbtest option for waf testAndrew Tridgell1-1/+7
2010-04-09s4/test: Add DRS-UNIT test suite to 'quicktests' listKamen Mazdrashki1-0/+1
2010-04-09s4/test: add shemaInfo torture test to automated test suiteKamen Mazdrashki1-0/+1
2010-04-08selftest: Add --filtered-subunit option.Jelmer Vernooij1-1/+6
2010-04-08s4-waf: Support --load-list option.Jelmer Vernooij1-1/+5
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-4/+4
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-04-06s4-waf: format-subunit and filter-subunit are in python nowAndrew Tridgell1-2/+2
2010-04-06s4-waf: filter-subunit has been renamedAndrew Tridgell1-1/+1
2010-04-06s4-waf: added a --enable-selftest option as a shortcutAndrew Tridgell1-0/+10
This is equiavalent to --enable-uid-wrapper --enable-nss-wrapper --enable-socket-wrapper but is easier to remember!
2010-04-06s4-waf: show the fully expanded test commandAndrew Tridgell1-0/+2
this makes it easier to run it separately
2010-04-06s4-waf: use the versions of perl/python found by configureAndrew Tridgell1-4/+2
2010-04-06s4-waf: don't assume perl takes -W optionAndrew Tridgell1-2/+2
2010-04-06s4-waf: updated for new perl subunit options and filter nameAndrew Tridgell1-2/+1
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s4-waf: set CONFIG_H variable for selftestAndrew Tridgell1-0/+3
2010-04-06build: honor existing LD_LIBRARY_PATH settings when adding shared lib pathsAndrew Tridgell1-2/+2
2010-04-06s4-waf: don't hardcode python pathAndrew Tridgell1-1/+1
2010-04-06build: added --with-selftest-prefixAndrew Tridgell1-3/+8
2010-04-06build: support systems without rpathAndrew Tridgell1-0/+3
2010-04-06build: use RUN_COMMAND() to wrap os.system()Andrew Tridgell1-6/+3
2010-04-06build: fixed st_done test completion codeAndrew Tridgell2-6/+4
2010-04-06build: added a lot more options to waf testAndrew Tridgell1-20/+74
2010-04-06build: waf test now depends on buildAndrew Tridgell1-6/+10
2010-04-06build: waf test now works (at least for some tests)Andrew Tridgell1-11/+25
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-1/+5
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+3
2010-04-06build: added ASN1, PIDL and ET build rulesAndrew Tridgell1-0/+18
also added selftest example command
2010-04-03selftest: for clarity, rename test to testsuiteJelmer Vernooij1-106/+106
2010-03-31s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij1-7/+7
the system.
2010-03-31s4-selftest: Fix xfail for base.delete.Jelmer Vernooij1-3/+3
2010-03-31selftest: Use absolute tests names in knownfail.Jelmer Vernooij1-43/+43
2010-03-31selftest: Convert filter-subunit to Python so the subunit Python moduleJelmer Vernooij1-1/+1
can be used later.
2010-03-30selftest: Replace perl subunit formatter with python subunit formatter,Jelmer Vernooij1-1/+1
so we can leverage the work happening in python-subunit.
2010-03-28Remove extension from format-subunit.Jelmer Vernooij1-3/+1
2010-03-28s4-selftest: use CONFIG_H environment variable to find config.hAndrew Tridgell1-1/+4
2010-03-24s4-selftest: use correct test names.Günther Deschner1-1/+1
Guenther