1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
Commit Graph

187 Commits

Author SHA1 Message Date
Jelmer Vernooij
598656985a selftest: list.remove raises ValueError rather than KeyError. 2010-05-30 17:05:49 +02:00
Günther Deschner
a8d308faff s3-selftest: fix chmod commands in provisioning.
Guenther
2010-05-29 00:38:21 +02:00
Günther Deschner
5232ce56cd s3-selftest: make sure provisioned s3 looks the same in make selftest as in make test.
This fixes some tests that were previously failing.

Guenther
2010-05-29 00:12:15 +02:00
Matthieu Patou
a79b446e11 s4:smb_server: add dfs smbtorture to selftests
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-05-18 15:31:14 +02:00
Jelmer Vernooij
e22722ae64 selftest: Cope with empty testsuite results in more places. 2010-05-18 01:40:20 +02:00
Jelmer Vernooij
11ec2916a7 selftest: Cope with testsuites without any output whatsoever (probably an error though). 2010-05-18 01:40:20 +02:00
Matthias Dieter Wallnöfer
01347844f5 s4:selftest - change test passwords
The passwords need to be more complex to meet the new complexity criteria.
2010-05-10 12:20:26 +02:00
Andrew Tridgell
3dd50b2922 s4-test: make spnupdate work without make install
thanks to metze for noticing this
2010-04-27 19:47:23 +10:00
Günther Deschner
2a2de10ac6 s3-selftest: add print$ share with two arch dirs.
Guenther
2010-04-23 13:51:02 +02:00
Andrew Bartlett
fe3d872656 s4:selftest Ensure we don't fsync() all day in the LDAP backend test
Passing this option greatly reduces the time spent in the test.

Andrew Bartlett
2010-04-22 18:37:19 +10:00
Andrew Tridgell
540d197e49 s4-test: we don't need -s set for samba_dnsupdate
this is now handled by SMB_CONF_PATH

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-04-19 18:21:42 +10:00
Jelmer Vernooij
9db207da07 selftest: Cope with strict. 2010-04-12 16:35:18 +02:00
Jelmer Vernooij
7da94cc4a6 subunit: Support formatting compatible with upstream subunit, for consistency.
Upstream subunit makes a ":" after commands optional, so I've fixed any
places where we might trigger commands accidently. I've filed a bug
about this in subunit.
2010-04-11 20:57:33 +02:00
Jelmer Vernooij
d0ab7440ac selftest: Accept 'testing:' to introduce new tests. 2010-04-11 20:57:33 +02:00
Jelmer Vernooij
664eacc53a subunit: Don't abort when receiving test results from tests that weren't
announced.
2010-04-10 22:38:33 +02:00
Jelmer Vernooij
64bf8c400c selftest: Support passing --load-list to test runners. 2010-04-10 22:38:32 +02:00
Jelmer Vernooij
ffb2449a13 selftest: Support --load-list option. 2010-04-08 23:20:35 +02:00
Jelmer Vernooij
2cf3585e52 selftest: Display minutes and hours for duration. 2010-04-07 21:58:32 +02:00
Jelmer Vernooij
e39ed552b6 selftest: Remove python2.4-isms 2010-04-06 04:01:54 +02:00
Jelmer Vernooij
74f36df4b3 selftest: Update sys.path before attempting to import external modules. 2010-03-31 04:52:13 +02:00
Jelmer Vernooij
c6b1553a2b selftest: Make sure format-subunit and filter-subunit can find testtools/subunit. 2010-03-31 04:51:05 +02:00
Jelmer Vernooij
62ed8a68cd format-subunit: Hide reason if it is None. 2010-03-31 03:34:50 +02:00
Jelmer Vernooij
49d82aa772 format-subunit: Don't show reason at all if it is None. 2010-03-31 03:32:23 +02:00
Jelmer Vernooij
31094b0e8c smbtorture: Report number of available tests in a testsuite using subunit. 2010-03-31 02:57:47 +02:00
Jelmer Vernooij
9fe4b01ca6 selftest: Use boolean types in Python. 2010-03-31 02:20:09 +02:00
Jelmer Vernooij
6c299d28b5 selftest: Use standard subunit command for progress reporting. 2010-03-31 02:20:08 +02:00
Jelmer Vernooij
7f1360db51 selftest: Support parsing progress in format-subunit/filter-subunit. 2010-03-31 02:20:08 +02:00
Jelmer Vernooij
b2eb609d4d selftest: Use standard subunit commands for progress reporting. 2010-03-31 02:20:08 +02:00
Jelmer Vernooij
08161e093d selftest: Convert filter-subunit to Python so the subunit Python module
can be used later.
2010-03-31 02:20:07 +02:00
Jelmer Vernooij
ae5381d34c format-subunit: Avoid printing backtrace on Ctrl-C. 2010-03-31 02:20:07 +02:00
Andrew Tridgell
21499a148e selftest: reason may be None
jelmer, please check
2010-03-30 16:41:54 +11:00
Jelmer Vernooij
0cdc021ba4 selftest: Remove diff-subunit - it's included in subunit and not necessary for normal operation. 2010-03-30 01:08:20 +02:00
Jelmer Vernooij
c108a2e74e format-subunit: Improve formatting, simplify code. 2010-03-30 01:08:20 +02:00
Jelmer Vernooij
ef3fb75261 selftest: Replace perl subunit formatter with python subunit formatter,
so we can leverage the work happening in python-subunit.
2010-03-30 01:08:20 +02:00
Jelmer Vernooij
0c78368a31 selftest: Convert format-subunit to Python. 2010-03-30 01:08:20 +02:00
Andreas Schneider
61106c0568 s3-selftest: Don't log to stdout, use logfiles instead.
The logging to the logfiles is more verbose and they can be found in
./st/dc/logs. If you still want to log to stdout start selftest with:

