Skip to content

Commit ef612f2

Browse files
committed
ci: enable VMGenID test on ARM
Now we have support for the device on ARM hosts as well. Signed-off-by: Babis Chalios <bchalios@amazon.es>
1 parent 8dd87f5 commit ef612f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration_tests/functional/test_snapshot_basic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,6 @@ def test_vmgenid(guest_kernel_linux_6_1, rootfs, microvm_factory, snapshot_type)
547547
"""
548548
Test VMGenID device upon snapshot resume
549549
"""
550-
if global_props.cpu_architecture != "x86_64":
551-
pytest.skip("At the moment we only support VMGenID on x86_64")
552-
553550
base_vm = microvm_factory.build(guest_kernel_linux_6_1, rootfs)
554551
base_vm.spawn()
555552
base_vm.basic_config(track_dirty_pages=True)

0 commit comments

Comments
 (0)