summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
Commit message (Expand)AuthorAgeFilesLines
* s3: tests: Add regression test for smbd crash on share force group change wit...Jeremy Allison2019-02-211-0/+1
* selftest: Actually run python3 tests during the selftestAndrew Bartlett2017-05-201-1/+1
* python: selftest: Add possibility to run old Python test suites with Python 3Lumir Balhar2017-03-101-2/+2
* selftest/selftesthelpers.py: let plantestsuite() use the env name in the test...Stefan Metzmacher2017-01-101-1/+5
* python: selftesthelpers: Add possibility for planning tests forLumir Balhar2016-12-011-1/+6
* seltest: add test for "ignore system acls" in vfs_acl_xattr.Uri Simchoni2016-03-241-0/+1
* selftest: test access based share enum parameterUri Simchoni2016-03-021-0/+1
* selftest: add a helper for the smbget binaryChristian Ambach2016-02-261-0/+1
* selftest: add disk-free and quota tests based on fake_dfq VFS moduleUri Simchoni2016-01-261-0/+1
* selftest: Remove binary mappings from the build system.Adrian Cochrane2015-06-081-13/+0
* selftest: Apply rename filepath arguments so binary mapping doesn't have to.Adrian Cochrane2015-06-081-3/+3
* selftest: add snapshot share configurationDavid Disseldorp2015-03-311-0/+1
* Add basic tap2subunit converter, rather than relying on the one from subunit-...Jelmer Vernooij2015-03-061-23/+5
* Use samba.subunit.run to run subunit tests.Jelmer Vernooij2015-03-061-14/+1
* Be consistent about what functions add $LISTOPT and $LOADLIST to the command-...Jelmer Vernooij2014-11-301-4/+6
* selftest: Add separate command line for listing tests, allowing us of subunit...Jelmer Vernooij2014-11-301-4/+15
* Re-use add_prefix function.Jelmer Vernooij2014-11-301-7/+1
* selftest: Drop support for TESTSUITE-IDLIST, and remove its last user.Jelmer Vernooij2014-11-301-15/+2
* Include mimeparse, which is used by subunit/testtools.Jelmer Vernooij2014-11-221-3/+7
* filter-subunit: Drop support for allow_empty_output hack.Jelmer Vernooij2014-10-141-6/+2
* Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij2014-10-141-1/+0
* selftest: Remove print_smbtorture4_version and smbtorture4_possible checkAndrew Bartlett2014-03-261-15/+0
* source3.selftest: Move last variables to selftesthelpers.Jelmer Vernooij2012-10-271-0/+5
* source3.selftest: Move more variables to be in common.Jelmer Vernooij2012-10-271-0/+10
* selftesthelpers: Fix detection of tap2subunit.Jelmer Vernooij2012-10-271-2/+8
* selftesthelpers: Simplify detection of tap2subunit.Jelmer Vernooij2012-10-271-4/+6
* selftesthelpers: Add function for printing smbtorture4 version.Jelmer Vernooij2012-10-271-1/+11
* selftest: Move determining of smbtorture4 options to selftesthelpers.Jelmer Vernooij2012-10-271-12/+18
* selftest/selftesthelpers: Share environment handling for extra smbtorture opt...Jelmer Vernooij2012-10-271-0/+11
* selftest/selftesthelpers.py: Share configuration variable, strip whitespace.Jelmer Vernooij2012-10-271-0/+2
* selftesthelpers: Share code for listing smbtorture4 tests.Jelmer Vernooij2012-10-271-0/+13
* selftest: Move more tests to common list script.Jelmer Vernooij2012-10-121-0/+6
* selftest: Place the test environment at the end of the failure linesAndrew Bartlett2012-04-271-5/+5
* selftest: Remove unused support for --exeextAndrew Bartlett2012-02-011-1/+1
* selftesthelpers: write warnings to stderr rather than stdout.Jelmer Vernooij2011-11-301-2/+3
* selftesthelpers: Revert perl changes, add comment on why the original code wa...Jelmer Vernooij2011-11-141-3/+4
* selftesthelpers: Cope with empty binary mappings list, simplify handling of p...Jelmer Vernooij2011-11-141-5/+7
* selftest/selftesthelpers.py: construct a fullname with env in plantestsuite_i...Stefan Metzmacher2011-11-141-1/+5
* selftest: planpythontestsuite() should fill 'name' is it's NoneStefan Metzmacher2011-11-141-0/+2
* selftesthelpers: Fix syntax error.Jelmer Vernooij2011-11-101-1/+1
* selftest: Allow passing arbitrary number of additional python path values.Jelmer Vernooij2011-11-101-4/+2
* selftest: re-implement directory option for planpythontestsuite.Jelmer Vernooij2011-11-101-7/+11
* Revert "test: added directory option to planpythontestsuite()"Jelmer Vernooij2011-11-101-12/+5
* test: added directory option to planpythontestsuite()Andrew Tridgell2011-11-101-5/+12
* selftest: Start using the binary mapping at the python layer as wellAndrew Bartlett2011-04-161-0/+10
* selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett2011-04-161-1/+1
* selftest: Provide a single bindir_path function across all targetsAndrew Bartlett2011-04-161-2/+2
* selftest split $PERL into multiple arguments for Test::More checkAndrew Bartlett2011-02-221-2/+3
* selftest move selftesthelpers to a top level helper scriptAndrew Bartlett2011-02-221-0/+156