summaryrefslogtreecommitdiffstats
path: root/source4/selftest/tests.py
Commit message (Collapse)AuthorAgeFilesLines
...
* samba.hostconfig: Move samba.shares into samba.hostconfig.Jelmer Vernooij2010-11-281-1/+1
|
* s4-selftest: Ignore broken pipe error from grep.Jelmer Vernooij2010-11-281-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 28 05:45:05 CET 2010 on sn-devel-104
* blackbox.ldb: Support using system ldbsearch.Jelmer Vernooij2010-11-271-1/+3
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Nov 27 04:32:11 CET 2010 on sn-devel-104
* s4-tests: Make all DRS python tests to start with samba4.drs.* prefixKamen Mazdrashki2010-11-231-3/+3
|
* selftest: fix tap2subunit detection on system with tap2subunit but not ↵Matthieu Patou2010-11-211-1/+6
| | | | | | | correct subunit libs Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Nov 21 16:21:54 CET 2010 on sn-devel-104
* s4-tests: Make repl_schema.py test part of Samba4 test suiteKamen Mazdrashki2010-11-111-0/+1
| | | | | Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Thu Nov 11 19:38:18 UTC 2010 on sn-devel-104
* s4/test: Add bind.py to make testAnatoliy Atanasov2010-11-111-0/+1
| | | | | bind.py is a place to have tests for ldb binding with different credentials. For starter we have a simple bind with machine account.
* s4:selftest/tests.py - skip the "passwords.py" suite on Windows 2000 domain ↵Matthias Dieter Wallnöfer2010-11-111-1/+5
| | | | | | | | | function level The "userPassword" password change functionality isn't available and so it causes big parts of the testsuite to fail. On the other hand we've basic tests in "acl.py" and indirectly also over SAMR and kpasswd so I propose to simply skip it.
* selftest: Allow some tests to output empty subunit data.Jelmer Vernooij2010-11-051-1/+1
|
* urgent_replication: forbid empty subunit output.Jelmer Vernooij2010-11-041-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Nov 4 12:13:47 UTC 2010 on sn-devel-104
* selftest: Allow some tests to output empty subunit data.Jelmer Vernooij2010-11-041-7/+12
|
* s4-test: fixed quoting in deletetest.pyAndrew Tridgell2010-11-041-1/+1
|
* selftest/tests.py: Fix typos.Jelmer Vernooij2010-11-031-2/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Nov 3 19:55:55 UTC 2010 on sn-devel-104
* s4-selftest Run RPC-PAC against all the DC environments.Andrew Bartlett2010-11-021-1/+3
| | | | | | | | | | This is important, as it will validate that the PAC handling is correct with the different encryption types. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Nov 2 11:45:50 UTC 2010 on sn-devel-104
* unit tests: use skip file to exclude smb2.dir instead of hackMatthieu Patou2010-10-281-1/+1
| | | | | | | Thanks metze for pointing this. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Oct 28 09:39:11 UTC 2010 on sn-devel-104
* s4 net: rename to samba-tool in order to not clash with s3 netKai Blin2010-10-281-1/+1
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
* unit tests: move backend testing to the endMatthieu Patou2010-10-271-1/+1
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Oct 27 11:12:02 UTC 2010 on sn-devel-104
* unit tests: remove smb2.dirMatthieu Patou2010-10-271-1/+1
| | | | | Tridge says that it's a hard to fix pb and that it's not the priority for 4.0.0
* selftest: Avoid check_call(), use call() instead. This should fixJelmer Vernooij2010-10-111-1/+1
| | | | Python2.4 compatibility.
* s4:ldap.py - split it up and move SAM related stuff to sam.pyMatthias Dieter Wallnöfer2010-10-081-0/+1
| | | | | | | ldap.py would still need some additional split-up but it's a start. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 8 14:05:18 UTC 2010 on sn-devel-104
* s4-test: Fix PYTHONPATH for samba4.schemaInfo.python(dc) testKamen Mazdrashki2010-10-061-1/+1
| | | | | Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Oct 6 02:54:56 UTC 2010 on sn-devel-104
* s4-test: Fix PYTHONPATH for python.drs_ testsKamen Mazdrashki2010-10-051-2/+2
|
* s4-test: Use absolute path for 'samba4srcdir'Kamen Mazdrashki2010-10-051-1/+1
|
* unittests: makes the unit tests for ldb.python back in orderMatthieu Patou2010-10-041-1/+1
|
* s4-test: silence a tap2subunit errorAndrew Tridgell2010-10-021-1/+1
|
* selftest: Let selftest provide the tempdir, rather than creating it as ↵Jelmer Vernooij2010-10-011-5/+2
| | | | sideeffect of tests.py.
* selftest: fixed a selftest error on snAndrew Tridgell2010-09-301-1/+1
| | | | Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4-selftest: Remove unnecessary PYTHONPATH overrides.Jelmer Vernooij2010-10-011-6/+6
|
* s4-selftest: Normalize paths.Jelmer Vernooij2010-10-011-5/+5
|
* s4-selftest: Finish conversion of selftest.sh to Python.Jelmer Vernooij2010-10-011-103/+103
|
* s4-selftest: Convert tests.sh to Python.Jelmer Vernooij2010-10-011-0/+510