| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
* run: Double-quote variables, do not use A && B || C construct,
do not use backticks but rather use $().
|
|
|
|
|
|
|
| |
* ansible/fedora.yml: Make the ./run non-fatal. Include
download-results.yml and add skeleton for VM shutdown.
* ansible/include/download-results.yml: Download the run results
into directory specified by opt_tmp_resultdir.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Controller script runs the script on remote machine (OpenStack),
downloads the results, stores the result into its own
result-database and re-generates statistics for runs done so far.
It will be able to upload the results to "presenter" machine.
* config.sh.template: New doc file.
* controller: New file (the central script for CI).
* runner/result_stats: New file. Based on downloaded results from
testing machine, it generates single html file with stats.
* runner/result_templates/html.tmpl: New file. Template for ^^^.
|
|
|
|
| |
* run (run): Create the yml file as TASK_ID.result.
|
|
|
|
| |
* run_remote: Do $subject by incorporating getopt.
|
|
|
|
|
|
|
| |
* ansible/dummy-wrapper.yml: Do not require 'script_name'
variable.
* ansible/run_include: Better work with actual directory when
including other scripts or searching for included playbook.
|
|
|
|
|
|
|
|
|
| |
Older versions of postgresql-setup do not support --initdb option.
* lib_pgsql.sh (dtf_postgresql_phase_cleanup): Do not fail when
the data directory is not created by test.
* tasks/initdb/runtest.sh: Avoid running this test on older
RHEL/Fedora systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ansible/dummy-wrapper.yml: Helper playbook to directly invoke
"included" playbooks.
* ansible/fedora.yml: The "main" playbook (new file).
* ansible/include/beakerlib.yml: New file, install beakerlib
remotely.
* ansible/include/prepare-testenv.yml: Install the test
dependencies remotely.
* ansible/run_include: Helper script to run included playbooks.
* dist: Do not distribute ansible playbooks in tarball.
* get_machine: Helper script to obtain openstack machine, not
used currently.
* lib_pgsql.sh: Assert for PG_VERSION, not for datadir (as it by
default exists after postgresql-server installation.
* run_remote: Helper script invoking the main ansible playbook.
* ansible_helpers/wait-for-ssh: Helper script as 'wait_for' is
broken?
* README: Document.
* .gitignore: Ignore private files.
|
|
|
|
|
|
|
|
| |
This script creates tarball having self-standing testsuite which
is able to run on remote host.
* dist: New file.
* .gitignore: New file, ignore tarballs.
|
|
|
|
|
|
|
|
|
|
| |
Generate xml output easily parse-able by xsltproc.
* lib.sh (dtf_resultxml_init, dtf_resultxml_finish,
dtf_resultxml_cache, dtf_die): New functions.
* run.sh: Include lib.sh globally.
* run.sh (run): Reuse new lib api.
* tasks/initdb_old/config.sh: Typo: use DTF_TEST_DESCRIPTION.
|
|
Initializet the lib/run structure and created two basic tests for
PostgreSQL.
* README: New file.
* lib.sh: Likewise.
* lib_pgsql.sh: Likewise.
* run: Likewise.
* tasks/initdb/config.sh: Likewise.
* tasks/initdb/runtest.sh: Likewise.
* tasks/initdb_old/config.sh: Likewise.
* tasks/initdb_old/runtest.sh: Likewise.
|