| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove another call to addUnexpectedSuccess with too many arguments. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+1 |
* | TestCase.addUnexpectedSuccess doesn't take an error. | Jelmer Vernooij | 2015-03-06 | 1 | -3/+3 |
* | Use samba TestCase so we get all compatibility functions on Python < 2.7. | Jelmer Vernooij | 2015-03-06 | 3 | -3/+3 |
* | Use Samba TestCase class, as the python 2.6 one doesn't have assertIs, assert... | Jelmer Vernooij | 2015-03-06 | 2 | -2/+2 |
* | Drop support for failfast mode, rather than adding support for it everywhere. | Jelmer Vernooij | 2015-03-06 | 1 | -4/+0 |
* | Fix use of iso8601.Utc. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+2 |
* | Set failfast property for test reporters that need it. | Jelmer Vernooij | 2015-03-06 | 1 | -0/+4 |
* | Support using third party iso8601 module if system doesn't provide one. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+1 |
* | subunithelper: Fix progress support. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+8 |
* | Use iso8601 from the system, rather than the one bundled with subunit. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+1 |
* | format-subunit: Remove import of unnecessary third party modules testtools an... | Jelmer Vernooij | 2015-03-06 | 1 | -6/+1 |
* | filter-subunit: Remove import of unnecessary third party modules testtools an... | Jelmer Vernooij | 2015-03-06 | 1 | -5/+0 |
* | Add basic tap2subunit converter, rather than relying on the one from subunit-... | Jelmer Vernooij | 2015-03-06 | 2 | -23/+133 |
* | Fix handling of unexpected failures in subunithelper. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+1 |
* | Use samba.subunit in selftest.subunithelper, except for iso8601. | Jelmer Vernooij | 2015-03-06 | 1 | -44/+38 |
* | Use samba.subunit in selftest/selftest.py. | Jelmer Vernooij | 2015-03-06 | 1 | -1/+1 |
* | Use Samba-only subunit module in selftest/tests/. | Jelmer Vernooij | 2015-03-06 | 2 | -10/+12 |
* | Use samba.subunit.run to run subunit tests. | Jelmer Vernooij | 2015-03-06 | 1 | -14/+1 |
* | selftest/tests/*.py: remove use of testtools. | Jelmer Vernooij | 2015-03-06 | 6 | -7/+5 |
* | selftest: re-enable nsswrapper integration testing for dc and member environm... | Michael Adam | 2015-03-02 | 1 | -0/+14 |
* | selftest: shuffle msdfs-share DFS referral responses | David Disseldorp | 2015-02-28 | 1 | -1/+3 |
* | torture: Add netr_setPassword(2) schannel test. | Andreas Schneider | 2015-02-23 | 2 | -0/+51 |
* | Remove documentation for testsuite-count subunit extension, which is no longe... | Jelmer Vernooij | 2015-02-17 | 1 | -6/+0 |
* | Update selftest README to point at upstream subunit repository for protocol d... | Jelmer Vernooij | 2015-02-17 | 1 | -16/+17 |
* | selftest: re-enable nss_winbind via nss_wrapper in the test-envs. | Günther Deschner | 2015-02-13 | 2 | -0/+10 |
* | s4-selftest: push up the "users" gid to make gid collision more unlikely. | Günther Deschner | 2015-02-13 | 1 | -2/+2 |
* | s4:selftest: avoid creating two groups with GID 0 in provision | Michael Adam | 2015-02-13 | 1 | -4/+5 |
* | s4:selftest: avoid creating two entries for UID 0 in provision | Michael Adam | 2015-02-13 | 1 | -4/+5 |
* | selftest: run the samba.nss tests against :local environments | Michael Adam | 2015-02-13 | 1 | -1/+1 |
* | selftest/knownfail: add newline to end of file. | Michael Adam | 2015-02-13 | 1 | -1/+1 |
* | selftest: Run krb5.kdc with an account that has a UPN and an SPN | Andrew Bartlett | 2015-02-08 | 1 | -0/+2 |
* | selftest: fix check for RODC and RID Set allocation | Stefan Metzmacher | 2015-02-02 | 1 | -1/+1 |
* | selftest: Fix typo namerserver -> nameserver. | Jelmer Vernooij | 2015-01-30 | 1 | -2/+2 |
* | selftest: Run krb5.kdc test against users with a UPN | Andrew Bartlett | 2015-01-23 | 1 | -0/+22 |
* | torture-krb5: Add tests for combinations of enterprise, cannon, and different... | Andrew Bartlett | 2015-01-23 | 1 | -1/+7 |
* | torture: Extend krb5.kdc test to confirm correct RODC proxy behaviour | Andrew Bartlett | 2015-01-23 | 1 | -0/+11 |
* | torture: Extend KDC test to cover more options and modes | Andrew Bartlett | 2015-01-23 | 1 | -0/+4 |
* | torture: Additionally run testsuite for krb5 and KDC behaviour with unprivile... | Andrew Bartlett | 2015-01-23 | 1 | -0/+21 |
* | selftest: use env.SELFTEST_PREFIX to define subunit_cache | Stefan Metzmacher | 2015-01-19 | 1 | -1/+1 |
* | s3: auth - tests: Add test for "force user" being a unix-only user, not in pa... | Jeremy Allison | 2015-01-14 | 1 | -0/+4 |
* | selftest: fix dns_host_file in samba3 target | Garming Sam | 2015-01-07 | 1 | -1/+1 |
* | selftest: use shared/libnss_wrapper_winbind.so.2 | Stefan Metzmacher | 2014-12-19 | 1 | -1/+1 |
* | selftest: Use resolv_wrapper in the samba3 targets to join AD. | Andreas Schneider | 2014-12-18 | 1 | -11/+60 |
* | selftest: Use resolv_wrapper in the samba4 target. | Andreas Schneider | 2014-12-18 | 2 | -15/+90 |
* | selftest: Always enable dns fakeing. | Andreas Schneider | 2014-12-18 | 1 | -2/+6 |
* | selftest: Define if we should fake dns resolving. | Andreas Schneider | 2014-12-18 | 2 | -1/+15 |
* | selftest: Wait for the logon server to register to join the member. | Andreas Schneider | 2014-12-18 | 1 | -0/+17 |
* | selftest: Print better DC provisioning info. | Andreas Schneider | 2014-12-18 | 1 | -3/+3 |
* | selftest: Also pass the IPv6 address for the KDC around. | Andreas Schneider | 2014-12-18 | 1 | -17/+49 |
* | selftest: Preload resolv_wrapper in selftest. | Andreas Schneider | 2014-12-18 | 2 | -0/+12 |