Fix idempotence test log file name
Change-Id: I5c1f2f0949d6b7ad7bfc4151257b081728ba956f
This commit is contained in:
parent
992cd157d1
commit
9942b6799f
@ -98,7 +98,7 @@ if [ "${TEST_IDEMPOTENCE}" == "true" ]; then
|
||||
${TEST_PLAYBOOK}
|
||||
|
||||
# Check the output log for changed/failed tasks
|
||||
if grep -q "changed=0.*failed=0" /tmp/idempotence_test_output.txt; then
|
||||
if grep -q "changed=0.*failed=0" /tmp/ansible.log; then
|
||||
echo "Idempotence test: pass"
|
||||
else
|
||||
echo "Idempotence test: fail"
|
||||
|
Loading…
Reference in New Issue
Block a user