SMBD_OPTIONS="-S -d10" make selftest
2010-03-29 11:35:07 +02:00
Jelmer Vernooij
f4e314457f selftest: Update locations in README. 2010-03-28 22:42:11 +02:00
Jelmer Vernooij
45f389b253 selftest: Remove unused BuildFarm output file (now using subunit) 2010-03-28 21:56:09 +02:00
Jelmer Vernooij
235cd3e5c4 selftest: Remove html subunit formatter; it's too simple and really belongs in subunit or testrepository upstream. 2010-03-28 21:46:58 +02:00
Jelmer Vernooij
b607f99688 Remove extension from format-subunit. 2010-03-28 21:46:58 +02:00
Günther Deschner
d3a22fc62b s3-selftest: set "lpq cache time = 0" in server configuration.
This fixes currently broken spoolss tests.

Guenther
2010-03-26 23:01:19 +01:00
Andrew Tridgell
525a4fb2c4 util: on FreeBSD true is in /usr/bin. Use execvp to find it 2010-03-26 19:03:22 +11:00
Günther Deschner
f84f653066 s3-selftest: move printing config to global section.
Guenther
2010-03-25 00:55:13 +01:00
Andrew Tridgell
429102e6bd subunit: fixed reporting of unexpected failures 2010-03-20 16:50:27 +11:00
Andrew Tridgell
77b77e6ba1 subunit: keep total error and failure counts 2010-03-20 16:50:27 +11:00
Günther Deschner
20d73f768d s3-selftest: rearrange uid/gid calculation to achieve correct membership.
Guenther
2010-03-19 10:23:39 +01:00
Günther Deschner
a949c70ed8 s3-selftest: fix Samba3.pm provisioning after uid/gid changes.
Guenther
2010-03-18 15:12:07 +01:00
Günther Deschner
05cad2ea2f s3-selftest: make sure we do not have duplicate uids/gids in nsswrapper.
Also make sure we only add root user when needed, Jeremy please check.

Guenther
2010-03-18 15:08:27 +01:00
Günther Deschner
3efaf5e6ba s3-selftest: setup initial eventlog infrastructure.
Guenther
2010-03-17 22:59:20 +01:00
Andrew Bartlett
ca67768b66 s4:selftest Add file based DNS resolver to selftest environment
This will in future allow us to test 'net vampire' in the test
environment, using the file based DNS lookups to avoid us hitting real
DNS.
2010-03-12 13:22:21 +11:00