summaryrefslogtreecommitdiffstats
path: root/selftest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of unexpected failures in subunithelper.Jelmer Vernooij2015-03-061-1/+1
* Use samba.subunit in selftest.subunithelper, except for iso8601.Jelmer Vernooij2015-03-061-44/+38
* Use samba.subunit in selftest/selftest.py.Jelmer Vernooij2015-03-061-1/+1
* Use Samba-only subunit module in selftest/tests/.Jelmer Vernooij2015-03-062-10/+12
* Use samba.subunit.run to run subunit tests.Jelmer Vernooij2015-03-061-14/+1
* selftest/tests/*.py: remove use of testtools.Jelmer Vernooij2015-03-066-7/+5
* selftest: re-enable nsswrapper integration testing for dc and member environm...Michael Adam2015-03-021-0/+14
* selftest: shuffle msdfs-share DFS referral responsesDavid Disseldorp2015-02-281-1/+3
* torture: Add netr_setPassword(2) schannel test.Andreas Schneider2015-02-232-0/+51
* Remove documentation for testsuite-count subunit extension, which is no longe...Jelmer Vernooij2015-02-171-6/+0
* Update selftest README to point at upstream subunit repository for protocol d...Jelmer Vernooij2015-02-171-16/+17
* selftest: re-enable nss_winbind via nss_wrapper in the test-envs.Günther Deschner2015-02-132-0/+10
* s4-selftest: push up the "users" gid to make gid collision more unlikely.Günther Deschner2015-02-131-2/+2
* s4:selftest: avoid creating two groups with GID 0 in provisionMichael Adam2015-02-131-4/+5
* s4:selftest: avoid creating two entries for UID 0 in provisionMichael Adam2015-02-131-4/+5
* selftest: run the samba.nss tests against :local environmentsMichael Adam2015-02-131-1/+1
* selftest/knownfail: add newline to end of file.Michael Adam2015-02-131-1/+1
* selftest: Run krb5.kdc with an account that has a UPN and an SPNAndrew Bartlett2015-02-081-0/+2
* selftest: fix check for RODC and RID Set allocationStefan Metzmacher2015-02-021-1/+1
* selftest: Fix typo namerserver -> nameserver.Jelmer Vernooij2015-01-301-2/+2
* selftest: Run krb5.kdc test against users with a UPNAndrew Bartlett2015-01-231-0/+22
* torture-krb5: Add tests for combinations of enterprise, cannon, and different...Andrew Bartlett2015-01-231-1/+7
* torture: Extend krb5.kdc test to confirm correct RODC proxy behaviourAndrew Bartlett2015-01-231-0/+11
* torture: Extend KDC test to cover more options and modesAndrew Bartlett2015-01-231-0/+4
* torture: Additionally run testsuite for krb5 and KDC behaviour with unprivile...Andrew Bartlett2015-01-231-0/+21
* selftest: use env.SELFTEST_PREFIX to define subunit_cacheStefan Metzmacher2015-01-191-1/+1
* s3: auth - tests: Add test for "force user" being a unix-only user, not in pa...Jeremy Allison2015-01-141-0/+4
* selftest: fix dns_host_file in samba3 targetGarming Sam2015-01-071-1/+1
* selftest: use shared/libnss_wrapper_winbind.so.2Stefan Metzmacher2014-12-191-1/+1
* selftest: Use resolv_wrapper in the samba3 targets to join AD.Andreas Schneider2014-12-181-11/+60
* selftest: Use resolv_wrapper in the samba4 target.Andreas Schneider2014-12-182-15/+90
* selftest: Always enable dns fakeing.Andreas Schneider2014-12-181-2/+6
* selftest: Define if we should fake dns resolving.Andreas Schneider2014-12-182-1/+15
* selftest: Wait for the logon server to register to join the member.Andreas Schneider2014-12-181-0/+17
* selftest: Print better DC provisioning info.Andreas Schneider2014-12-181-3/+3
* selftest: Also pass the IPv6 address for the KDC around.Andreas Schneider2014-12-181-17/+49
* selftest: Preload resolv_wrapper in selftest.Andreas Schneider2014-12-182-0/+12