1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
Commit Graph

1543 Commits

Author SHA1 Message Date
Jelmer Vernooij
78a4f5eada r26398: Fix writing the output of failed tests to st/summary.
(This used to be commit 34b9ddddaf)
2007-12-21 05:49:27 +01:00
Kai Blin
a6b4d4fe81 r26395: spoolss: Add WinXP-like printer browsing test.
(This used to be commit 2ccc4d2af5)
2007-12-21 05:49:24 +01:00
Jelmer Vernooij
d26371737b r26358: Always specify TORTURE_OPTIONS to smbtorture.
(This used to be commit f75d63596b)
2007-12-21 05:49:02 +01:00
Jelmer Vernooij
5f9aeca0d6 r26347: More tests.
(This used to be commit 5d927b5ca7)
2007-12-21 05:48:53 +01:00
Andrew Bartlett
8edcbc8474 r26305: Update template files and testsuite to try and work with current
openldap, and fully support different LDAP server locations.

Andrew Bartlett
(This used to be commit a00bb94253)
2007-12-21 05:48:19 +01:00
Stefan Metzmacher
0063e7a1e9 r26287: selftest: fix stupid typo LDB_MODULE_PATH -> LDB_MODULES_PATH
metze
(This used to be commit 038fb0d890)
2007-12-21 05:48:09 +01:00
Jelmer Vernooij
f2f16b45b5 r26197: Add bindings for libsecurity.
(This used to be commit 8625cd403b)
2007-12-21 05:46:47 +01:00
Jelmer Vernooij
26ae331f75 r26191: Import custom test runner for subunit, rather than using trial, which is part of twisted.
(This used to be commit b0f808345f)
2007-12-21 05:46:43 +01:00
Jelmer Vernooij
902b1935bb r26190: Allow successful as well as success.
(This used to be commit d5dd11d1f5)
2007-12-21 05:46:42 +01:00
Jelmer Vernooij
e22c7f1fe3 r26189: Add really trivial testsuite for the auth module.
(This used to be commit f0fcad0a75)
2007-12-21 05:46:41 +01:00
Andrew Bartlett
adef944c43 r26137: Rename the entryUUID module to better match it's purpose: being a
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 a7be80766f)
2007-12-21 05:46:19 +01:00
Jelmer Vernooij
2a98fd770a r26077: Import updated TDB bindings.
(This used to be commit afe091d92e)
2007-12-21 05:45:55 +01:00
Jelmer Vernooij
75c7fd4030 r26073: Import Python bindings for the registry.
(This used to be commit 777205b570)
2007-12-21 05:45:53 +01:00
Jelmer Vernooij
f6322e4b96 r26069: Import python bindings for credentials.
(This used to be commit 97bb235cc8)
2007-12-21 05:45:52 +01:00
Jelmer Vernooij
ea85165841 r26068: Import improved Python bindings for LDB, including tests.
(This used to be commit fc3a8caef7)
2007-12-21 05:45:51 +01:00
Stefan Metzmacher
3953335420 r25914: selftest: fix the module pathes when using --with-selftest-prefix
metze
(This used to be commit 092b93b135)
2007-12-21 05:44:53 +01:00
Jelmer Vernooij
e7cf933d41 r25887: Build Samba-specific ldb modules as dso's.
(This used to be commit 9d73becbb2)
2007-12-21 05:44:40 +01:00
Stefan Metzmacher
7a09d8c4e4 r25869: selftest: strip newline from whoami output, hopefully fix provision on mac os 10
metze
(This used to be commit c6c62abc07)
2007-12-21 05:44:33 +01:00
Stefan Metzmacher
a6262ef644 r25840: make test: activate nss_wrapper for make test
metze
(This used to be commit 2de9c1c64a)
2007-12-21 05:44:21 +01:00
Stefan Metzmacher
e196aa57b3 r25833: - we don't need --root twice
- use $unix_name to make more clear what this variable means

