Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-22 | selftest pass in srcdir into Samba3 target module | Andrew Bartlett | 1 | -1/+1 | |
2011-02-22 | s3-selftest convert tests.sh to python | Andrew Bartlett | 1 | -0/+1 | |
This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett | |||||
2011-02-07 | s4-loadparm: removed "setup directory" option | Andrew Tridgell | 1 | -1/+0 | |
the correct setup directory is known at both build time and install time using dyn_SETUPDIR, so we no longer have any need to override it Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | s4-test: allow make test to work from top level directory | Andrew Tridgell | 1 | -3/+1 | |
this fixes the path assumptions in Samba4 make test to allow it to work from the top level directory. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-08 | Explicitly set "nmbd: socket dir" in the test environment. | Jeremy Allison | 1 | -0/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 8 07:17:22 CET 2011 on sn-devel-104 | |||||
2010-12-27 | selftest: setup $ENV{TEST_DATA_PREFIX} | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-12-11 | selftest: Support multiple instances of $LISTOPT. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-10 | selftest: Check exit code when listing tests. | Jelmer Vernooij | 1 | -0/+11 | |
2010-12-10 | selftest: Rename $LIST to $LISTOPT for consistency with testrepository. | Jelmer Vernooij | 1 | -2/+2 | |
2010-12-10 | selftest: add --list option. | Jelmer Vernooij | 1 | -0/+20 | |
2010-12-10 | selftest: Document --testenv in --help output, remove documentation for | Jelmer Vernooij | 1 | -1/+1 | |
now obsolete --analyse-cmd. | |||||
2010-11-21 | selftest: Even if setting up an environment failed, the next tests may | Jelmer Vernooij | 1 | -1/+0 | |
still work. | |||||
2010-11-01 | s4-test: we don't need to set LDB_MODULES_PATH any more | Andrew Tridgell | 1 | -1/+0 | |
2010-10-30 | s4-test: don't override modules dir | Andrew Tridgell | 1 | -1/+0 | |
it is set correctly during the build | |||||
2010-10-30 | s4-modules: remove LD_SAMBA_MODULE_PATH | Andrew Tridgell | 1 | -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> | |||||
2010-10-19 | selftest: terminate selftest if we can't setup the environment | Andrew Tridgell | 1 | -2/+3 | |
2010-10-18 | selftest: correct the import of Time::HighRes | Matthieu Patou | 1 | -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") | |||||
2010-10-02 | s4-selftest: support 'make testenv SCREEN=1' | Andrew Tridgell | 1 | -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") | |||||
2010-10-01 | selftest: Let selftest provide the tempdir, rather than creating it as ↵ | Jelmer Vernooij | 1 | -0/+4 | |
sideeffect of tests.py. | |||||
2010-09-28 | selftest: Abort early on SIGPIPE. | Jelmer Vernooij | 1 | -0/+8 | |
2010-09-25 | selftest: If a testsuite is killed by a signal, let selftest die. | Jelmer Vernooij | 1 | -2/+2 | |
2010-09-24 | selftest Don't run 'speed' tests for very long | Andrew Bartlett | 1 | -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 | |||||
2010-09-23 | selftest: Pass prefix to setup_env function. | Jelmer Vernooij | 1 | -4/+4 | |
2010-09-23 | selftest: Use variable for clientdir. | Jelmer Vernooij | 1 | -18/+20 | |
2010-09-22 | selftest: Fix testsuite counts when running only a limited number of | Jelmer Vernooij | 1 | -8/+15 | |
testsuites. | |||||
2010-09-22 | selftest: Fix idlist running. | Jelmer Vernooij | 1 | -2/+2 | |
2010-09-22 | selftest: Fix use of --load-list. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-22 | selftest: Remove unused --analyse argument. | Jelmer Vernooij | 1 | -6/+0 | |
2010-09-22 | selftest: Let tests add prefix to tests by themselve. | Jelmer Vernooij | 1 | -23/+12 | |
2010-09-21 | selftest: Use idlist testing for python tests. | Jelmer Vernooij | 1 | -2/+3 | |
2010-09-21 | selftest: Support running individual tests using idlists, for testsuites ↵ | Jelmer Vernooij | 1 | -7/+12 | |
that support them. | |||||
2010-09-21 | selftest: Fix generation of test id file. | Jelmer Vernooij | 1 | -4/+4 | |
2010-09-14 | selftest: If setting up environment fails, mark testsuites that use it as | Jelmer Vernooij | 1 | -12/+5 | |
errorring, don't skip it. | |||||
2010-09-14 | subunit.pm: Fold Subunit::Filter into Subunit, trim further. | Jelmer Vernooij | 1 | -5/+2 | |
2010-09-14 | subunit.pm: Simplify subunit handling in perl. | Jelmer Vernooij | 1 | -12/+4 | |
2010-09-14 | subunit.pm: Pass through milliseconds in time reports. | Jelmer Vernooij | 1 | -0/+7 | |
2010-09-05 | selftest: Cope with parentheses in testnames in --load-list. | Jelmer Vernooij | 1 | -5/+8 | |
2010-09-05 | selftest: Print out unmatched tests when using --load-list. | Jelmer Vernooij | 1 | -7/+12 | |
2010-09-04 | testr: Fix configuration to use idfile, in case more than a couple of | Jelmer Vernooij | 1 | -1/+1 | |
hundred tests fail. | |||||
2010-09-04 | selftest: Don't make printing the log output a side-effect of check_env(), ↵ | Jelmer Vernooij | 1 | -0/+1 | |
do it manually. | |||||
2010-09-04 | selftest: Remove stop() method, not used anywhere. | Jelmer Vernooij | 1 | -3/+1 | |
2010-09-04 | selftest: run client tests with log level 1 | Andrew Tridgell | 1 | -0/+1 | |
this PIDL print functions to display | |||||
2010-06-25 | selftest: Clarify generation of idlist option. | Jelmer Vernooij | 1 | -0/+2 | |
2010-06-17 | selftest: use 127.0.0.11-16 for the client | Stefan Metzmacher | 1 | -7/+7 | |
This gives more room for servers. Note: socket_wrapper currently only supports 127.0.0.1-16 see MAX_WRAPPED_INTERFACES. metze | |||||
2010-06-16 | s4:selftest Add vampire_dc test environment | Andrew Bartlett | 1 | -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 | |||||
2010-06-02 | s3-selftest: Fix blackbox smbclient s3 tests during make selftest. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2010-04-12 | selftest: Cope with strict. | Jelmer Vernooij | 1 | -1/+1 | |
2010-04-10 | selftest: Support passing --load-list to test runners. | Jelmer Vernooij | 1 | -5/+15 | |
2010-04-08 | selftest: Support --load-list option. | Jelmer Vernooij | 1 | -7/+39 | |
2010-03-31 | smbtorture: Report number of available tests in a testsuite using subunit. | Jelmer Vernooij | 1 | -1/+1 | |