Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-28 | selftest: Add test of smbclient --machine-pass against and using both s3 and s4 | Andrew Bartlett | 1 | -0/+34 | |
This uses both smbclient binaries to ensure that both work in both environments. Andrew Bartlett | |||||
2012-05-31 | s4:selftest: change the blackbox.samba_tool_demote test to use a binary ↵ | Michael Adam | 1 | -2/+2 | |
mapping for smbclient | |||||
2012-05-31 | s4:selftest: change the blackbox.samba_tool test to use a binary mapping for ↵ | Michael Adam | 1 | -2/+2 | |
smbclient | |||||
2012-05-31 | s4:selftest: determine nmblookup via binary mapping for blackbox test in ↵ | Michael Adam | 1 | -4/+2 | |
tests.py | |||||
2012-02-17 | s4:samba-tool fsmo * - fix missing "takes_optiongroups" | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
This has been reported in bug #8755. Reviewed-by: Jelmer | |||||
2012-02-01 | selftest: Remove unused support for --exeext | Andrew Bartlett | 3 | -5/+5 | |
2011-12-05 | s4: add blackbox test for the demote function | Matthieu Patou | 1 | -0/+38 | |
2011-11-27 | s4:selftest/test_samba_tool.sh - add a basic unit test for the new "domain ↵ | Matthias Dieter Wallnöfer | 1 | -5/+8 | |
info" command Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-21 | samba-tool: updated test suite to reflect the move from domainlevel to ↵ | Giampaolo Lauria | 1 | -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-16 | selftest: Remove duplication between BUILDIR and BINDIR | Andrew Bartlett | 2 | -2/+2 | |
Just have BINDIR, and have it default to ./bin Andrew Bartlett | |||||
2010-10-28 | s4 net: rename to samba-tool in order to not clash with s3 net | Kai Blin | 1 | -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-16 | s4:testprogs Operate the blackbox kinit and net tests using the :local config | Andrew Bartlett | 1 | -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-08 | s4-net: Convert 'net time' to python. | Jelmer Vernooij | 1 | -4/+6 | |
2009-02-03 | s4:selftest: avoid hardcoded pathes in blackbox tests | Stefan Metzmacher | 2 | -9/+13 | |
metze | |||||
2008-09-08 | Move blackbox.smbclient to test against the member server. | Andrew Bartlett | 1 | -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-09 | Move nmblookup blackbox test closer to the code it tests. | Jelmer Vernooij | 1 | -0/+36 | |
(This used to be commit 3f24136b56d281580410bf69841c6dece5508d17) |