metze
(This used to be commit 6150286de8)
2007-12-21 05:44:17 +01:00
Jelmer Vernooij
7267b35058 r25764: Fix total number of tests count to not include skipped tests.
(This used to be commit d90b058cd4)
2007-12-21 05:43:49 +01:00
Stefan Metzmacher
09ec68badd r25746: [selftest] make plain output more readable
metze
(This used to be commit b9363755ee)
2007-12-21 05:43:41 +01:00
Jelmer Vernooij
a7eedba7c4 r25743: Write short summary of failed tests and skipped tests to file.
(This used to be commit 22cb93e5c0)
2007-12-21 05:43:39 +01:00
Jelmer Vernooij
9d4addadc0 r25742: Start trimming down hash size for start_testsuite.
(This used to be commit f2319fbe9b)
2007-12-21 05:43:39 +01:00
Jelmer Vernooij
e690c56ab7 r25741: Simplify calls to Subunit functions.
(This used to be commit e42de5d834)
2007-12-21 05:43:38 +01:00
Jelmer Vernooij
90964021eb r25740: More consistent naming for tests, always include environment name in test name.
(This used to be commit 9cfa44b438)
2007-12-21 05:43:37 +01:00
Jelmer Vernooij
dc8ece0e26 r25737: Integrate more of the test recipe code into one file, use
different mechanism for determining the quicktest list.

Quicktest is a bit verbose now (reports all the tests not run as SKIP:)
(This used to be commit e99e9c167f)
2007-12-21 05:43:36 +01:00
Jelmer Vernooij
b28810ab94 r25722: Start merging the various test plan files for Samba 4 into one, so that it'll
be easier to split selftest/ into a generic, a Samba 3 and a Samba 4-specific
bit.
(This used to be commit 5deb3a6fab)
2007-12-21 05:43:28 +01:00
Jelmer Vernooij
45c3d150d5 r25707: Move selftest makefile code to separate file.
(This used to be commit 9714db7814)
2007-12-21 05:43:23 +01:00
Stefan Metzmacher
23a55848d9 r25622: let --socket-wrapper-keep-pcap imply --socket-wrapper-pcap
metze
(This used to be commit eceed3f6d6)
2007-12-21 05:42:56 +01:00
Andrew Bartlett
5c4a4b4566 r25616: Fedora DS now has a way to install the schema and extra configuration
as part of the setup inf file.

Andrew Bartlett
(This used to be commit 6c8987464e)
2007-12-21 05:42:54 +01:00
Jelmer Vernooij
286157f4aa r25615: Honor SMBD_VALGRIND and NMBD_VALGRIND for Samba3.
(This used to be commit 9f1e4a44b5)
2007-12-21 05:42:54 +01:00
Stefan Metzmacher
da6add2c6e r25585: don't start winbindd untill the build-farm faked users work with it
metze
(This used to be commit eacbe31c89)
2007-10-10 15:08:00 -05:00
Stefan Metzmacher
83fbf5bbab r25581: move variable to the place it belongs to.
metze
(This used to be commit 578b4711c9)
2007-10-10 15:07:59 -05:00
Jelmer Vernooij
20d1ab47f8 r25580: Error out if there are no tests to run.
(This used to be commit eddb663959)
2007-10-10 15:07:59 -05:00
Jelmer Vernooij
ffc9f2e05d r25574: Support SMBD_OPTIONS, NMBD_OPTIONS and WINBINDD_OPTIONS environment variables for make test.
(This used to be commit 814027146d)
2007-10-10 15:07:57 -05:00
Stefan Metzmacher
6fb6999185 r25504: run WINBIND tests for samba3
metze
(This used to be commit 39981e5fa2)
2007-10-10 15:07:44 -05:00
Stefan Metzmacher
e0ad93f845 r25468: export WINBINDD_PRIV_PIPE_DIR
metze
(This used to be commit 80d05c2789)
2007-10-10 15:07:43 -05:00
Stefan Metzmacher
9f5b6c82d0 r25467: use uppercase netbios name for samba3.
metze
(This used to be commit fcd81f8c02)
2007-10-10 15:07:42 -05:00
Stefan Metzmacher
37d63aab72 r25466: fix calculation of $expected_ret, when there're
some expected and some unexpected failures within
one testsuite.

metze
(This used to be commit ca2a07c71f)
2007-10-10 15:07:42 -05:00
Stefan Metzmacher
00d2a19554 r25465: improve plain output...
metze
(This used to be commit 8deb2f068c)
2007-10-10 15:07:41 -05:00
Stefan Metzmacher
f069623ace r25464: improve build-farm output...
metze
(This used to be commit 7b5d5777cb)
2007-10-10 15:07:41 -05:00
Jelmer Vernooij
569903dd0c r25459: Avoid bashism. Reported by Björn Jacke.
(This used to be commit a03e09b878)
2007-10-10 15:07:39 -05:00
Jelmer Vernooij
1da3555488 r25458: Fix warning
(This used to be commit f723efad9f)
2007-10-10 15:07:39 -05:00
Andrew Bartlett
b6678a276c r25450: Make it easier to test with a particular version of OpenLDAP, by
setting OPENLDAP_PATH, move to using hdb as the backend (allows
subtree renames), and re-enable the --quiet option.

