summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
AgeCommit message (Collapse)AuthorFilesLines
2010-06-25selftest: Clarify generation of idlist option.Jelmer Vernooij1-0/+2
2010-06-17selftest: use 127.0.0.11-16 for the clientStefan Metzmacher1-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-16s4:selftest Add vampire_dc test environmentAndrew Bartlett1-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-02s3-selftest: Fix blackbox smbclient s3 tests during make selftest.Günther Deschner1-1/+3
Guenther
2010-04-12selftest: Cope with strict.Jelmer Vernooij1-1/+1
2010-04-10selftest: Support passing --load-list to test runners.Jelmer Vernooij1-5/+15
2010-04-08selftest: Support --load-list option.Jelmer Vernooij1-7/+39
2010-03-31smbtorture: Report number of available tests in a testsuite using subunit.Jelmer Vernooij1-1/+1
2010-03-31selftest: Use standard subunit command for progress reporting.Jelmer Vernooij1-5/+4
2010-03-31selftest: Use standard subunit commands for progress reporting.Jelmer Vernooij1-0/+5
2010-03-12selftest: Remove dns_host_file every time we startAndrew Bartlett1-0/+3
2010-03-11selftest: let the client also use the dns_host_fileStefan Metzmacher1-1/+2
metze
2010-02-19s4:selftest Add infrastructure for testing against an RPC proxyAndrew Bartlett1-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-19s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.Günther Deschner1-1/+1
Guenther
2010-01-11s4-selftest: when a command fails show both normal and expanded commandAndrew Tridgell1-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-11s4-test: fixed make test without having done make installAndrew Tridgell1-0/+1
client.conf didn't specify "setup directory"
2009-11-17selftest: make sure we don't buffer any outputStefan Metzmacher1-0/+3
metze
2009-10-22selftest: make python run unbufferedAndrew Tridgell1-0/+3
This makes some output in make test easier to follow
2009-10-19selftest: try to get the valgrind errors showing again in the build farmAndrew Tridgell1-6/+3
2009-10-19s4-selftest: fixed 'make testenv'Andrew Tridgell1-1/+1
The 'TERM' variable is used for terminal type, so we can't use it for what terminal to use.
2009-08-14fixed TESTS= in make test to allow multiple testsAndrew Tridgell1-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-11selftest: configure "ncalrpc dir" for the clientStefan Metzmacher1-0/+7
Some torture tests will need this soon. metze
2009-08-11selftest: fix typo lock => lockdirStefan Metzmacher1-1/+1
metze
2009-06-17selftest: report time after testsuite, gives nicer output on theJelmer Vernooij1-1/+1
buildfarm.
2009-06-11selftest/subunit: Add diff command that can diff two subunit streams.Jelmer Vernooij1-2/+0
2009-06-11selftest: Properly recognize xfail testsuites.Jelmer Vernooij1-7/+30
2009-06-11selftest: Fix subunit formatting, fix years when filtering subunitJelmer Vernooij1-5/+2
streams.
2009-06-11selftest: Fix handling of testsuite, reintroduce progress indication.Jelmer Vernooij1-9/+14
2009-06-11selftest: Remove unnecessary uses.Jelmer Vernooij1-1/+1
2009-06-11selftest/subunit: Remove prefix command.Jelmer Vernooij1-1/+0
2009-06-11selftest: Fix subunit stream to include the right prefixes rather thanJelmer Vernooij1-1/+1
extending the subunit protocol.
2009-06-11More work supporting prefixes.Jelmer Vernooij1-2/+3
2009-06-11selftest: Use external processes for filtering known failures and prettyJelmer Vernooij1-86/+32
formatting.
2009-06-11selftest: Use filter-xfail for known failuresJelmer Vernooij1-29/+2
2009-06-03Support reporting current time in selftest output.Jelmer Vernooij1-3/+6
2009-06-03selftest: Add subunit output format.Jelmer Vernooij1-0/+3
2009-03-25selftest: Add copyright headersJelmer Vernooij1-1/+13
2009-02-10selftest: add my copyrightStefan Metzmacher1-0/+2
metze
2009-02-03selftest: export BUILDDIR, BUILDDIR_ABS and EXEEXTStefan Metzmacher1-0/+4
metze
2009-02-02selftest: remove source4 specific stuff from selftest.plStefan Metzmacher1-8/+7
metze
2009-01-30selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher1-2/+1
metze
2009-01-30selftest: fix "none" testStefan Metzmacher1-1/+1
metze
2009-01-30selftest: fix default option nameStefan Metzmacher1-1/+2
metze
2009-01-30selftest: allow environment optionsStefan Metzmacher1-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-29selftest: add "member" environment for Samba3Stefan Metzmacher1-1/+1
metze
2009-01-29selftest: fix Samba3 bugsStefan Metzmacher1-0/+1
metze
2009-01-28selftest: set 'lock dir' in client.confStefan Metzmacher1-0/+7
metze
2009-01-21selftest: add --exeext parameterStefan Metzmacher1-1/+8
metze
2009-01-21selftest: bin/ is under $(builddir) instead of $(srcdir)Stefan Metzmacher1-2/+3
metze
2008-10-31Disable lanman authentication by default in Samba 4.Jelmer Vernooij1-0/+1