Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-12 | selftest: Remove dns_host_file every time we start | Andrew Bartlett | 1 | -0/+3 | |
2010-03-11 | selftest: let the client also use the dns_host_file | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-02-19 | s4:selftest Add infrastructure for testing against an RPC proxy | Andrew Bartlett | 1 | -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 | |||||
2010-01-19 | s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-01-11 | s4-selftest: when a command fails show both normal and expanded command | Andrew Tridgell | 1 | -0/+12 | |
It is sometimes hard to tell which varient of something like $SMB_CONF_PATH or $USERNAME is being used in a test. By giving both the expanded command ($command with environment variables expanded) and non-expanded command it is easier to reproduce bugs outside the test environment. | |||||
2010-01-11 | s4-test: fixed make test without having done make install | Andrew Tridgell | 1 | -0/+1 | |
client.conf didn't specify "setup directory" | |||||
2009-11-17 | selftest: make sure we don't buffer any output | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2009-10-22 | selftest: make python run unbuffered | Andrew Tridgell | 1 | -0/+3 | |
This makes some output in make test easier to follow | |||||
2009-10-19 | selftest: try to get the valgrind errors showing again in the build farm | Andrew Tridgell | 1 | -6/+3 | |
2009-10-19 | s4-selftest: fixed 'make testenv' | Andrew Tridgell | 1 | -1/+1 | |
The 'TERM' variable is used for terminal type, so we can't use it for what terminal to use. | |||||
2009-08-14 | fixed TESTS= in make test to allow multiple tests | Andrew Tridgell | 1 | -2/+16 | |
Now you can do: make test TESTS="test1 test2" and it will run those two tests, each matching tests using a case insensitive substring match | |||||
2009-08-11 | selftest: configure "ncalrpc dir" for the client | Stefan Metzmacher | 1 | -0/+7 | |
Some torture tests will need this soon. metze | |||||
2009-08-11 | selftest: fix typo lock => lockdir | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-06-17 | selftest: report time after testsuite, gives nicer output on the | Jelmer Vernooij | 1 | -1/+1 | |
buildfarm. | |||||
2009-06-11 | selftest/subunit: Add diff command that can diff two subunit streams. | Jelmer Vernooij | 1 | -2/+0 | |
2009-06-11 | selftest: Properly recognize xfail testsuites. | Jelmer Vernooij | 1 | -7/+30 | |
2009-06-11 | selftest: Fix subunit formatting, fix years when filtering subunit | Jelmer Vernooij | 1 | -5/+2 | |
streams. | |||||
2009-06-11 | selftest: Fix handling of testsuite, reintroduce progress indication. | Jelmer Vernooij | 1 | -9/+14 | |
2009-06-11 | selftest: Remove unnecessary uses. | Jelmer Vernooij | 1 | -1/+1 | |
2009-06-11 | selftest/subunit: Remove prefix command. | Jelmer Vernooij | 1 | -1/+0 | |
2009-06-11 | selftest: Fix subunit stream to include the right prefixes rather than | Jelmer Vernooij | 1 | -1/+1 | |
extending the subunit protocol. | |||||
2009-06-11 | More work supporting prefixes. | Jelmer Vernooij | 1 | -2/+3 | |
2009-06-11 | selftest: Use external processes for filtering known failures and pretty | Jelmer Vernooij | 1 | -86/+32 | |
formatting. | |||||
2009-06-11 | selftest: Use filter-xfail for known failures | Jelmer Vernooij | 1 | -29/+2 | |
2009-06-03 | Support reporting current time in selftest output. | Jelmer Vernooij | 1 | -3/+6 | |
2009-06-03 | selftest: Add subunit output format. | Jelmer Vernooij | 1 | -0/+3 | |
2009-03-25 | selftest: Add copyright headers | Jelmer Vernooij | 1 | -1/+13 | |
2009-02-10 | selftest: add my copyright | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-02-03 | selftest: export BUILDDIR, BUILDDIR_ABS and EXEEXT | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2009-02-02 | selftest: remove source4 specific stuff from selftest.pl | Stefan Metzmacher | 1 | -8/+7 | |
metze | |||||
2009-01-30 | selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATH | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2009-01-30 | selftest: fix "none" test | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-30 | selftest: fix default option name | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2009-01-30 | selftest: allow environment options | Stefan Metzmacher | 1 | -20/+38 | |
We support "local" and "client" (default) now. We can decide if we want to run a client against the server (with a special client.conf) or if we want to run tests localy on the server with the same config as the server. metze | |||||
2009-01-29 | selftest: add "member" environment for Samba3 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-29 | selftest: fix Samba3 bugs | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-01-28 | selftest: set 'lock dir' in client.conf | Stefan Metzmacher | 1 | -0/+7 | |
metze | |||||
2009-01-21 | selftest: add --exeext parameter | Stefan Metzmacher | 1 | -1/+8 | |
metze | |||||
2009-01-21 | selftest: bin/ is under $(builddir) instead of $(srcdir) | Stefan Metzmacher | 1 | -2/+3 | |
metze | |||||
2008-10-31 | Disable lanman authentication by default in Samba 4. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-28 | selftest: move gdb_* and valgrind_* scripts to selftest/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-10-22 | Require separate option for quicktest include list rather than making | Jelmer Vernooij | 1 | -4/+0 | |
assumptions about it. | |||||
2008-10-22 | Fix path for quicktest. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-21 | Use socket wrapper for selftest.pl, find binaries correctly. | Jelmer Vernooij | 1 | -5/+4 | |
2008-10-20 | Make warning a bit more user-friendly. | Jelmer Vernooij | 1 | -1/+3 | |
2008-10-20 | Export variables correctly for blackbox tests (thanks metze). | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-19 | Move Samba4-specific code out of selftest. | Jelmer Vernooij | 1 | -15/+20 | |
2008-10-19 | Fix formatting in selftest help output. | Jelmer Vernooij | 1 | -4/+4 | |
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 1 | -5/+2 | |
Conflicts: selftest/selftest.pl | |||||
2008-09-18 | Move selftest code to top-level. | Jelmer Vernooij | 1 | -0/+874 | |