| Commit message (Expand) | Author | Age | Files | Lines |
* | adding tests for is_all_arguments_registered part | makkalot | 2008-06-15 | 1 | -1/+28 |
* | change for my minion | makkalot | 2008-06-15 | 1 | -1/+2 |
* | changing test for new one list keyword | makkalot | 2008-06-09 | 1 | -1/+1 |
* | changing get_method_args tests | makkalot | 2008-06-08 | 1 | -7/+32 |
* | fixing import error thanks to alikins :) | makkalot | 2008-06-03 | 1 | -1/+1 |
* | the test tobe from localhost | makkalot | 2008-06-02 | 1 | -2/+1 |
* | some testing commits | makkalot | 2008-06-01 | 1 | -6/+4 |
* | minor changes not so importants | makkalot | 2008-06-01 | 1 | -6/+31 |
* | unittest fixed and should add more and more to make it perfect :) | makkalot | 2008-05-31 | 1 | -12/+13 |
* | teh unittest for that module | makkalot | 2008-05-31 | 1 | -0/+65 |
* | the unittest for get_method_args it passes the system module test hacky like ... | makkalot | 2008-05-27 | 1 | -0/+11 |
* | add a "echo" to the test module | Adrian Likins | 2008-04-16 | 1 | -0/+45 |
* | fix some paths that moved in the func/certmaster split. Fix a typo in the | Adrian Likins | 2008-04-02 | 1 | -5/+4 |
* | add iptables module from Krzysztof A. Adamski <krzysztofa@gmail.com> | Adrian Likins | 2008-03-28 | 1 | -0/+25 |
* | Changing func/func/overlord/client.py:Client() to Overlord(). Client() still | Adrian Likins | 2008-03-28 | 2 | -62/+62 |
* | modified the test-it.sh to work with certmaster/func split | Adrian Likins | 2008-03-18 | 1 | -22/+49 |
* | add support for clone the local developers version of the repo to test | Adrian Likins | 2008-02-12 | 1 | -1/+12 |
* | Refactor the minion/server list and group stuff. Still not ideal, but | Adrian Likins | 2008-02-12 | 1 | -7/+50 |
* | seeing if this resultis 0 is dumb, just see if it executes | root | 2008-02-05 | 1 | -1/+0 |
* | use socket.getfqdn instead of gethostname for sanity sake | Adrian Likins | 2008-02-05 | 1 | -1/+2 |
* | we don't really need to see the cp output I suppose | Adrian Likins | 2008-02-04 | 1 | -2/+2 |
* | at the moment, we don't need any func/.* files to build, so change the cp com... | Adrian Likins | 2008-02-04 | 1 | -1/+1 |
* | add in a bit of a kluge to try to make the test-it.sh script a bit more robus... | Adrian Likins | 2008-02-04 | 1 | -1/+16 |
* | make TestFileTracker test cases a bit less dependent on the state of the | Adrian Likins | 2008-02-04 | 1 | -4/+6 |
* | dont test for the "@blippy" group yet till I setup a way to put the right | Adrian Likins | 2008-02-04 | 1 | -4/+13 |
* | clean up some paths so hopefully this is more path independent | Adrian Likins | 2008-02-04 | 1 | -4/+4 |
* | fix typos in attr defs so "nosetests -a \!intro" works again | Adrian Likins | 2008-02-04 | 1 | -2/+2 |
* | add two new methods to poke at everymodule | Adrian Likins | 2008-02-04 | 1 | -1/+21 |
* | typo on unittest config option | Adrian Likins | 2008-02-04 | 1 | -1/+1 |
* | we don't return xmlrpclib.Faults anymore, so most of the test | Adrian Likins | 2008-02-04 | 1 | -2/+5 |
* | instead of trying to build the local tree directly, copy | Adrian Likins | 2008-02-04 | 1 | -2/+16 |
* | some more path fixes | Adrian Likins | 2008-01-29 | 1 | -0/+5 |
* | add an optional config file "test-it.conf" | Adrian Likins | 2008-01-29 | 1 | -23/+31 |
* | make testing from a src checkout work again | Adrian Likins | 2008-01-29 | 1 | -11/+33 |
* | add Makefiles so "make clean" cleans up all the crap | Adrian Likins | 2008-01-29 | 2 | -0/+14 |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2008-01-29 | 2 | -20/+42 |
|\ |
|
| * | comment out the async tests at the moment | Adrian Likins | 2008-01-29 | 1 | -20/+20 |
| * | some simple unittest for groups | Adrian Likins | 2008-01-29 | 1 | -0/+22 |
* | | All exceptions, async or otherwise, now come back as easily detectable signat... | Michael DeHaan | 2008-01-29 | 1 | -0/+2 |
|/ |
|
* | Fixed async_test.py for all success/failure cases. Still need to tweak the c... | Michael DeHaan | 2008-01-24 | 1 | -2/+2 |
* | Still working on async (pardon the debug output still), there's a long ways t... | Michael DeHaan | 2008-01-24 | 1 | -13/+34 |
* | Fixup to client noglobs invocation. | Michael DeHaan | 2008-01-24 | 1 | -4/+4 |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2008-01-23 | 2 | -16/+28 |
|\ |
|
| * | some unit tests for the async stuff that aren't quite working | Adrian Likins | 2008-01-23 | 1 | -1/+25 |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2008-01-23 | 2 | -1/+5 |
| |\ |
|
| * | | restart the services at the end, since leaving them off was kind of | Adrian Likins | 2008-01-23 | 1 | -15/+3 |
* | | | Working on async error handling, lots more to do... | Michael DeHaan | 2008-01-23 | 1 | -1/+6 |
| |/
|/| |
|
* | | Double-barrel asynchronous calls. Async can now occur on both sides simultan... | Michael DeHaan | 2008-01-23 | 1 | -0/+3 |
* | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2008-01-23 | 1 | -36/+54 |
|\| |
|
| * | some unit tests for the sysctl module | Adrian Likins | 2008-01-23 | 1 | -0/+10 |