zahodi.ansible-mikrotik/tests/integration/run_tests.sh
2017-05-25 16:56:47 -07:00

10 lines
213 B
Bash
Executable file

#!/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