summaryrefslogtreecommitdiffstats
path: root/tester/dtf-prepare-testsuite
Commit message (Collapse)AuthorAgeFilesLines
* controller/README: reworked from top-srcdir READMEPavel Raiskup2014-11-051-0/+11
| | | | | | | | | | | | * README: Made as symlink to controller/README. * controller/Makefile.am: Distribute the README and configuration file template. * controller/README: Reworked version of README following current API. * controller/doc/dtf-controller/OSID.sh.template: New configuration template. * tester/dtf-prepare-testsuite: Prepare also basic taskdir structure.
* big reorg: prepare for generalizationPavel Raiskup2014-10-221-0/+8
Try to split into three separate components -> controller, tester, and 'tasks' (postgresql-tasks in our case). The controller component is the main part which is able to run the task remotely. Tester is more-like library for 'tasks' component (should be reusable on the raw git level). * controller: Almost separated component. * postgresql-tasks: Likewise. * tester: Likewise.