summaryrefslogtreecommitdiff
path: root/devtools/flocktest
Commit message (Collapse)AuthorAgeFilesLines
* Fixes devtools/flocktest for Python 3.Fred Wright2016-04-161-23/+36
| | | | | | | | | These fixes are applied "mostly blind" due to the inability to run this "for real", but they're pretty straightforward. TESTED: Ran -? and (unsuccessful) -c with both Python 2 and Python 3. Otherwise untested.
* Don't attempt key upload in Debian boxes.Eric S. Raymond2012-05-291-0/+3
|
* Cope more gracefully with the repo changing.Eric S. Raymond2011-10-261-5/+14
|
* Improved documentation and diagnostics for flocktest.Eric S. Raymond2011-10-261-2/+3
|
* Typo fix.Eric S. Raymond2011-10-251-1/+1
|
* All project-dependent URLs are now templated.Eric S. Raymond2011-10-021-4/+11
|
* URL dependencies are narrowed to just two files.Eric S. Raymond2011-10-021-4/+2
|
* Guarantee ~ expansion.Eric S. Raymond2010-12-141-1/+1
|
* Typo fixes.Eric S. Raymond2010-12-141-2/+2
|
* Duh...actually set the right variable.Eric S. Raymond2010-04-181-2/+2
|
* Add explanatory comments.Eric S. Raymond2010-04-181-6/+6
|
* flocktest: Fix the -d option to set the subdir.M Joonas Pihlaja2010-04-171-1/+1
| | | | | | | | | The -d option sets the subdirectory on the remote machine in which flocktest runs its tests. This patch fixes the getopt option string to actually parse the option argument when the user gives one for the -d option. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* flocktest: Allow machines to be quiet.M Joonas Pihlaja2010-04-171-0/+2
| | | | | | | | Some test machines can't send any mail at all, so we need to be able to make them quiet by default. This patch looks at the per-machine section and picks up a quiet = yes option from it. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Fully enable flocktests under BSDs.Eric S. Raymond2010-04-171-2/+10
|
* We can't rely on getting an FQDN portably.Eric S. Raymond2010-04-161-1/+2
|
* Add some missing copyrights and fix a comment.Eric S. Raymond2010-04-101-0/+3
|
* -v option now causes logs to be dumpred unconditionally.Eric S. Raymond2010-04-041-5/+11
|
* Keyfile upload is working.Eric S. Raymond2010-04-041-14/+14
|
* Temporarily remove nog from the flocktest list.Eric S. Raymond2010-04-041-0/+3
| | | | | GPS tests are always failing there, for unknown reasons probably having to do with permissions somewhere.
* Elimnate global variables.Eric S. Raymond2010-04-041-16/+18
|
* End confusion between site and slave-thread types.Eric S. Raymond2010-04-041-14/+11
|
* Added -q option for testing.Eric S. Raymond2010-04-041-7/+18
|
* flock framework checkpoint.Eric S. Raymond2010-04-041-11/+25
|
* Slightly changed test status banners.Eric S. Raymond2010-04-031-3/+5
|
* More agent script simplification.Eric S. Raymond2010-04-031-10/+7
|
* Remove unneeded features.Eric S. Raymond2010-04-031-52/+9
|
* Cleanup on the flock stuff.Eric S. Raymond2010-04-031-2/+2
|
* Factor out project-specific stuff in the agent script to flock-sites.iniEric S. Raymond2010-04-031-5/+5
|
* Generare the agen script and upload it each time.Eric S. Raymond2010-04-031-18/+151
| | | | This means -c goes away, and we never have a version-skew problem.
* flocktest now uses threading and no longer needs to background flockdrivers.Eric S. Raymond2010-04-031-52/+38
| | | | | This means flockdriver longer mails back results, as they can be captured by flocktest and dumped after all tests have completed.
* Rip out backgrounding stuff, we can do better with local threads calling ssh.Eric S. Raymond2010-04-031-20/+10
|
* Added "status" attribute to flock entries.Eric S. Raymond2010-04-031-5/+10
|
* Force Python Emacs mode in places where appropriate.Eric S. Raymond2010-04-021-2/+5
|
* Key-installation mode finally works.Eric S. Raymond2010-04-011-8/+11
|
* Make -x option work.Eric S. Raymond2010-04-011-1/+1
|
* Added -N option and rationalized option handling.Eric S. Raymond2010-04-011-21/+34
|
* Upper level of -k mode works, something's wrong lower down.Eric S. Raymond2010-04-011-5/+35
|
* Typo fixes and refactoring.Eric S. Raymond2010-04-011-1/+1
|
* Refactored backgrounding logic.Eric S. Raymond2010-04-011-9/+11
|
* Add foreground option for debugging.Eric S. Raymond2010-04-011-3/+11
|
* Emission of test log moves down to flockdriver.Eric S. Raymond2010-04-011-1/+1
|
* Alas, different users' test logs can step on each other.Eric S. Raymond2010-04-011-1/+1
|
* Put in some locking so users can't start two overlapping tests running.Eric S. Raymond2010-04-011-0/+4
|
* Enable full testing from floctest, and background the remote execution.Eric S. Raymond2010-04-011-1/+1
|
* flocktest/flockdriver appear to be filly working.Eric S. Raymond2010-04-011-4/+18
|
* Arrange for entire test logs to be created in the right place.Eric S. Raymond2010-04-011-2/+2
|
* Abuse CIA to carry our notifications.Eric S. Raymond2010-04-011-14/+9
|
* Give up on setting up commit access from the flock repos.Eric S. Raymond2010-04-011-13/+13
|
* Git name and mailto address need to be passed to flockdriver separately.Eric S. Raymond2010-04-011-16/+32
|
* First version of flock-test framework.Eric S. Raymond2010-04-011-0/+120
flock-test works, executing flockdriver which is a just a test stub.