Merge "Show idempotency check output"

This commit is contained in:
Jenkins
2016-08-14 09:45:31 +00:00
committed by Gerrit Code Review

View File

@@ -183,7 +183,8 @@ commands =
-e "install_test_packages=True" \
--skip-tag V-38462 \
{toxinidir}/tests/test.yml \
| grep -q "changed=0.*failed=0" \
| tee /tmp/idempotence_test_output.txt'
bash -c 'grep -q "changed=0.*failed=0" /tmp/idempotence_test_output.txt \
&& (echo "Idempotence test: pass" && exit 0) \
|| (echo "Idempotence test: fail" && exit 1)'