summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
AgeCommit message (Collapse)AuthorFilesLines
2012-10-27source3.selftest: Move last variables to selftesthelpers.Jelmer Vernooij1-0/+5
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sat Oct 27 19:08:42 CEST 2012 on sn-devel-104
2012-10-27source3.selftest: Move more variables to be in common.Jelmer Vernooij1-0/+10
2012-10-27selftesthelpers: Fix detection of tap2subunit.Jelmer Vernooij1-2/+8
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sat Oct 27 16:57:49 CEST 2012 on sn-devel-104
2012-10-27selftesthelpers: Simplify detection of tap2subunit.Jelmer Vernooij1-4/+6
2012-10-27selftesthelpers: Add function for printing smbtorture4 version.Jelmer Vernooij1-1/+11
2012-10-27selftest: Move determining of smbtorture4 options to selftesthelpers.Jelmer Vernooij1-12/+18
2012-10-27selftest/selftesthelpers: Share environment handling for extra smbtorture ↵Jelmer Vernooij1-0/+11
options.
2012-10-27selftest/selftesthelpers.py: Share configuration variable, strip whitespace.Jelmer Vernooij1-0/+2
2012-10-27selftesthelpers: Share code for listing smbtorture4 tests.Jelmer Vernooij1-0/+13
2012-10-12selftest: Move more tests to common list script.Jelmer Vernooij1-0/+6
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Fri Oct 12 02:06:42 CEST 2012 on sn-devel-104
2012-04-27selftest: Place the test environment at the end of the failure linesAndrew Bartlett1-5/+5
This allows a knownfail entry to be added for only one environment, rather than all environments. Andrew Bartlett
2012-02-01selftest: Remove unused support for --exeextAndrew Bartlett1-1/+1
2011-11-30selftesthelpers: write warnings to stderr rather than stdout.Jelmer Vernooij1-2/+3
2011-11-14selftesthelpers: Revert perl changes, add comment on why the original code ↵Jelmer Vernooij1-3/+4
was necessary.
2011-11-14selftesthelpers: Cope with empty binary mappings list, simplify handling of ↵Jelmer Vernooij1-5/+7
perl.
2011-11-14selftest/selftesthelpers.py: construct a fullname with env in ↵Stefan Metzmacher1-1/+5
plantestsuite_idlist() Like we already do for plantestsuite_loadlist() metze
2011-11-14selftest: planpythontestsuite() should fill 'name' is it's NoneStefan Metzmacher1-0/+2
Otherwise make test shows tests with name "None". metze
2011-11-10selftesthelpers: Fix syntax error.Jelmer Vernooij1-1/+1
2011-11-10selftest: Allow passing arbitrary number of additional python path values.Jelmer Vernooij1-4/+2
2011-11-10selftest: re-implement directory option for planpythontestsuite.Jelmer Vernooij1-7/+11
2011-11-10Revert "test: added directory option to planpythontestsuite()"Jelmer Vernooij1-12/+5
This reverts commit b0be72d5080aed3da3f33a45b72f88e90fbe3d13. I'll add an alternative that uses subunit.run.
2011-11-10test: added directory option to planpythontestsuite()Andrew Tridgell1-5/+12
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
2011-04-16selftest: Start using the binary mapping at the python layer as wellAndrew Bartlett1-0/+10
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett1-1/+1
Just have BINDIR, and have it default to ./bin Andrew Bartlett
2011-04-16selftest: Provide a single bindir_path function across all targetsAndrew Bartlett1-2/+2
This will allow a mapping to be made between things like smbtorture4 -> smbtorture that is correct for the different build environments. Andrew Bartlett
2011-02-22selftest split $PERL into multiple arguments for Test::More checkAndrew Bartlett1-2/+3
2011-02-22selftest move selftesthelpers to a top level helper scriptAndrew Bartlett1-0/+156