deckhand/deckhand
Felipe Monteiro 2bfb16e44d [Gate fix] Fix pifpaf run postgresql failing.
This PS unblocks the gate by replacing pifpaf to run postgresql
for unit tests with docker, as a workaround. This is because
"pifpaf run postgresql" is failing with pifpaf not being able
to find the command "pifpaf run". Steps to reproduce:

python3 -m virtualenv -p python3 /tmp/venv
source /tmp/venv/bin/activate
pip install -U pip wheel devpi-client setuptools
pip install pifpaf

$pifpaf run postgresql
>> pifpaf: 'run' is not a pifpaf command. See 'pifpaf --help'.
>> Did you mean one of these?
     help

The unit test script for spinning up the docker postgresql container
and then running unit tests is very similar to the pre-existing
script for running functional tests located in tools/ directory.

Change-Id: Ib0f414ff58007037ac12161876dcd7a10e91f48c
2018-01-08 17:28:01 -04:00
..
barbican [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
client DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
conf Integrate Deckhand with keystone auth 2017-10-16 19:54:46 +01:00
control Merge "Add functional tests for "owned" documents" 2018-01-08 15:33:18 -05:00
db DECKHAND-89: Integrate layering with rendered documents 2017-12-15 11:07:41 -05:00
engine Merge "Add functional tests for "owned" documents" 2018-01-08 15:33:18 -05:00
policies Rename Deckhand bucket endpoint to buckets for consistency 2017-10-27 19:21:03 +01:00
tests [Gate fix] Fix pifpaf run postgresql failing. 2018-01-08 17:28:01 -04:00
__init__.py Oslo config integration (#1) 2017-06-26 16:57:50 -07:00
cmd.py Integrate Deckhand with keystone auth 2017-10-16 19:54:46 +01:00
context.py Integrate Deckhand with keystone auth 2017-10-16 19:54:46 +01:00
errors.py Simplify document layering interface 2018-01-05 03:29:30 +00:00
factories.py Remove dead validation policy code. 2018-01-07 21:59:23 -04:00
policy.py DECKHAND-66: Document substitution implementation 2017-10-13 15:16:27 -04:00
service.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
types.py Add functional tests for "owned" documents 2017-12-23 02:25:29 +00:00
utils.py DECKHAND-89: Integrate layering with rendered documents 2017-12-15 11:07:41 -05:00