add integration runner test

This commit is contained in:
Valentin Gurmeza 2017-05-25 14:53:05 -07:00
parent 675b17bc09
commit f48bdb0d9e

View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
ABSOLUTE_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
pushd .
cd "$ABSOLUTE_PATH"
export PYTHONPATH=./pythonlibs/
ansible-playbook tests.yml --diff -i 127.0.0.1, $@
popd >/dev/null