Andrew Bartlett
(This used to be commit a186a0fa68)
2007-10-10 15:07:37 -05:00
Stefan Metzmacher
289f09e14b r25438: start samba3's winbindd in the selftest "dc" env
metze
(This used to be commit 161c55be37)
2007-10-10 15:07:33 -05:00
Stefan Metzmacher
f2e99e352f r25437: let the default env for 'make testenv' depend on the target
as only samba4 supports the "member target yet.

metze
(This used to be commit 81bf9a063e)
2007-10-10 15:07:32 -05:00
Stefan Metzmacher
0988b807f6 r25435: actually pass the statistics to the buildfarm output module
to calculate the SELFTEST RUNTIME correct

metze
(This used to be commit 12e4851709)
2007-10-10 15:07:32 -05:00
Stefan Metzmacher
59f43d2b58 r25427: fix SELFTEST RUNTIME calculation for the build-farm
metze
(This used to be commit 554d56aa16)
2007-10-10 15:07:30 -05:00
Jelmer Vernooij
e09226cb35 r25395: Fix help for --socket-wrapper-pcap.
(This used to be commit 15e41e4278)
2007-10-10 15:07:24 -05:00
Jelmer Vernooij
b29e12f331 r25394: Print out version info in test output for use by Samba 3.
(This used to be commit c61881c72b)
2007-10-10 15:07:24 -05:00
Jelmer Vernooij
08aba81a36 r25385: Don't clutter the buildfarm output with SKIP: lines.
(This used to be commit 70810484ea)
2007-10-10 15:07:23 -05:00
Jelmer Vernooij
b2c6dd7c89 r25365: Clearer test names
(This used to be commit 85a8c105a4)
2007-10-10 15:07:19 -05:00
Jelmer Vernooij
79e59dfdf2 r25364: List skipped testsuites in summary only.
(This used to be commit cc22be4530)
2007-10-10 15:07:18 -05:00
Jelmer Vernooij
7ac97bbbdb r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding share from command-line in smbtorture.
(This used to be commit b3f2eafa04)
2007-10-10 15:07:18 -05:00
Jelmer Vernooij
99f8d8c45d r25360: Allow --skip to be specified more than once.
(This used to be commit f6dd844dc4)
2007-10-10 15:07:17 -05:00
Jelmer Vernooij
4820691fd9 r25359: Set up Samba3 as dc.
(This used to be commit acaa484a5c)
2007-10-10 15:07:17 -05:00
Andrew Bartlett
ee257e902a r25299: Modify the provision script to take an additional argument: --server-role
This must be set to either 'domain controller', 'domain member' or 'standalone'.

The default for the provision now changes to 'standalone'.

This is not because Samba4 is particularlly useful in that mode, but
because we still want a positive sign from the administrator that we
should advertise as a DC.

We now do more to ensure the 'standalone' and 'member server'
provision output is reasonable, and try not to set odd things into the
database that only belong for the DC.

Andrew Bartlett
(This used to be commit 4cc4ed7719)
2007-10-10 15:07:09 -05:00
Stefan Metzmacher
ae9c015c57 r25183: return LOCKDIR too
metze
(This used to be commit 9d73932972)
2007-10-10 15:06:47 -05:00
Stefan Metzmacher
020683680c r25182: don't hide the envlog in plain mode
metze
(This used to be commit 77050171ae)
2007-10-10 15:06:46 -05:00
Jelmer Vernooij
44500d6d98 r25124: Include link to summary page, hide environment variables for 'none' environment.
(This used to be commit 9fac2bd884)
2007-10-10 15:06:43 -05:00
Jelmer Vernooij
2e6f0016d1 r25110: Show environment variables in HTML output.
(This used to be commit 62e770ace3)
2007-10-10 15:06:41 -05:00
Jelmer Vernooij
98b57d5eb6 r25035: Fix some more warnings, use service pointer rather than service number in more places.
(This used to be commit df9cebcb97)
2007-10-10 15:05:43 -05:00
Jelmer Vernooij
5def5048ca r25031: Use pointers to services rather than service numbers when possible.
(This used to be commit dde12060ea)
2007-10-10 15:05:42 -05:00
Stefan Metzmacher
ac3cbe87c6 r24989: use $smbd_maxtime for smbd...
metze
(This used to be commit 9a444caa5a)
2007-10-10 15:05:25 -05:00
Andrew Bartlett
1403d79fe3 r24945: The behaviour of the SAMR server on a member server is worth testing
separately.

