summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixup to client noglobs invocation.Michael DeHaan2008-01-241-4/+4
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-232-16/+28
|\
| * some unit tests for the async stuff that aren't quite workingAdrian Likins2008-01-231-1/+25
| |
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2008-01-232-1/+5
| |\ | | | | | | | | | | | | | | | Conflicts: func/overlord/client.py
| * | restart the services at the end, since leaving them off was kind ofAdrian Likins2008-01-231-15/+3
| | | | | | | | | | | | | | | | | | annoying remove some comments
* | | Working on async error handling, lots more to do...Michael DeHaan2008-01-231-1/+6
| |/ |/| | | | | (If it hits no exceptions, returns are right, it's the partial error case to deal with next...)
* | Double-barrel asynchronous calls. Async can now occur on both sides ↵Michael DeHaan2008-01-231-0/+3
| | | | | | | | | | | | | | | | simultaneously and still appears as if there is only one "global" job id to the API caller, the minion job id's are managed in the background, complete with partial result response as things come in which should be very nice for ajaxy implication. job_status API does still need to be modified to list active jobs as well as to store the job name.
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-231-36/+54
|\| | | | | | | | | | | Conflicts: test/unittest/test_client.py
| * some unit tests for the sysctl moduleAdrian Likins2008-01-231-0/+10
| |
| * removed unneeded print statementAdrian Likins2008-01-181-1/+0
| |
| * do some refactoringAdrian Likins2008-01-181-35/+44
| | | | | | | | talk to localhost by default instead of "grimlock.devel.redhat.com"
* | Moving the async and multiprocess stuff to top level so we can use themMichael DeHaan2008-01-232-2/+3
|/ | | | on the minion for minion side async funness.
* 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.