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