summaryrefslogtreecommitdiff
path: root/source4/selftest
AgeCommit message (Collapse)AuthorFilesLines
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
2010-03-24s4:selftest Test --sign and --encrypt options to ldbsearchAndrew Bartlett1-2/+2
2010-03-20s4-selftest: skip RPC-DFS for s4 entirely.Günther Deschner2-1/+1
Guenther
2010-03-11s4:selftest: move samba4.net.api.become.dc from skip to knownfailStefan Metzmacher2-1/+1
Someone should fix the remaining bug, as this test is expected to work. metze
2010-03-01Fix the build, add filtered subunit runner.Jelmer Vernooij1-0/+4
2010-02-19s4:selftest Add test for the RPC proxyAndrew Bartlett1-0/+3
2010-02-15s4-test: use local ldb for urgent_replication testAndrew Tridgell1-1/+1
This test only currently works on a local ldb, as it needs system access.
2010-02-15s4-drs: Test situations for Urgent ReplicationFernando J V da Silva1-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>
2010-02-06s4-ldb: fixed api.py selftestAndrew Tridgell1-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.
2010-01-28s4-drs: implementation of some delete test casesEduardo Lima1-0/+1
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-01-21s4-tests: register new unit testsMatthieu Patou1-0/+1
make unit test emit a visible warning
2010-01-21s4: Create unit tests for python "samba.xattr" moduleMatthieu Patou1-0/+1
2010-01-20s4:selftest: add the samr-passwords-lockout test to knownfailMichael Adam1-0/+1
This is not implemented completely yet. Needs fixing in the future. Michael
2010-01-20selftest: Use SUBUNIT_FORMATTER command, if set in the environment.Jelmer Vernooij1-15/+15
2010-01-16s4 selftest: Fix and reenable WINBIND-STRUCT.NETBIOS_NAME testKai Blin2-4/+3
2010-01-16subunit: Import new version.Jelmer Vernooij1-1/+1
2010-01-15s4 selftest: Ignore more winbind test known to failKai Blin1-0/+2
2010-01-12s4-selftest: RPC-SAMR-PASSWORDS-BADPWDCOUNT fails against s4.Günther Deschner1-0/+1
Seems like account lockout is not implemented at all yet. Guenther
2009-12-29netcmd: Add some basic tests.Jelmer Vernooij1-0/+1
2009-12-21s4-tort: Move Schema tests from ldap.py into separate moduleKamen Mazdrashki1-0/+1
Signed-off-by: Andrew Tridgell <tridge@samba.org>