Skip to content

Commit ffbefbc

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 <[email protected]>
1 parent 70916eb commit ffbefbc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration_tests/functional/test_snapshot_basic.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import host_tools.drive as drive_tools
1616
from framework.microvm import SnapshotType
17-
from framework.properties import global_props
1817
from framework.utils import check_filesystem, check_output
1918
from framework.utils_vsock import (
2019
ECHO_SERVER_PORT,
@@ -547,9 +546,6 @@ def test_vmgenid(guest_kernel_linux_6_1, rootfs, microvm_factory, snapshot_type)
547546
"""
548547
Test VMGenID device upon snapshot resume
549548
"""
550-
if global_props.cpu_architecture != "x86_64":
551-
pytest.skip("At the moment we only support VMGenID on x86_64")
552-
553549
base_vm = microvm_factory.build(guest_kernel_linux_6_1, rootfs)
554550
base_vm.spawn()
555551
base_vm.basic_config(track_dirty_pages=True)

0 commit comments

Comments
 (0)