summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * unittest fixed and should add more and more to make it perfect :)makkalot2008-05-311-12/+13
| * teh unittest for that modulemakkalot2008-05-311-0/+65
| * the unittest for get_method_args it passes the system module test hacky like ...makkalot2008-05-271-0/+11
* | Merge branch 'kadamski-async2'Michael DeHaan2008-06-101-2/+2
|\ \
| * | Jobthing status codes cleanup.Krzysztof A. Adamski2008-06-061-2/+2
| |/
* / s/certmater/certmasterAdrian Likins2008-06-031-1/+1
|/
* add a "echo" to the test moduleAdrian Likins2008-04-161-0/+45
* fix some paths that moved in the func/certmaster split. Fix a typo in theAdrian Likins2008-04-021-5/+4
* add iptables module from Krzysztof A. Adamski <krzysztofa@gmail.com>Adrian Likins2008-03-281-0/+25
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-282-62/+62
* modified the test-it.sh to work with certmaster/func splitAdrian Likins2008-03-181-22/+49
* add support for clone the local developers version of the repo to testAdrian Likins2008-02-121-1/+12
* Refactor the minion/server list and group stuff. Still not ideal, butAdrian Likins2008-02-121-7/+50
* seeing if this resultis 0 is dumb, just see if it executesroot2008-02-051-1/+0
* use socket.getfqdn instead of gethostname for sanity sakeAdrian Likins2008-02-051-1/+2
* we don't really need to see the cp output I supposeAdrian Likins2008-02-041-2/+2
* at the moment, we don't need any func/.* files to build, so change the cp com...Adrian Likins2008-02-041-1/+1
* add in a bit of a kluge to try to make the test-it.sh script a bit more robus...Adrian Likins2008-02-041-1/+16
* make TestFileTracker test cases a bit less dependent on the state of theAdrian Likins2008-02-041-4/+6
* dont test for the "@blippy" group yet till I setup a way to put the rightAdrian Likins2008-02-041-4/+13
* clean up some paths so hopefully this is more path independentAdrian Likins2008-02-041-4/+4
* fix typos in attr defs so "nosetests -a \!intro" works againAdrian Likins2008-02-041-2/+2
* add two new methods to poke at everymoduleAdrian Likins2008-02-041-1/+21
* typo on unittest config optionAdrian Likins2008-02-041-1/+1
* we don't return xmlrpclib.Faults anymore, so most of the testAdrian Likins2008-02-041-2/+5
* instead of trying to build the local tree directly, copyAdrian Likins2008-02-041-2/+16
* some more path fixesAdrian Likins2008-01-291-0/+5
* add an optional config file "test-it.conf"Adrian Likins2008-01-291-23/+31
* make testing from a src checkout work againAdrian Likins2008-01-291-11/+33
* add Makefiles so "make clean" cleans up all the crapAdrian Likins2008-01-292-0/+14
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-292-20/+42
|\
| * comment out the async tests at the momentAdrian Likins2008-01-291-20/+20
| * some simple unittest for groupsAdrian Likins2008-01-291-0/+22
* | All exceptions, async or otherwise, now come back as easily detectable signat...Michael DeHaan2008-01-291-0/+2
|/
* Fixed async_test.py for all success/failure cases. Still need to tweak the c...Michael DeHaan2008-01-241-2/+2
* Still working on async (pardon the debug output still), there's a long ways t...Michael DeHaan2008-01-241-13/+34
* 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
| |\
| * | restart the services at the end, since leaving them off was kind ofAdrian Likins2008-01-231-15/+3
* | | Working on async error handling, lots more to do...Michael DeHaan2008-01-231-1/+6
| |/ |/|
* | Double-barrel asynchronous calls. Async can now occur on both sides simultan...Michael DeHaan2008-01-231-0/+3
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-231-36/+54
|\|
| * 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
* | Moving the async and multiprocess stuff to top level so we can use themMichael DeHaan2008-01-232-2/+3
|/
* add attributes to the automagic introspection tests so we can turn them offAdrian Likins2008-01-171-0/+7
* add methods to BaseTest to also test the introspection methodsAdrian Likins2008-01-171-1/+72