summaryrefslogtreecommitdiff
path: root/source4/utils/tests
AgeCommit message (Collapse)AuthorFilesLines
2012-08-28selftest: Add test of smbclient --machine-pass against and using both s3 and s4Andrew Bartlett1-0/+34
This uses both smbclient binaries to ensure that both work in both environments. Andrew Bartlett
2012-05-31s4:selftest: change the blackbox.samba_tool_demote test to use a binary ↵Michael Adam1-2/+2
mapping for smbclient
2012-05-31s4:selftest: change the blackbox.samba_tool test to use a binary mapping for ↵Michael Adam1-2/+2
smbclient
2012-05-31s4:selftest: determine nmblookup via binary mapping for blackbox test in ↵Michael Adam1-4/+2
tests.py
2012-02-17s4:samba-tool fsmo * - fix missing "takes_optiongroups"Matthias Dieter Wallnöfer1-0/+2
This has been reported in bug #8755. Reviewed-by: Jelmer
2012-02-01selftest: Remove unused support for --exeextAndrew Bartlett3-5/+5
2011-12-05s4: add blackbox test for the demote functionMatthieu Patou1-0/+38
2011-11-27s4:selftest/test_samba_tool.sh - add a basic unit test for the new "domain ↵Matthias Dieter Wallnöfer1-5/+8
info" command Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-21samba-tool: updated test suite to reflect the move from domainlevel to ↵Giampaolo Lauria1-1/+1
domain level The test suite needs to reflect the change from domailevel to "domain level" to fit the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett2-2/+2
Just have BINDIR, and have it default to ./bin Andrew Bartlett
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin1-4/+4
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
2010-07-16s4:testprogs Operate the blackbox kinit and net tests using the :local configAndrew Bartlett1-2/+0
This :local tells selftest.pl to use the local smb.conf for the test environment, not the generic client smb.conf This then makes the rest work properly - otherwise, it may attempt to connect to the wrong KDC for example. The only problem is that we can't test the 'net join' with this set, so this is removed from the test. The member server test environment checks this anyway. Andrew Bartlett
2010-04-08s4-net: Convert 'net time' to python.Jelmer Vernooij1-4/+6
2009-02-03s4:selftest: avoid hardcoded pathes in blackbox testsStefan Metzmacher2-9/+13
metze
2008-09-08Move blackbox.smbclient to test against the member server.Andrew Bartlett1-0/+39
The DC is now using smb signing, so testing for the old SMB versions won't work. Add a new test script to check 'net join' independent of blackbox.smbclient. Andrew Bartlett (This used to be commit 44ff392ffea52e89a3ac096a6d381ae540d3473c)
2008-02-09Move nmblookup blackbox test closer to the code it tests.Jelmer Vernooij1-0/+36
(This used to be commit 3f24136b56d281580410bf69841c6dece5508d17)