diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-11-05 13:46:19 +0100 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-11-05 13:48:55 +0100 |
| commit | 93227e362aee5de718f37e214bd3886649f4b2bb (patch) | |
| tree | c39f417e08d4a684fadb43e885940d8b9d76918c /README | |
| parent | fbe0ef56fb4d4f89a254546dd368caf44b5f65ec (diff) | |
| download | postgresql-setup-tests-93227e362aee5de718f37e214bd3886649f4b2bb.tar.gz postgresql-setup-tests-93227e362aee5de718f37e214bd3886649f4b2bb.tar.xz postgresql-setup-tests-93227e362aee5de718f37e214bd3886649f4b2bb.zip | |
controller/README: reworked from top-srcdir README
* 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.
Diffstat (limited to 'README')
| l---------[-rw-r--r--] | README | 57 |
1 files changed, 1 insertions, 56 deletions
@@ -1,56 +1 @@ -GENERAL INFO -============ - -System checking (dummy) testsuite fw. The tests are *expected* to be -destructive and always performed under root account; test writer should only -make sure that no test conflicts with others (so that all tests are able to run -on one machine successfully in any order). - -TODO: bash-only, unix.. - -OVERVIEW -======== - - -Each file should consist of config.sh and runtest.sh. Both are supposed to be -"sourced" into another scripts (so no need to have execute permissions). Each -test case should have its own directory. - -USAGE (locally) -=============== - -The most simple usage is like `./run`. Script is able to search for available -test-cases and then run them on local machine. Note that this is not generaly -safe and you should avoid that in most cases. For more info, run -`./run --help`. TODO: The testsuite is root-only. - -REMOTE RUN -========== - -You need to have OpenStack credentials file in ./private/ostack.yml configured. -The file should look like (be sure that only you can read that file): - $ cat ./private/ostack.yml: - --- - os_username: os1username - os_tenant_id: 9df30fc192f5xxxxxxxxxxxxxxxx0110 - os_nova_password: your_os_password - -Then it should be enough to run: - - $ ./run_remote - -API for config.sh file -====================== - -Variables which should/may be defined in config.sh file. - -$DTF_TEST_ID - unique ID of task. Without spaces. - -$DTF_TEST_DESCRIPTION - descriptive info about test, will be used for -generating html or otherwise formated result output. - -REQUIREMENTS -============ - -Packages needed to successful run - * ansible (remote running) +controller/README
\ No newline at end of file |
