summaryrefslogtreecommitdiffstats
path: root/test/test-it.sh
Commit message (Collapse)AuthorAgeFilesLines
* add support for clone the local developers version of the repo to testAdrian Likins2008-02-121-1/+12
|
* 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 ↵Adrian Likins2008-02-041-1/+1
| | | | | | command to ignore them (and in the process, avoiding copying around a big pile of git stuff)
* add in a bit of a kluge to try to make the test-it.sh script a bit more ↵Adrian Likins2008-02-041-1/+16
| | | | | | | robust. Some magic to try to figure out where the script is running from and adjust paths accordiningly
* clean up some paths so hopefully this is more path independentAdrian Likins2008-02-041-4/+4
|
* typo on unittest config optionAdrian Likins2008-02-041-1/+1
|
* instead of trying to build the local tree directly, copyAdrian Likins2008-02-041-2/+16
| | | | it to a subdir and run from there
* some more path fixesAdrian Likins2008-01-291-0/+5
| | | | | | | still need a bit more automagic to make it do the right thing when invoke from different places for now, just invoke it directly from test/
* add an optional config file "test-it.conf"Adrian Likins2008-01-291-23/+31
| | | | | | make running the unittests optional remove "pound_on_threads" stuff cause it was stupid and slow
* make testing from a src checkout work againAdrian Likins2008-01-291-11/+33
| | | | | default to building from local checkout, and "make install" instead of using an rpm
* restart the services at the end, since leaving them off was kind ofAdrian Likins2008-01-231-15/+3
| | | | | | annoying remove some comments
* run unittests and async_test.py as part of test-it.shAdrian Likins2008-01-161-0/+16
|
* add a klugey sleep to make the thread pokeryjiggery a little sanerAdrian Likins2008-01-161-0/+3
|
* 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.