Skip to content

Commit

Permalink
ci: enable VMGenID test on ARM
Browse files Browse the repository at this point in the history
Now we have support for the device on ARM hosts as well.

Signed-off-by: Babis Chalios <[email protected]>
  • Loading branch information
bchalios committed Jul 17, 2024
1 parent 8dd87f5 commit ef612f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration_tests/functional/test_snapshot_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,6 @@ def test_vmgenid(guest_kernel_linux_6_1, rootfs, microvm_factory, snapshot_type)
"""
Test VMGenID device upon snapshot resume
"""
if global_props.cpu_architecture != "x86_64":
pytest.skip("At the moment we only support VMGenID on x86_64")

base_vm = microvm_factory.build(guest_kernel_linux_6_1, rootfs)
base_vm.spawn()
base_vm.basic_config(track_dirty_pages=True)
Expand Down

0 comments on commit ef612f2

Please sign in to comment.