Skip to content

Commit

Permalink
test: verify PVH boot protocol is used
Browse files Browse the repository at this point in the history
Use test_api_happy_start to assert that the log message that indicates
usage of PVH boot protocol is present.

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat committed Nov 11, 2024
1 parent 058797d commit 316b7ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration_tests/functional/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def test_api_happy_start(uvm_plain):

test_microvm.start()

assert "Kernel loaded using PVH boot protocol" in test_microvm.log_data


def test_drive_io_engine(uvm_plain):
"""
Expand Down

0 comments on commit 316b7ea

Please sign in to comment.