summaryrefslogtreecommitdiff
path: root/source4/selftest
AgeCommit message (Collapse)AuthorFilesLines
2007-12-28r26625: Wrap some more events functions for Python and add a trivial test ↵Jelmer Vernooij1-0/+1
for it. (This used to be commit 7873666a958a0b92c979dba93f3c3e5136e28d29)
2007-12-26r26609: Try a few more variatations to get the selftest to run againstAndrew Bartlett1-1/+16
OpenLDAP. Andrew Bartlett (This used to be commit ff77bd62ced5a5c46e7d8d7eae8c83a96ec9525a)
2007-12-26r26601: Remove existing files to prevent errors.Jelmer Vernooij1-1/+3
(This used to be commit 9427757ae2ceba987883ed322eb49eac0be6c079)
2007-12-26r26598: Simplify the way Python tests are run.Jelmer Vernooij1-16/+13
(This used to be commit d649f73431fc993e31522e7fc8e1e35e0a4421d8)
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij1-1/+5
Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
2007-12-26r26593: - More work on the python versions of samba3dump and the samba3sam ↵Jelmer Vernooij1-4/+3
tests. - Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time. (This used to be commit 150cf39fbd4fe088546870fb0d8f20c0d9eb4aca)
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-0/+1
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
2007-12-24r26575: Build a private copy of the Python executable for Samba 4, so we ↵Jelmer Vernooij1-13/+13
know we're always using the same library we build the modules for. (This used to be commit 03270c5ffdb1476bef5eba846c2ea008111375fc)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-0/+4
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
2007-12-24r26561: Fix make gdbtest, valgrindtest and testenv for shared libs.Jelmer Vernooij3-8/+14
(This used to be commit d2b9055bc032506849827d6fab2d2b9d35d132e2)
2007-12-24r26560: Add script for running in valgrind.Jelmer Vernooij1-4/+4
(This used to be commit cb5d6a9ee27cea4a7a34c3249eed55f601630b82)
2007-12-24r26556: Make Fedora DS consistant use FEDORA_DS_ROOT, now we use OPENLDAP_ROOT.Andrew Bartlett2-8/+19
Add in another varient to test with in the OpenLDAP module-guessing game, from Howard Chu. Andrew Bartlett (This used to be commit 722d8a56651dfcd246c85904fed0e2aa48086dff)
2007-12-21r26553: Fix html output.Jelmer Vernooij1-2/+2
(This used to be commit 769ac782f30805b725ed9aba532a976b2892ab03)
2007-12-21r26552: remove unused state variable, use dot as path separator for test names.Jelmer Vernooij5-108/+116
(This used to be commit a84975610c2825e9ceecdd47d744282bd55220be)
2007-12-21r26549: Remove suite-specific bits.Jelmer Vernooij4-26/+24
(This used to be commit ac01d515b71ce44a0d98e50d58a76e1ce9e1f5d9)
2007-12-21r26548: Remove remaining variables from state hash.Jelmer Vernooij4-53/+44
(This used to be commit 84f5b3e257241f699f3e51d8f282fa00cfd1000a)
2007-12-21r26547: Make testsuites less special during subunit handling.Jelmer Vernooij5-57/+88
(This used to be commit 0bf6bdcd7f21740853ae852193d51bdf14201782)
2007-12-21r26546: Rather than having a gazillion targets, add output format variable ↵Jelmer Vernooij1-6/+3
for 'make test'. (This used to be commit bd5217906c12c36df9769fc32aee77d9c1805bf2)
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij1-0/+1
(This used to be commit 43c8bfeedf06ce806c524a28fa72c643f6db60f4)
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij1-0/+1
(This used to be commit 84ac6c6bbfc4baaf28906ee5826a9cf888043656)
2007-12-21r26506: Start running (really trivial) tests for upgrade script.Jelmer Vernooij1-0/+1
(This used to be commit 73bd4a9566d15f85a971e3a87cefbec2e2eece1c)
2007-12-21r26502: Revert accidently removed pkg-config path change. Thanks to metze ↵Jelmer Vernooij1-0/+5
for catching this. (This used to be commit b87e71ed4bac64353799bef668bca991b16e763e)
2007-12-21r26499: Allow testing python provision by setting the PROVISION_PYTHON ↵Jelmer Vernooij1-2/+6
environment variable. (This used to be commit 379d0bbb2f9e0cd9b1855fd77bbb89827e0315ad)
2007-12-21r26486: Use portable run-time library path environment variable.Jelmer Vernooij2-11/+1
(This used to be commit 78c183b88661df90def42d6a3852dd6e36a5fd0b)
2007-12-21r26474: Move credentials-specific kerberos file to credentials subsystem. ↵Jelmer Vernooij1-8/+1
Fixes missing symbols in some of the python bindings. (This used to be commit e26d0fff6d40899113196ac35a86a9baa10cc9c2)
2007-12-21r26448: Add basic tests for param python module.Jelmer Vernooij1-0/+1
(This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81)
2007-12-21r26424: Patch and hits from Howard Chu <hyc@symas.com> for our automated setupAndrew Bartlett1-4/+8
of OpenLDAP. This makes it consistant with the Fedora DS setup, and doesn't mix both hdb and bdb. Andrew Bartlett (This used to be commit 1ffada95d269c8f7d054bec7f6eaff8449995d40)
2007-12-21r26398: Fix writing the output of failed tests to st/summary.Jelmer Vernooij1-3/+8
(This used to be commit 34b9ddddaffe67de821a19219bcceec75f9d8fdd)
2007-12-21r26395: spoolss: Add WinXP-like printer browsing test.Kai Blin2-2/+2
(This used to be commit 2ccc4d2af58b49ab1319ce87e0f15591b40db06f)
2007-12-21r26358: Always specify TORTURE_OPTIONS to smbtorture.Jelmer Vernooij1-37/+37
(This used to be commit f75d63596b28edea7dd856306e7cdd22754fcec2)
2007-12-21r26347: More tests.Jelmer Vernooij1-1/+1
(This used to be commit 5d927b5ca792c2c9da4a1c4f5c3ae880637895e3)
2007-12-21r26305: Update template files and testsuite to try and work with currentAndrew Bartlett1-3/+7
openldap, and fully support different LDAP server locations. Andrew Bartlett (This used to be commit a00bb942537f0f638c2a8295770749cb4b5d9ef3)
2007-12-21r26287: selftest: fix stupid typo LDB_MODULE_PATH -> LDB_MODULES_PATHStefan Metzmacher1-1/+1
metze (This used to be commit 038fb0d8908fb1990ee11144da76a37e5ba8e854)
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij1-0/+1
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)
2007-12-21r26191: Import custom test runner for subunit, rather than using trial, ↵Jelmer Vernooij1-7/+7
which is part of twisted. (This used to be commit b0f808345f948c49ad46f34ba306ca8354393850)
2007-12-21r26190: Allow successful as well as success.Jelmer Vernooij1-2/+2
(This used to be commit d5dd11d1f5837c1aa929e8168d5d51a470277b88)
2007-12-21r26189: Add really trivial testsuite for the auth module.Jelmer Vernooij1-0/+1
(This used to be commit f0fcad0a75998bc45e3073927c0021fa67136d22)
2007-12-21r26137: Rename the entryUUID module to better match it's purpose: being aAndrew Bartlett1-1/+5
simple ldap mapping (a complex mapping will follow). Fix the module to handle 'name' better, rather than using the 'name' attribute built into OpenLDAP, rename to samba4RDN. We need to see if this can be handled in the backend. Also rename the functions and inernal module name to entryuuid for consistancy. Andrew Bartlett (This used to be commit a7be80766f4270d63433bbd6a976ebf302ed3433)
2007-12-21r26077: Import updated TDB bindings.Jelmer Vernooij1-0/+1
(This used to be commit afe091d92ebb1dc15ae3d8df9a5ba8832933a83c)
2007-12-21r26073: Import Python bindings for the registry.Jelmer Vernooij1-0/+1
(This used to be commit 777205b5705940c00384172c531ea99ba3eae235)
2007-12-21r26069: Import python bindings for credentials.Jelmer Vernooij1-0/+1
(This used to be commit 97bb235cc8c2855a0903bbd9dee53f0e03c4adc0)
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij1-0/+6
(This used to be commit fc3a8caef749ddac56a4f035dde8b6ceeaa95c48)
2007-12-21r25914: selftest: fix the module pathes when using --with-selftest-prefixStefan Metzmacher2-3/+2
metze (This used to be commit 092b93b1356bbf73d40a1d7bb971a4ef4967d662)
2007-12-21r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij3-2/+5
(This used to be commit 9d73becbb24fbde2e319e18e84af35d9efaeefda)
2007-12-21r25869: selftest: strip newline from `whoami` output, hopefully fix ↵Stefan Metzmacher1-0/+1
provision on mac os 10 metze (This used to be commit c6c62abc07888743b6349b0107ee1b17265bd154)
2007-12-21r25840: make test: activate nss_wrapper for make testStefan Metzmacher1-4/+37
metze (This used to be commit 2de9c1c64a2305ca53d8996bcc4332bf9c4d5e90)
2007-12-21r25833: - we don't need --root twiceStefan Metzmacher1-4/+3
- use $unix_name to make more clear what this variable means metze (This used to be commit 6150286de832c239b1640f7f69d269a500437a45)
2007-12-21r25764: Fix total number of tests count to not include skipped tests.Jelmer Vernooij2-36/+31
(This used to be commit d90b058cd48d8b08bb0a0cd6e97ad95062f8259e)
2007-12-21r25746: [selftest] make plain output more readableStefan Metzmacher1-9/+10
metze (This used to be commit b9363755ee9f6ca7e04729519991f9ba0163ff2f)
2007-12-21r25743: Write short summary of failed tests and skipped tests to file.Jelmer Vernooij3-11/+30
(This used to be commit 22cb93e5c00c9bd2a9288ba13336389d45c9987f)