Skip to content

Commit

Permalink
Merge pull request CentOS-PaaS-SIG#680 from CentOS-PaaS-SIG/johnbiere…
Browse files Browse the repository at this point in the history
…n-patch-3
  • Loading branch information
paas-bot authored Jul 10, 2018
2 parents 3ed0f27 + 7193f81 commit 88a7243
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/Dockerfiles/singlehost-test/verify-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if [ -z "${TEST_SUBJECTS}" ]; then
exit 1
fi

mkdir -p $(pwd)/logs
export TEST_ARTIFACTS=$(pwd)/logs
mkdir -p ${TEST_ARTIFACTS}

dnf update -y standard-test-roles
rpm -q standard-test-roles
Expand All @@ -26,5 +27,6 @@ set -u

ansible-playbook -v --inventory=${ANSIBLE_INVENTORY} ${PYTHON_INTERPRETER} \
--extra-vars "subjects=${TEST_SUBJECTS}" \
--extra-vars "artifacts=$TEST_ARTIFACTS" \
--extra-vars "rpm_repo=${rpm_repo}" \
/tmp/rpm-verify.yml | tee $(pwd)/logs/rpm-verify-out.txt

0 comments on commit 88a7243

Please sign in to comment.