summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
Commit message (Expand)AuthorAgeFilesLines
* selftest: Add smbstatus to testhelperAndreas Schneider2019-03-271-0/+1
* selftest: Remove obsolete py3_compatible=True markersAndrew Bartlett2019-03-211-2/+1
* selftest: Remove support for running multiple tests against python versions i...Andrew Bartlett2019-03-211-6/+0
* s3: tests: Add regression test for smbd crash on share force group change wit...Jeremy Allison2019-01-251-0/+1
* selftest: don't hardcode '.python3' for extra-python testsNoel Power2018-12-101-1/+2
* selftesthelpers: fix py3 tests with extra_pathDouglas Bagnall2018-11-021-6/+9
* PY3: In a pure PY3 build filter-subunit was getting called without 'python'Noel Power2018-10-231-1/+1
* PY3: wrap filter calls with list where list is expectedNoel Power2018-09-161-1/+1
* PY3: ensure output of subprocess.Popen is decodedNoel Power2018-09-161-1/+1
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-2/+2
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+5
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* selftest: convert print func to be py2/py3 compatibleNoel Power2018-03-231-10/+11
* 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