summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Jobthing is now functional (see async_test.py for example usage), we still needMichael DeHaan2008-01-151-0/+38
| | | | to delete jobs that have expired after a certain amount of time to avoid keeping too many results around in storage.
* add some test to pound on the threaded xmlrpc server a little bitAdrian Likins2008-01-131-0/+22
|
* some rudimentary "poke at the server bits"Adrian Likins2007-12-181-0/+37
| | | | we could use some unit tests for the modules, and run them from here
* clean up /var/lib/func/certmaster as wellAdrian Likins2007-12-181-3/+9
| | | | sleep a bit after starting up funcd so the certs show up in certmaster-ca -l
* added some more testing, starting to test certmaster/certmaster-ca/funcdAdrian Likins2007-12-171-0/+50
| | | | | which doesn't actually work in the test script at the moment, not sure why
* start of a testing script. Mostly just build and setup stuffAdrian Likins2007-12-171-0/+163
at the moment.