summaryrefslogtreecommitdiff
path: root/source4/selftest
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28selftest: run pdbtest against s3dc as wellAndrew Bartlett1-1/+1
This validates the password expiry, account disable in the s3 auth code and the save/restore of values in tdbsam. It also provides the first test of some net sam set subcommands. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jun 28 20:39:38 CEST 2012 on sn-devel-104
2012-06-28selftest: use a loop rather than declare tests for both dc and s3dcAndrew Bartlett1-16/+16
2012-06-27s4-selftest: expand passdb testingAndrew Bartlett1-0/+1
This tests pdb_samba4 in the first instance
2012-06-16s4-selftest: Add tests for dbcheck on an old database that needs repairAndrew Bartlett1-0/+2
We changed a lot since alpha13, so there are lots of legitimate errors to fix. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Jun 16 05:44:15 CEST 2012 on sn-devel-104
2012-06-16selftest: Add targetdir and tdbrestore parameters to undump.shAndrew Bartlett1-5/+22
2012-06-11s4-selftest: Test samba-tool drs replicate --local --full-syncAndrew Bartlett1-1/+1
2012-05-31s4:selftest: change the blackbox.samba_tool_demote test to use a binary ↵Michael Adam1-1/+1
mapping for smbclient
2012-05-31s4:selftest: change the blackbox.passwords test to use a binary mapping for ↵Michael Adam1-1/+1
smbclient
2012-05-31s4:selftest: change the blackbox.pkinit test to use a binary mapping for ↵Michael Adam1-1/+1
smbclient
2012-05-31s4:selftest: change the blackbox.kinit test to use a binary mapping for ↵Michael Adam1-3/+3
smbclient
2012-05-31s4:selftest: change the blackbox.export.keytab test to use a binary mapping ↵Michael Adam1-1/+1
for smbclient
2012-05-31s4:selftest: change the blackbox.chgdcpass test to use a binary mapping for ↵Michael Adam1-1/+1
smbclient
2012-05-31s4:selftest: change the blackbox.samba_tool test to use a binary mapping for ↵Michael Adam1-1/+1
smbclient
2012-05-31s4:selftets: change the blackbox.bogusdomain test to use binary mapping for ↵Michael Adam1-1/+1
smbclient
2012-05-31s4:selftest: change the blackbox.smbclient test to use binary mapping for ↵Michael Adam1-1/+2
smbclient
2012-05-31s4:selftest: determine nmblookup via binary mapping for blackbox test in ↵Michael Adam1-1/+3
tests.py
2012-04-10ldb: Detect failures in ldb.base againAndrew Bartlett1-2/+1
We need to wrap the ldb tests in the subunit blackbox helpers. We also needed to change to the right directory, or else the :< file:// syntax check does not work, as samba4.png is not found. Andrew Bartlett
2012-03-26wafsamba: Cope with slight differences in gdb output regarding incomplete ↵Jelmer Vernooij1-1/+1
sequences. Bug: https://bugzilla.samba.org/show_bug.cgi?id=8820
2012-03-18s4:selftest: add a new testsuite for the "samba-tool group" commandMichael Adam1-0/+1
2012-03-08selftest: add more tests for different authentication codepathsAndrew Bartlett1-0/+1
2012-03-06policy/python: Move python binding tests to standard location.Jelmer Vernooij1-1/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Mar 6 02:26:29 CET 2012 on sn-devel-104
2012-03-06selftest/tests.py: Fix name of selftest.py for benefit of --load-list.Jelmer Vernooij1-1/+1
2012-03-05selftest: start to run more dcerpc tests against plugin_s4_dcAndrew Bartlett1-1/+2
2012-03-04Run selftest.py tests.Jelmer Vernooij1-0/+1
2012-03-02selftest: Rework samba4.blackbox.bogusdomain to use a temporary userAndrew Bartlett1-1/+1
This avoids leaving an account in the test environment after the test is run and therefore avoids issues with interations with other tests. Also, we now use the local administrator account in the member server to add the test account. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Mar 2 14:44:36 CET 2012 on sn-devel-104
2012-02-29selftest: add more tests for plugin_s4_dcAndrew Bartlett1-2/+2
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Feb 29 12:14:05 CET 2012 on sn-devel-104
2012-02-29selftest: Do not run chgdcpass test on the main DCAndrew Bartlett1-1/+1
If winbindd has it's password changed from under it, it becomes grumpy. Andrew Bartlett
2012-02-27selftest: plugin_s4_dc can now handle kerberos properlyAndrew Bartlett1-1/+1
2012-02-16selftest: Remove 'if have_ads_support:' from tests.pyAndrew Bartlett1-18/+9
The selftest system now skips launching these if the environment is not available. Andrew Bartlett
2012-02-16selftest: Run nsstest against more environmentsAndrew Bartlett1-4/+5
2012-02-12waf: Add initial unit test for samba_utils.Jelmer Vernooij1-0/+1
2012-01-30s3: check that a user in a bogus domain name is mapped to the localnetbios ↵Matthieu Patou1-0/+1
name of a domain member This means that if we authentify for BOGUS\administrator in AD domain FOREST with samba being domain member with the netbiosname MEMBER then BOGUS\administrator will be mapped to MEMBER\administrator if the password match.
2011-12-13s4-selftest: Add test of RPC to a netbios aliasAndrew Bartlett1-0/+1
This tries to ensure our netbios lookup code is still run. Andrew Bartlett
2011-12-13s4-selftest Give local.resolve a real name to look upAndrew Bartlett1-1/+2
2011-12-08Add tests for srvsvc python interface. Thanks Dhananjay SatheJelmer Vernooij1-0/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Dec 8 04:57:52 CET 2011 on sn-devel-104
2011-12-08selftest: Some extra assertions.Jelmer Vernooij1-0/+4
2011-12-07s4-selftest re-enable nsstest on libnss_winbind.soAndrew Bartlett1-1/+1
2011-12-05s4: add blackbox test for the demote functionMatthieu Patou1-0/+2
2011-11-30s4-tests: Use long option names in test list script, to prevent 'eating' ↵Jelmer Vernooij1-38/+38
--list argument when e.g. is not set.
2011-11-30s4-testlist: Write diagnostic info to stderr, and purely test info to stdout.Jelmer Vernooij1-2/+2
2011-11-27s4:selftest/test_samba_tool.sh - add a basic unit test for the new "domain ↵Matthias Dieter Wallnöfer1-1/+1
info" command Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-11-17s4 dns: Add a first test caseKai Blin1-0/+3
2011-11-14s4-tests: Use plansmbtorturesuite where possible.Jelmer Vernooij1-45/+45
2011-11-14s4-tests: Remove unnecessary py suffix.Jelmer Vernooij1-1/+1
2011-11-14s4-tests: Allow listing tests run for iconv.Jelmer Vernooij1-5/+6
2011-11-14s4:selftest: samba4.urgent_replication.python needs to run as "dc:local"Stefan Metzmacher1-1/+1
As it uses local files on the dc. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Nov 14 15:48:33 CET 2011 on sn-devel-104
2011-11-10selftesthelper: Fix argument order.Jelmer Vernooij1-1/+1
2011-11-10selftest: Make planoldpythontestsuite arguments consistent with ↵Jelmer Vernooij1-1/+1
planpythontestsuite.
2011-11-10selftest: Simplify calling of python tests.Jelmer Vernooij1-14/+39
2011-11-10selftest: Allow passing arbitrary number of additional python path values.Jelmer Vernooij1-1/+1