Skip to content

Commit

Permalink
Log instance view before asserting (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddieford committed Jan 22, 2024
1 parent bf3738b commit d8beb1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_e2e/tests/lib/virtual_machine_extension_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def assert_instance_view(
additional validations.
"""
instance_view = self.get_instance_view()
log.info("Instance view:\n%s", instance_view.serialize())

with soft_assertions():
if expected_version is not None:
Expand Down

0 comments on commit d8beb1a

Please sign in to comment.