diff --git a/tests/integration/run_tests.sh b/tests/integration/run_tests.sh new file mode 100644 index 0000000..7eb7b8c --- /dev/null +++ b/tests/integration/run_tests.sh @@ -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