summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* do some refactoringAdrian Likins2008-01-181-35/+44
| | | | talk to localhost by default instead of "grimlock.devel.redhat.com"
* add attributes to the automagic introspection tests so we can turn them offAdrian Likins2008-01-171-0/+7
| | | | | | easy if we want, aka nosetests -a \!intro
* add methods to BaseTest to also test the introspection methodsAdrian Likins2008-01-171-1/+72
| | | | test modules need to set a "module" attr with the module name now.
* add tests for process and service modulesAdrian Likins2008-01-171-0/+34
|
* add some test cases for the mount and networktest modulesAdrian Likins2008-01-171-0/+33
|
* more test casesAdrian Likins2008-01-171-6/+63
|
* run unittests and async_test.py as part of test-it.shAdrian Likins2008-01-161-0/+16
|
* a start at some unittest modules.Adrian Likins2008-01-161-0/+65
| | | | | This expects the "python-nose" package to be installed. To test, run "nosetests" in the unittest subdir
* add a klugey sleep to make the thread pokeryjiggery a little sanerAdrian Likins2008-01-161-0/+3
|
* 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.