summaryrefslogtreecommitdiffstats
path: root/selftest/selftest.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* selftest: Support multiple instances of $LISTOPT.Jelmer Vernooij2010-12-111-1/+1
|
* selftest: Check exit code when listing tests.Jelmer Vernooij2010-12-101-0/+11
|
* selftest: Rename $LIST to $LISTOPT for consistency with testrepository.Jelmer Vernooij2010-12-101-2/+2
|
* selftest: add --list option.Jelmer Vernooij2010-12-101-0/+20
|
* selftest: Document --testenv in --help output, remove documentation forJelmer Vernooij2010-12-101-1/+1
| | | | now obsolete --analyse-cmd.
* selftest: Even if setting up an environment failed, the next tests mayJelmer Vernooij2010-11-211-1/+0
| | | | still work.
* s4-test: we don't need to set LDB_MODULES_PATH any moreAndrew Tridgell2010-11-011-1/+0
|
* s4-test: don't override modules dirAndrew Tridgell2010-10-301-1/+0
| | | | it is set correctly during the build
* s4-modules: remove LD_SAMBA_MODULE_PATHAndrew Tridgell2010-10-301-1/+1
| | | | | | | this isn't needed now that we automatically get the module path right in our build and install trees Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* selftest: terminate selftest if we can't setup the environmentAndrew Tridgell2010-10-191-2/+3
|
* selftest: correct the import of Time::HighResMatthieu Patou2010-10-181-2/+3
| | | | | | | | The "use" is always evaluated first even if enclosed into a if. So on plateform without Time::Hires (ie. sun8 in the build farm). This leads to an error. Instead we use the synthax require Module + Module->import("function")
* s4-selftest: support 'make testenv SCREEN=1'Andrew Tridgell2010-10-021-2/+3
| | | | | | | | | | this can be used to start a test envioronment in screen windows. Use: make testenv SCREEN=1 SELFTEST_TESTENV=dc to launch just one environment (in this case, "dc")
* selftest: Let selftest provide the tempdir, rather than creating it as ↵Jelmer Vernooij2010-10-011-0/+4
| | | | sideeffect of tests.py.
* selftest: Abort early on SIGPIPE.Jelmer Vernooij2010-09-281-0/+8
|
* selftest: If a testsuite is killed by a signal, let selftest die.Jelmer Vernooij2010-09-251-2/+2
|
* selftest Don't run 'speed' tests for very longAndrew Bartlett2010-09-241-0/+2
| | | | | | | | 'make test' is too long, and the main thing we need with these tests is to ensure they don't segfault - there is no need to benchmark every box in the build farm, and we have no 'fail' metric in any case. Andrew Bartlett
* selftest: Pass prefix to setup_env function.Jelmer Vernooij2010-09-231-4/+4
|
* selftest: Use variable for clientdir.Jelmer Vernooij2010-09-231-18/+20
|
* selftest: Fix testsuite counts when running only a limited number ofJelmer Vernooij2010-09-221-8/+15
| | | | testsuites.
* selftest: Fix idlist running.Jelmer Vernooij2010-09-221-2/+2
|
* selftest: Fix use of --load-list.Jelmer Vernooij2010-09-221-1/+1
|
* selftest: Remove unused --analyse argument.Jelmer Vernooij2010-09-221-6/+0
|
* selftest: Let tests add prefix to tests by themselve.Jelmer Vernooij2010-09-221-23/+12
|
* selftest: Use idlist testing for python tests.Jelmer Vernooij2010-09-211-2/+3
|
* selftest: Support running individual tests using idlists, for testsuites ↵Jelmer Vernooij2010-09-211-7/+12
| | | | that support them.
* selftest: Fix generation of test id file.Jelmer Vernooij2010-09-211-4/+4
|
* selftest: If setting up environment fails, mark testsuites that use it asJelmer Vernooij2010-09-141-12/+5
| | | | errorring, don't skip it.
* subunit.pm: Fold Subunit::Filter into Subunit, trim further.Jelmer Vernooij2010-09-141-5/+2
|
* subunit.pm: Simplify subunit handling in perl.Jelmer Vernooij2010-09-141-12/+4
|
* subunit.pm: Pass through milliseconds in time reports.Jelmer Vernooij2010-09-141-0/+7
|
* selftest: Cope with parentheses in testnames in --load-list.Jelmer Vernooij2010-09-051-5/+8
|
* selftest: Print out unmatched tests when using --load-list.Jelmer Vernooij2010-09-051-7/+12
|
* testr: Fix configuration to use idfile, in case more than a couple ofJelmer Vernooij2010-09-041-1/+1
| | | | hundred tests fail.
* selftest: Don't make printing the log output a side-effect of check_env(), ↵Jelmer Vernooij2010-09-041-0/+1
| | | | do it manually.
* selftest: Remove stop() method, not used anywhere.Jelmer Vernooij2010-09-041-3/+1
|
* selftest: run client tests with log level 1Andrew Tridgell2010-09-041-0/+1
| | | | this PIDL print functions to display
* selftest: Clarify generation of idlist option.Jelmer Vernooij2010-06-251-0/+2
|
* selftest: use 127.0.0.11-16 for the clientStefan Metzmacher2010-06-171-7/+7
| | | | | | | | | This gives more room for servers. Note: socket_wrapper currently only supports 127.0.0.1-16 see MAX_WRAPPED_INTERFACES. metze
* s4:selftest Add vampire_dc test environmentAndrew Bartlett2010-06-161-2/+8
| | | | | | | | This starts a domain controller, after running 'net vampire' to populate it. We don't use it as the 'all' environment yet, as the rest of the code isn't quite ready to handle it. Andrew Bartlett
* s3-selftest: Fix blackbox smbclient s3 tests during make selftest.Günther Deschner2010-06-021-1/+3
| | | | Guenther
* selftest: Cope with strict.Jelmer Vernooij2010-04-121-1/+1
|
* selftest: Support passing --load-list to test runners.Jelmer Vernooij2010-04-101-5/+15
|
* selftest: Support --load-list option.Jelmer Vernooij2010-04-081-7/+39
|
* smbtorture: Report number of available tests in a testsuite using subunit.Jelmer Vernooij2010-03-311-1/+1
|
* selftest: Use standard subunit command for progress reporting.Jelmer Vernooij2010-03-311-5/+4
|
* selftest: Use standard subunit commands for progress reporting.Jelmer Vernooij2010-03-311-0/+5
|
* selftest: Remove dns_host_file every time we startAndrew Bartlett2010-03-121-0/+3
|
* selftest: let the client also use the dns_host_fileStefan Metzmacher2010-03-111-1/+2
| | | | metze
* s4:selftest Add infrastructure for testing against an RPC proxyAndrew Bartlett2010-02-191-1/+13
| | | | | | | | This also changes the 'testenv' code to use a new environment 'all' (we may wish to make other complex tests depend on this in future), and exports more names in more namespaces. Andrew Bartlett
* s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.Günther Deschner2010-01-191-1/+1
| | | | Guenther