Jelmer Vernooij
f528733d7b
GetForestTrustInformation is implemented, remove it from knownfail.
2011-12-05 23:11:04 +01:00
Jelmer Vernooij
112d07256a
rap netsessiongetinfo apparently *is* provided by samba3, so don't list it in knownfail.
2011-12-05 23:11:04 +01:00
Jelmer Vernooij
e6b4a74406
s3-selftest: Don't mark samba3.blackbox.failure.success test as known failing.
2011-12-05 23:11:04 +01:00
Jelmer Vernooij
be5d9c83e3
filter-subunit: Fix default for flapping setting.
2011-12-05 23:11:04 +01:00
Jelmer Vernooij
0fee2c01b8
selftest: Display unexpected successes and expected failures.
2011-12-05 23:11:04 +01:00
Jelmer Vernooij
e62654578b
selftest: Add --flapping argument to filter-subunit.
2011-12-05 23:11:04 +01:00
Jelmer Vernooij
5643d37a00
selftest: Split out flapping tests into a separate file.
2011-12-05 23:11:04 +01:00
Jelmer Vernooij
503aeabd10
selftest: Fix typo in socket wrapper test.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Thu Dec 1 00:30:00 CET 2011 on sn-devel-104
2011-12-01 00:30:00 +01:00
Jelmer Vernooij
ce359c14f2
selftest: Drop broken and unused Kvm target.
2011-11-30 22:58:05 +01:00
Jelmer Vernooij
454c4502f3
selftest: Don't acquire target when --list was specified.
2011-11-30 22:58:05 +01:00
Jelmer Vernooij
83cad86821
selftest: Don't generate subunit file when writing subunit to stdout.
2011-11-30 22:58:05 +01:00
Jelmer Vernooij
3eb5cf2914
selftest: Prevent error about unfinished test command when using --list.
2011-11-30 22:58:04 +01:00
Jelmer Vernooij
4a9235f903
selftest: Don't use fancy subunit formatters when generating a test list.
2011-11-30 22:58:04 +01:00
Jelmer Vernooij
956733a0e7
selftest: Don't write subunit output in --list mode.
2011-11-30 22:58:04 +01:00
Jelmer Vernooij
1caa3b8eae
selftesthelpers: write warnings to stderr rather than stdout.
2011-11-30 22:58:04 +01:00
Stefan Metzmacher
b94b7a2fe1
selftest/Samba4: pass '--machinepass' to 'samba-tool domain join'
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Nov 29 11:00:42 CET 2011 on sn-devel-104
2011-11-29 11:00:42 +01:00
Kai Blin
ef4bda5c76
s4 dns: Turn on internal DNS server during testing
2011-11-17 08:42:45 +01:00
Stefan Metzmacher
0be0da9650
selftest/Samba4: allow schema updates
...
metze
2011-11-15 09:46:30 +01:00
Jelmer Vernooij
042f3fe5f6
selftesthelpers: Revert perl changes, add comment on why the original code was necessary.
2011-11-14 15:49:37 +01:00
Jelmer Vernooij
38495995c9
selftesthelpers: Cope with empty binary mappings list, simplify handling of perl.
2011-11-14 15:49:36 +01:00
Stefan Metzmacher
b4428d771f
selftest/selftesthelpers.py: construct a fullname with env in plantestsuite_idlist()
...
Like we already do for plantestsuite_loadlist()
metze
2011-11-14 14:11:28 +01:00
Stefan Metzmacher
77c73f1d92
selftest: planpythontestsuite() should fill 'name' is it's None
...
Otherwise make test shows tests with name "None".
metze
2011-11-14 14:11:28 +01:00
Jelmer Vernooij
e0b8af57c4
selftesthelpers: Fix syntax error.
2011-11-10 23:37:04 +01:00
Jelmer Vernooij
8ea8683f72
selftest: Allow passing arbitrary number of additional python path values.
2011-11-10 23:37:04 +01:00
Jelmer Vernooij
d84ba4fc0a
selftest: re-implement directory option for planpythontestsuite.
2011-11-10 23:37:04 +01:00
Jelmer Vernooij
f5d3e45722
Revert "test: added directory option to planpythontestsuite()"
...
This reverts commit b0be72d508
.
I'll add an alternative that uses subunit.run.
2011-11-10 23:37:04 +01:00
Andrew Tridgell
b0be72d508
test: added directory option to planpythontestsuite()
...
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
2011-11-10 14:24:21 +11:00
Andrew Tridgell
a04eac7aa2
build: only run symbol checking if running all tests
...
this makes it much faster to run 1 test
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
2011-11-10 14:24:21 +11:00
Andrew Bartlett
862b81791e
selftest: Remove the 'all' environment as it is just too slow to start up
...
Instead we start the 'dc' environment, and other environments are available as:
make testenv SELFTEST_TESTENV=fl2003dc
Andrew Bartlett
2011-11-08 02:58:06 +01:00
Stefan Metzmacher
aa70b7e0fc
selftest/Samba4: use "server signing = on" for now
...
Otherwise the smb2.compound test fails as it doesn't work
with signing yet.
metze
2011-11-03 16:55:11 +01:00
Jeremy Allison
8c6ff21782
The xcopy test is used in unusual ways (via a different uid). Ensure we can cope with this.
2011-10-28 12:16:43 -07:00
Jeremy Allison
80c3aa7d29
The xcopy test requires "dos filemode=yes" as it opens with WRITE_OWNER.
2011-10-28 12:16:42 -07:00
Andrew Bartlett
1bc787d271
s3-selftest Add all the LOCAL-* smbtorture tests to make test
...
The extra knownfail and skip entries are for tests the currently do
not pass or hang. We need to work out why this happens, and fix the
test or the test invocation.
Andrew Bartlett
2011-10-28 13:10:28 +02:00
Andrew Bartlett
659ec79245
selftest: Have only one set of selftest knownfail and skip files
...
Listing tests that are not ever proposed (eg samba4.* in the samba3 selftest)
is not an error, so just combine the lists.
This is being done because some folks trying to learn how our 'make
test' works are having trouble following the distributed nature of the
selftest system.
Andrew Bartlett
2011-10-28 13:10:27 +02:00
Andrew Bartlett
8dcfe2e5c4
selftest: Remove --target option and the ability to run 'samba4 only' tests
...
This simplifies the selftest system, and by default we always tested
all of samba3 and samba4 in the waf build. This simply removes a
rarely used option for testing only part of the system. The make test
TESTS="^samba3" syntax remains unchanged, so no functionality is lost.
Andrew Bartlett
2011-10-28 13:10:27 +02:00
Andrew Bartlett
13a3aa1312
Revert "selftest: Avoid being run over by armies of the undead"
...
This reverts commit 2b47aface4
because
it had a typo in $SIG{CHILD} (it needed to be $SIG{CHLD}), which when
fixed simply broke the whole selftest system.
Andrew Bartlett
2011-10-20 09:26:45 +02:00
Amitay Isaacs
7ca0bed38d
s4-selftest: Add tests for RPC dnsserver
...
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-10-20 05:53:05 +02:00
Michael Adam
4874e1f5b3
selftest:Samba3: fix signature for check_or_start()
2011-10-18 20:58:26 +02:00
Michael Adam
dd6b413a57
selftest:Samba3: fix a message printed when starting winbindd
2011-10-18 20:58:26 +02:00
Andreas Schneider
031519cec9
selftest: Fix plugin_s4_dc configuration.
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Oct 12 13:50:10 CEST 2011 on sn-devel-104
2011-10-12 13:50:10 +02:00
Stefan Metzmacher
f0cd3f62d0
selftest: run dfs tests on plugin_s4_dc
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Oct 8 03:18:54 CEST 2011 on sn-devel-104
2011-10-08 03:18:54 +02:00
Stefan Metzmacher
733457a94e
selftest/Samba3: enable uid wrapper in nmbd, winbindd and smbd
...
metze
Signed-off-by: Andreas Schneider <asn@samba.org>
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Oct 6 13:49:05 CEST 2011 on sn-devel-104
2011-10-06 13:49:05 +02:00
Andrew Bartlett
8c33036a37
s4-subdomain more work on sub-domain join
...
we can now create a subdomain of an existing windows domain using:
samba-tool domain join sub.domain.dns.name subdomain
The ordering of the creation of the key records is quite tricky,
especially for the NTDSDSA object
Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
2011-09-13 15:38:02 +10:00
Andrew Bartlett
4d74fb7d47
selftest: add test for subdomain support
2011-09-13 15:37:12 +10:00
Andreas Schneider
ae292ed180
s3-rpc_server: Handle services with multiple pipe names.
...
The configuration should only use the default pipe name to configure all
of them correctly.
2011-09-01 14:28:03 +02:00
Andrew Bartlett
1f181476b4
selftest: Allow a krb5.conf to be generated that covers multiple realms
2011-08-26 14:06:07 +02:00
Andrew Bartlett
43c0863333
set passdb backend in Samba4 make test environments too
...
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Aug 22 03:46:21 CEST 2011 on sn-devel-104
2011-08-22 03:46:21 +02:00
Andreas Schneider
0f4ee5d1b7
s3-lsasd: Listen on \PIPE\lsass.
...
Signed-off-by: Simo Sorce <idra@samba.org>
2011-08-21 09:08:24 -04:00
Andreas Schneider
d5ba5dec26
selftest: Enable testing of the lsa service daemon.
...
Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Simo Sorce <idra@samba.org>
2011-08-21 09:05:03 -04:00
Simo Sorce
f9c7b59d3e
selftest: Fix daemon testing to use the new syntax.
...
Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Simo Sorce <idra@samba.org>
2011-08-21 09:05:03 -04:00