summaryrefslogtreecommitdiff
path: root/selftest
Commit message (Expand)AuthorAgeFilesLines
* s4-torture: add witness torture rpc testsuite.Günther Deschner2015-04-131-0/+1
* selftest/Samba4: use 'testallowed account' instead of 'test allowed'Stefan Metzmacher2015-04-091-7/+10
* selftest/knownfail: remove unused ^samba4.winbind.struct.show_sequence\(ad_dc...Stefan Metzmacher2015-04-091-1/+0
* selftest: run the FSRVP test suite against s3fsDavid Disseldorp2015-03-312-1/+1
* selftest: add snapshot share configurationDavid Disseldorp2015-03-312-0/+19
* selftest: Use 'logging' parameter instead of 'syslog'Christof Schmitt2015-03-272-2/+2
* selftest: use dns_lookup_* = true in krb5.confStefan Metzmacher2015-03-272-16/+5
* s4:torture/rpc: sync test_LogonControl2Ex with test_LogonControl2Stefan Metzmacher2015-03-271-0/+2
* s4:torture/rpc: let rpc.netlogon.admin pass against windows 2012r2Stefan Metzmacher2015-03-271-2/+0
* s3:rpc_server/netlogon: improve the netr_LogonControl*() error returnsStefan Metzmacher2015-03-271-0/+2
* s4:torture/rpc: don't use the same names for 3 different testsStefan Metzmacher2015-03-271-6/+2
* Move waf into third_party/.Jelmer Vernooij2015-03-261-1/+1
* selftest: mark the samba4.blackbox.dbcheck test as flapping.Michael Adam2015-03-191-0/+1
* selftest: mark the samba4.blackbox.samba_tool_demote test flakey.Michael Adam2015-03-191-0/+1
* selftet: fix the flapping entry for the drs.delete_object test.Michael Adam2015-03-191-1/+1
* selftest: fix the flapping entry for the tombstone reanimation testMichael Adam2015-03-181-1/+1
* selftest: the drs.delete_object is currently flakey.Michael Adam2015-03-181-0/+1
* selftest: the tombstone_reanimation test is currently flakey.Michael Adam2015-03-181-0/+1
* autobuild: Remove ntdb targetVolker Lendecke2015-03-171-0/+3
* Remove ntdb from scriptsVolker Lendecke2015-03-171-3/+0
* selftest: rename env member to nt4_memberMichael Adam2015-03-174-8/+8
* selftest: rename env s3dc_schannel to nt4_dc_schannelMichael Adam2015-03-162-8/+8
* selftest: rename env s3dc to nt4_dcMichael Adam2015-03-165-48/+48
* selftest: rename env s3member_rfc2307 to ad_member_rfc2307Michael Adam2015-03-161-2/+2
* selftest: rename env s3member to ad_member.Michael Adam2015-03-162-17/+17
* selftest: rename env dc to ad_dc_ntvfsMichael Adam2015-03-166-80/+80
* selftest: rename env plugin_s4_dc to ad_dcMichael Adam2015-03-166-41/+41
* selftest: Add missing variable to @exported_envvarsAndreas Schneider2015-03-161-0/+1
* selftest: Fix comments in provision_promoted_dcAndrew Bartlett2015-03-161-2/+2
* selftest: use server_maxtime = 9000 by defaultStefan Metzmacher2015-03-161-1/+1
* s4-torture: add clusapi torture test.Günther Deschner2015-03-131-0/+1
* selftest: Change testsuite to use a samAccountName with a space in itAndrew Bartlett2015-03-121-4/+13
* selftest: Change testsuite to use a UPN with a space in itAndrew Bartlett2015-03-121-1/+1
* selftest: fix the basedn for local accounts in non-DC environments e.g. s4memberStefan Metzmacher2015-03-121-0/+5
* selftest: add a new environment plugin_s4_dc_no_nssMichael Adam2015-03-121-0/+2
* selftest: extend setup_plugin_s4_dc to allow for not using nss_winbinddMichael Adam2015-03-121-1/+6
* selftest: modify python.samba.test.posixacl to cope with nss_winbind activeMichael Adam2015-03-121-8/+0
* Remove another call to addUnexpectedSuccess with too many arguments.Jelmer Vernooij2015-03-061-1/+1
* TestCase.addUnexpectedSuccess doesn't take an error.Jelmer Vernooij2015-03-061-3/+3
* Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij2015-03-063-3/+3
* Use Samba TestCase class, as the python 2.6 one doesn't have assertIs, assert...Jelmer Vernooij2015-03-062-2/+2
* Drop support for failfast mode, rather than adding support for it everywhere.Jelmer Vernooij2015-03-061-4/+0
* Fix use of iso8601.Utc.Jelmer Vernooij2015-03-061-1/+2
* Set failfast property for test reporters that need it.Jelmer Vernooij2015-03-061-0/+4
* Support using third party iso8601 module if system doesn't provide one.Jelmer Vernooij2015-03-061-1/+1
* subunithelper: Fix progress support.Jelmer Vernooij2015-03-061-1/+8
* Use iso8601 from the system, rather than the one bundled with subunit.Jelmer Vernooij2015-03-061-1/+1
* format-subunit: Remove import of unnecessary third party modules testtools an...Jelmer Vernooij2015-03-061-6/+1
* filter-subunit: Remove import of unnecessary third party modules testtools an...Jelmer Vernooij2015-03-061-5/+0
* Add basic tap2subunit converter, rather than relying on the one from subunit-...Jelmer Vernooij2015-03-062-23/+133