Merge "Update the test scripts"

This commit is contained in:
Zuul 2018-10-23 14:50:41 +00:00 committed by Gerrit Code Review
commit 19edaabf87
2 changed files with 6 additions and 4 deletions

View File

@ -26,9 +26,10 @@ pushd "${HOME}"
popd
popd
source ${TEST_DIR}/elk_metrics_6x/tests/manual-test.rc
source "${TEST_DIR}/osquery/tests/manual-test.rc"
bash -v "${TEST_DIR}/elk_metrics_6x/bootstrap-embedded-ansible.sh"
source "${TEST_DIR}/osquery/bootstrap-embedded-ansible.sh"
deactivate
${HOME}/ansible25/bin/ansible-galaxy install --force \
--roles-path="${HOME}/ansible25/repositories/roles" \

View File

@ -26,9 +26,10 @@ pushd "${HOME}"
popd
popd
source ${TEST_DIR}/osquery/tests/manual-test.rc
source "${TEST_DIR}/osquery/tests/manual-test.rc"
bash -v "${TEST_DIR}/osquery/bootstrap-embedded-ansible.sh"
source "${TEST_DIR}/osquery/bootstrap-embedded-ansible.sh"
deactivate
${HOME}/ansible25/bin/ansible-galaxy install --force \
--roles-path="${HOME}/ansible25/repositories/roles" \