summaryrefslogtreecommitdiffstats
path: root/selftest
Commit message (Collapse)AuthorAgeFilesLines
* selftest: mark samba3.smb2.session tests as knownfail instead of skipStefan Metzmacher2012-03-092-1/+2
| | | | | | | | | Pair-Programmed-With: Gregor Beck <gbeck@sernet.de> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Mar 9 02:34:38 CET 2012 on sn-devel-104
* s3-rpc_server: Do not register embedded ncacn_np endpoints by defaultAndrew Bartlett2012-03-071-0/+1
| | | | | | | | | | | | | | The end point mapper is primarily in support of lsasd, and the key SAMR, LSA and NETLOGON services being accessed over TCP/IP. The end point mapper does not appear to be used for the well-known mappings to named pipes, and we have a problem with how to safely register the embedded pipes. For now, disable this to avoid re-registration storms in production, until we sort out a better way. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Mar 7 14:27:38 CET 2012 on sn-devel-104
* s3-rpc_server: Do not setup ncalrpc pipes and TCP for embedded rpc serversAndrew Bartlett2012-03-071-1/+0
| | | | | | | | | | | | | Embedded RPC services are those not launched in the preforked lsasd and spoolssd children. The reason that these child processes were created is that is is not possible to correctly listen for ncalrpc and TCP connections without creating a child process. Therefore, we should not have these embedded RPC services to listen on these sockets just because the endpoint mapper has been enabled. Andrew Bartlett
* selftest: Only run s3dc with a forked lsasdAndrew Bartlett2012-03-071-11/+11
| | | | | | | | | | | This ensures that we run ktest, member and s3member in the default configuration, to try and cover both code paths. (This does not change the tests being run, but at least the initialisation code will be checked, plus whatever the rpcclient test can cover). Andrew Bartlett
* selftest: mark samba4.smb2.getinfo.getinfo as knownfailStefan Metzmacher2012-03-071-0/+1
| | | | | | | | | Samba4 seems to have problems with streams on directories. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Mar 7 12:44:10 CET 2012 on sn-devel-104
* selftest: skip samba3.smb2.scan because they are no testsGregor Beck2012-03-061-0/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest: remove samba3.smb2.*scan from knownfailGregor Beck2012-03-061-2/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest: skip samba3.smb2.session because it hangsGregor Beck2012-03-061-0/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest: skip samba3.smb2.hold-oplock because its not a testGregor Beck2012-03-061-0/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest: mark samba3.smb2.ioctl tests knownfailGregor Beck2012-03-061-0/+7
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest: mark samba3.smb2.durable-v2-open tests as knownfailStefan Metzmacher2012-03-061-0/+4
| | | | metze
* selftest: mark samba3.smb2.durable-open.oplock test knownfailGregor Beck2012-03-061-0/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest: mark samba3.smb2.durable-open reopen tests knownfailGregor Beck2012-03-061-0/+5
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest: samba3.smb2.compound.invalid2 worksGregor Beck2012-03-061-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest: mark smb2 tests knownfail failing in 3.6Gregor Beck2012-03-061-0/+37
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest.py: Only run teardown_all when actually relevant.Jelmer Vernooij2012-03-061-3/+1
|
* selftest: run smbtorture_s3 tests against the ntvfs file serverAndrew Bartlett2012-03-052-1/+15
| | | | | | | This checks not only the behaviour of the NTVFS file server, but also the client library and authentication stack. Andrew Bartlett
* selftest: Reduce time in cleanup loop, try waitpid on all 3 childrenAndrew Bartlett2012-03-051-6/+12
|
* selftest: forward rpcecho to Samba4 in plugin_s4_dcAndrew Bartlett2012-03-051-1/+1
|
* selftest.run: Factor out read_testlist_file and open_file_or_pipe.Jelmer Vernooij2012-03-053-17/+87
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Mar 5 05:42:19 CET 2012 on sn-devel-104
* selftest.run: Factor out exported_envvars_str.Jelmer Vernooij2012-03-053-12/+26
|
* selfclient.client: Factor out write_clientconf.Jelmer Vernooij2012-03-052-62/+83
|
* selftest.run: Factor out expand_command_run.Jelmer Vernooij2012-03-053-17/+73
|
* selftest.run: Factor out expand_command_list.Jelmer Vernooij2012-03-053-7/+25
|
* selftest: Factor out expand_environment_strings.Jelmer Vernooij2012-03-054-11/+70
|
* selftest.py: Use testtools TestCase class.Jelmer Vernooij2012-03-044-12/+15
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Mar 4 19:38:25 CET 2012 on sn-devel-104
* selftest.py: Add dummy init file (required to run tests).Jelmer Vernooij2012-03-041-0/+0
|
* selftest.pl: Remove unused --verbose option.Jelmer Vernooij2012-03-041-8/+0
|
* selftest.py: Remove unused --verbose option.Jelmer Vernooij2012-03-041-5/+0
|
* selftest.py: Remove unused code, reconcile signal handlers.Jelmer Vernooij2012-03-041-19/+16
|
* selftest.py: Fix handling of boolean options.Jelmer Vernooij2012-03-041-10/+12
|
* selftest.py: Fix signal handling.Jelmer Vernooij2012-03-041-2/+4
|
* selftest: Now runs again for tests that use environment 'none'.Jelmer Vernooij2012-03-041-41/+68
|
* selftest.target: Add NoneTarget.Jelmer Vernooij2012-03-042-0/+30
|
* selftest.py: Finish conversion to python - now loads without syntax errors.Jelmer Vernooij2012-03-041-63/+89
|
* selftest.testlist: Add RestrictedTestManager.from_path.Jelmer Vernooij2012-03-042-37/+27
|
* selftest: More work on conversion to Python.Jelmer Vernooij2012-03-041-806/+482
|
* selftest.testlist: Add docstrings.Jelmer Vernooij2012-03-041-0/+12
|
* selftest.testlist: Add manager for restricted test lists.Jelmer Vernooij2012-03-042-10/+54
|
* Add TestListFilter definition.Jelmer Vernooij2012-03-041-0/+13
|
* selftest.testlist: Add read_testlist.Jelmer Vernooij2012-03-042-1/+51
|
* selftest.testlist: Add read_test_regexes.Jelmer Vernooij2012-03-042-1/+39
|
* selftest: Add testlist management module.Jelmer Vernooij2012-03-043-1/+73
|
* selftest.target: Add Environment.get_vars.Jelmer Vernooij2012-03-041-0/+11
|
* selftest: Add tests for trying to reuse an environment that has gone down.Jelmer Vernooij2012-03-041-1/+7
|
* selftest: Add tests for NoneEnvironment.Jelmer Vernooij2012-03-041-0/+17
|
* selftest.target: Test that environments are reused.Jelmer Vernooij2012-03-041-0/+5
|
* selftest.target: Add tests for get_running_env.Jelmer Vernooij2012-03-041-0/+7
|
* selftest.target: Add tests for getlog_env.Jelmer Vernooij2012-03-041-0/+8
|
* selftest.target: Add tests for check.Jelmer Vernooij2012-03-042-2/+9
|