Andrew Bartlett
(This used to be commit f033c71ebe)
2007-10-10 15:03:42 -05:00
Jelmer Vernooij
062b2d4764 r24905: Actually run the transport-independent tests, rather than just the transport-dependent ones again...
(This used to be commit 82da9d7d62)
2007-10-10 15:03:35 -05:00
Jelmer Vernooij
e94addfd49 r24901: Somewhat easier and more reliable access to the pid files.
(This used to be commit 91a0a00e6d)
2007-10-10 15:03:34 -05:00
Jelmer Vernooij
c7e8bcfdc9 r24899: Register signal handler that tears down environment.
(This used to be commit fa89d228dd)
2007-10-10 15:03:34 -05:00
Jelmer Vernooij
033c2c07a3 r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures.
(This used to be commit 527ea7fccf)
2007-10-10 15:03:33 -05:00
Jelmer Vernooij
e561313888 r24896: Run the tests for most RPC interfaces over one transport only.
(This used to be commit ded2841eef)
2007-10-10 15:03:32 -05:00
Jelmer Vernooij
ab055fb990 r24894: Run the libnet tests over just one DCE/RPC transport. Other DCE/RPC tests already check
that the DCE/RPC library and interfaces work ok.
(This used to be commit d392d6e92b)
2007-10-10 15:03:31 -05:00
Jelmer Vernooij
f1e576cb12 r24893: Update documentation for selftest.
(This used to be commit df8f0677f3)
2007-10-10 15:03:31 -05:00
Jelmer Vernooij
b77fabc274 r24891: Fix smbtorture to exit non-zero if a test suite wasn't found.
(This used to be commit 44139acf30)
2007-10-10 15:03:30 -05:00
Jelmer Vernooij
78996e64b4 r24890: Integrate more of the RPC-SECRETS tests.
(This used to be commit 84cc1d42ab)
2007-10-10 15:03:29 -05:00
Jelmer Vernooij
3d7849847c r24889: Move choosing the binding options into RPC-SECRETS.
(This used to be commit 24d322b746)
2007-10-10 15:03:29 -05:00
Jelmer Vernooij
3e7fbae72c r24887: Support reading testlists from other locations (e.g. Samba3)
(This used to be commit 88537c5aff)
2007-10-10 15:03:28 -05:00
Jelmer Vernooij
ac2a701483 r24882: Use the torture API in BASE-CHARSET.
(This used to be commit 93910d92cd)
2007-10-10 15:03:27 -05:00
Jelmer Vernooij
0271566a5b r24878: Support specifying a reason for skips/expected failures
(This used to be commit 84c94b37fe)
2007-10-10 15:03:26 -05:00
Jelmer Vernooij
1c188069a1 r24875: Use more absolute paths to samba4 binaries.
(This used to be commit d5a3ebef36)
2007-10-10 15:03:25 -05:00
Jelmer Vernooij
c09c89a8a7 r24873: Print smbd/nmbd log files for Samba 3.
(This used to be commit 8dad4c5503)
2007-10-10 15:03:25 -05:00
Jelmer Vernooij
398dc6ca86 r24870: Strip whitespace characters in username (broke tests).
(This used to be commit 264f5c9d50)
2007-10-10 15:03:23 -05:00
Jelmer Vernooij
2aea6fe95f r24869: Print command that was executed.
(This used to be commit 9aabcafba6)
2007-10-10 15:03:23 -05:00
Jelmer Vernooij
26ed05364d r24866: Put remainder of binding string tests in librpc/ directory.
(This used to be commit 5b78d845a4)
2007-10-10 15:03:22 -05:00
Jelmer Vernooij
477ecbd498 r24861: Use absolute paths to make it easier to run the testsuite from the Samba3 source.
(This used to be commit 022d5a43ce)
2007-10-10 15:03:21 -05:00
Jelmer Vernooij
c3077a9e4b r24860: Make it easier to run selftest.pl in a Samba3 source tree.
(This used to be commit 53ec879e31)
2007-10-10 15:03:21 -05:00
Jelmer Vernooij
aea8009071 r24839: Default to creating a dc + domain member in 'make testenv'.
(This used to be commit 221d227913)
2007-10-10 15:03:17 -05:00
Jelmer Vernooij
2a8ff00eea r24835: Put all RPC tests in the list (skipping when necessary), warn if tests aren't there.
(This used to be commit 1ff13ae254)
2007-10-10 15:03:17 -05:00
Jelmer Vernooij
51cdf8bc04 r24834: Pass environment name on to skip_testsuite().
(This used to be commit 2ac1f32506)
2007-10-10 15:03:16 -05:00
Jelmer Vernooij
18302e7030 r24751: Run more tests, remove empty testsuites, more small improvements.
(This used to be commit 2a5a0819ee)
2007-10-10 15:03:02 -05:00
Jelmer Vernooij
0e6773525f r24741: More use of the torture API.
(This used to be commit de05c3651a)
2007-10-10 15:03:02 -05:00
Jelmer Vernooij
8a1d019f53 r24709: Convert perl test harness output to subunit for nicer display.
(This used to be commit 1be11bd0a5)
2007-10-10 15:02:53 -05:00
Jelmer Vernooij
01ab492d28 r24708: Move subunit code to a separate module.
(This used to be commit 4be702896d)
2007-10-10 15:02:52 -05:00
Jelmer Vernooij
e1ecb353a5 r24707: Remove some more cruft from the test list generation code.
(This used to be commit 76dddbdb51)
2007-10-10 15:02:52 -05:00
Jelmer Vernooij
a73a8d4b9d r24706: Move nmblookup tests to separate blackbox testsuite.
(This used to be commit aeb2e714f2)
2007-10-10 15:02:52 -05:00
Jelmer Vernooij
bcfef9f04b r24705: Avoid undefined value warnings.
(This used to be commit 10f266e4d6)
2007-10-10 15:02:51 -05:00
Jelmer Vernooij
bae97f1631 r24692: Color expected fialures orange rather than green.
(This used to be commit cadfc0a7a1)
2007-10-10 15:02:46 -05:00
Jelmer Vernooij
7e4148eb4f r24689: There is no such test as LDAP-UPTODATENESS.
(This used to be commit ebdb0ce83b)
2007-10-10 15:02:44 -05:00
Jelmer Vernooij
c021c7d648 r24687: Registry tests are succeeding now so remove from known failure list, add summary page with failures and skipped tests to html output.
(This used to be commit 227659c2c0)
2007-10-10 15:02:43 -05:00
Jelmer Vernooij
9087001143 r24678: More improvements to html output; list unexpected successes and failures seperately from expected ones.
(This used to be commit 14fda5260d)
2007-10-10 15:02:39 -05:00
Jelmer Vernooij
79eb853874 r24675: Specify mode to mkdir, as required by some versions of perl.
(This used to be commit 2a21e69cd3)
2007-10-10 15:02:38 -05:00
Jelmer Vernooij
04e8c10f9e r24671: More improvements to the HTML test suite results: hide
control messages, improve summary, stylesheet.
(This used to be commit fcc2320417)
2007-10-10 15:02:36 -05:00
Jelmer Vernooij
3f6cf9672b r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ for an
example of the current output.
(This used to be commit 1e57394e86)
2007-10-10 15:02:35 -05:00
Jelmer Vernooij
8e789517b7 r24665: Close file handles properly.
(This used to be commit 7f914b08a7)
2007-10-10 15:02:34 -05:00
Andrew Bartlett
20e9fe6b50 r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying more
combinations of modules.

