deckhand/tools
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
..
functional-tests.sh Test fix: remove conflicting docker run option 2017-12-14 09:16:22 -06:00
helm_tk.sh Deckhand Makefile for CICD 2017-10-30 16:21:49 -04:00
pretty_tox.sh Revamp document hashing 2017-10-02 18:09:13 +01:00
unit-tests.sh [Gate fix] Fix pifpaf run postgresql failing. 2018-01-08 17:28:01 -04:00