Skip to content

Commit

Permalink
fixup! test: add verify_clean_boot() calls alongside verify_clean_log…
Browse files Browse the repository at this point in the history
…() (#5671)
  • Loading branch information
holmanb committed Sep 9, 2024
1 parent 2f8a218 commit 51554c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/modules/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _test_ansible_pull_from_local_server(my_client):
my_client.restart()
log = my_client.read_from_file("/var/log/cloud-init.log")
verify_clean_log(log)
verify_clean_log(my_client)
verify_clean_boot(my_client)
output_log = my_client.read_from_file("/var/log/cloud-init-output.log")
assert "ok=3" in output_log
assert "SUCCESS: config-ansible ran successfully" in log
Expand Down

0 comments on commit 51554c4

Please sign in to comment.