Andrew Bartlett
(This used to be commit 481a3f0b2a)
2007-10-10 15:02:02 -05:00
Jelmer Vernooij
b5e36e5281 r24345: Add --format=html option to selftest.
(This used to be commit de66bced94)
2007-10-10 15:01:42 -05:00
Jelmer Vernooij
a83380eece r24342: Move environments into a separate directory.
(This used to be commit e3fe7ef92b)
2007-10-10 15:01:41 -05:00
Jelmer Vernooij
4da477d4fa r24339: Move output functions to separate files.
(This used to be commit f4ff4c5f61)
2007-10-10 15:01:40 -05:00
Jelmer Vernooij
7ce6a75f4b r24338: Add callbacks for starting and finishing tests.
(This used to be commit 824833b59a)
2007-10-10 15:01:40 -05:00
Andrew Bartlett
12e660f761 r24301: The less escape characters the better. This changes the winbind
seperator to /, which is not an escape character, and uses the fact
that we always support / as the DOMAIN/username seperator.

Andrew Bartlett
(This used to be commit 84c1bea458)
2007-10-10 15:01:37 -05:00
Andrew Bartlett
8172bbb7e4 r23964: Update blackbox selftest scripts to cover more code, and to more
consistantly report errors.  (Some were being lost due to the "echo
foo | cmd" calling convention).

Andrew Bartlett
(This used to be commit d0a994d0ce)
2007-10-10 15:01:12 -05:00
Andrew Bartlett
c86e98aa80 r23890: Allow wbinfo -a to work against Samba4's winbind.
Add a test for wbinfo -a to test_member.sh

Reimplement the server-side 'pam_auth' and 'pam_auth_crap' calls to
use the same SamLogon code as auth_winbind uses.

In my previous code, we did not bind to the LSA and SAMR pipes, before
attempting operations.  We now do this (how we passed any tests before
is beyond me).

This required some rework, particularly to make it easier to setup
secondary connections.  The new rpc_secondary_auth_connection()
function also performs the bind.

The dcerpc_connect.c file was getting to big, so things have been
merged into dcerpc_secondary.c.

Andrew Bartlett
(This used to be commit 365778a993)
2007-10-10 15:01:08 -05:00
Kai Blin
40dbe572e5 r23876: Prepare to run nsstest from make test, just not add it to tests_all.sh yet.
(This used to be commit f45ae8a878)
2007-10-10 15:01:06 -05:00
Stefan Metzmacher
0ea2612763 r23860: export WINBINDD_SOCKET_DIR into the testenv
metze
(This used to be commit 0d27c1b54e)
2007-10-10 15:01:05 -05:00
Stefan Metzmacher
6646745d97 r23851: export _ABS versions of PREFIX and SRCDIR
metze
(This used to be commit 759b5d94b3)
2007-10-10 14:59:24 -05:00
Andrew Bartlett
967866f170 r23720: Allow the member server to work against an LDAP Backend. Another case
where LDB isn't as strict as OpenLDAP, the self join record contains
duplicate servicePrincipalNames once the DNS name and domain name are
made equal.  (Easier to just skip the useless self-join).

Andrew Bartlett
(This used to be commit 49ff929be6)
2007-10-10 14:59:08 -05:00
Andrew Bartlett
31df9075c5 r23693: Give the process a chance to write out it's coverage data, before we
blast a kill -9 at it.

Andrew Bartlett
(This used to be commit 16692ae7d9)
2007-10-10 14:59:02 -05:00
Andrew Bartlett
222c6dd781 r23680: Make it easier to setup a domain member server - the 'server role'
will now control the auth methods, but an override is still available,
ex:

auth methods:domain controller = <methods>

Andrew Bartlett
(This used to be commit b7e727186e)
2007-10-10 14:59:00 -05:00
Andrew Bartlett
c46e5868de r23257: Newer OpenLDAP versions don't seem to need this, so simplfy.
Andrew Bartlett
(This used to be commit 3ecd180343)
2007-10-10 14:53:06 -05:00
Andrew Bartlett
e6aecd8b91 r23235: Don't do a seperate LDAP provision step. Instead, everything we need
(including the config files) is created by provision-backend.

Andrew Bartlett
(This used to be commit 6d4d90399f)
2007-10-10 14:53:05 -05:00
Andrew Bartlett
55ee74f8ca r23233: Use the schema and basedn files generated by the provision-backend script.
(Moving towards using only the script's output, one step at a time).

Andrew Bartlett
(This used to be commit a7a409074a)
2007-10-10 14:53:05 -05:00
Andrew Bartlett
f1c7d48da0 r23191: Use the new provision-backend script to setup Fedora DS for make test.
OpenLDAP to follow once I get things working...

Andrew Bartlett
(This used to be commit 2cde9eb860)
2007-10-10 14:53:03 -05:00
Andrew Bartlett
86a4886e39 r23189: Work towards a totally scripted setup of LDAP backends, so others can
easily try this out.

I also intend to use this for the selftest, but I'm chasing issues
with the OpenlDAP (but not Fedora DS) backend.

Andrew Bartlett
(This used to be commit 0f457b1d2e)
2007-10-10 14:53:02 -05:00
Rafal Szczesniak
1fe9fd2749 r23179: I forgot ejsnet.js script is one of tests. Disable it temporarily.
rafal
(This used to be commit 9471de13ea)
2007-10-10 14:53:00 -05:00
Jelmer Vernooij
dc919c2534 r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.pl
(This used to be commit 222acbe33b)
2007-10-10 14:52:59 -05:00
Stefan Metzmacher
04bc1c416a r23137: make it possible to skip the pidl tests
with PIDL_TESTS_SKIP=yes

metze
(This used to be commit 682c19f326)
2007-10-10 14:52:54 -05:00
Andrew Bartlett
182ad3f50c r23089: This is upstream now, so we don't need to add it manually.
Andrew Bartlett
(This used to be commit cddffbf602)
2007-10-10 14:52:48 -05:00
Andrew Bartlett
43da48650a r23035: We don't need to add this entry, and I hope to figure out how to avoid
adding the other two manually.

However, to do this we do need to skip the check (with -u) that
slaptest can access the db.

Andrew Bartlett
(This used to be commit ea206dce06)
2007-10-10 14:52:43 -05:00
Andrew Bartlett
e0d4923c16 r23028: I've now got a patch to Fedora DS to make it only install the very base schema.
I'll post that patch into lorikeet and submit upstram.

Andrew Bartlett
(This used to be commit 90f2412152)
2007-10-10 14:52:41 -05:00
Stefan Metzmacher
ac5cd254fa r22995: don't run LOCAL-ICONV twice...
metze
(This used to be commit 9aa328fbf6)
2007-10-10 14:52:38 -05:00
Andrew Bartlett
a4e571b589 r22877: Remove stray 'l'
(This used to be commit 97960421a1)
2007-10-10 14:52:27 -05:00
Rafal Szczesniak
7731921835 r22871: restore testing against host name instead of ip address
rafal
(This used to be commit 5638210f2d)
2007-10-10 14:52:26 -05:00
Stefan Metzmacher
037a3e0fc2 r22626: test member server with local and domain credentials
metze
(This used to be commit 79c1133467)
2007-10-10 14:51:55 -05:00
Stefan Metzmacher
0f50e7b812 r22625: hopefully fix make test on solaris
metze
(This used to be commit 32c805919f)
2007-10-10 14:51:55 -05:00
Stefan Metzmacher
614cb1e9db r22624: - configure other auth methods for the member server
- use the netbiosname as domain and realm for the provision
  of the member server

metze
(This used to be commit fdb08a5b9c)
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
d67c96504c r22623: export SMB_CONF_PATH from selftest.pl
metze
(This used to be commit 6fb6666e42)
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
950ba8f3d4 r22608: use a shorter share name as testparm complained about
a share name longer than 12 chars

metze
(This used to be commit f8c1b561e9)
2007-10-10 14:51:51 -05:00
Stefan Metzmacher
16df1115fe r22606: don't every try to prompt within make test...
metze
(This used to be commit eb0f257cd1)
2007-10-10 14:51:51 -05:00
Jelmer Vernooij
c0ac3d26ab r22605: Set up all required environments before starting tests.
(This used to be commit adf835a324)
2007-10-10 14:51:50 -05:00
Stefan Metzmacher
b8bba729dd r22601: run net join with the correct socket_wrapper and krb5 configuration
metze
(This used to be commit 3064d881e3)
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
d8e28e1f6d r22599: Document member server.
(This used to be commit 4ef937a08d)
2007-10-10 14:51:49 -05:00
Stefan Metzmacher
201408141d r22597: try to pass on some more boxes in the build-farm without timeout
metze
(This used to be commit f7a3d78fef)
2007-10-10 14:51:49 -05:00
Stefan Metzmacher
1e84e4026e r22575: move script/tests/ -> selftest/
as discussed with jelmer and abartlet

metze
(This used to be commit e9fe3c40e1)
2007-10-10 14:51:46 -05:00