Skip to content

Commit

Permalink
DNM: Add extra debug output to test_interface_up
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Dec 20, 2024
1 parent 24c818b commit 90e3527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/testinfra/app/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_interface_up(host, name, url, curl_flags, expected):
with host.sudo():
f = host.file(f"/var/log/apache2/{name}-error.log")
if f.exists:
print(f.content_string)
assert "nopenopenope" in f.content_string
assert "200 OK" in response
assert expected in response
Expand Down

0 comments on commit 90e3527

Please sign in to comment.