Skip to content

Commit 7025bf8

Browse files
committed
tests/functional: stabilize RK3588 ZVM boot
Signed-off-by: Chao Liu <chao.liu@processmission.com>
1 parent 38b1e01 commit 7025bf8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/functional/aarch64/test_rk3588_zvm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def boot_zvm_release(self, attempt):
3737

3838
vm.set_console()
3939
vm.add_args('-accel', 'tcg',
40+
'-icount', 'shift=0,sleep=off',
4041
'-smp', '8',
4142
'-m', '1G',
4243
'-drive',

tests/functional/aarch64/test_rk3588_zvm_linux_guest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def boot_zvm_linux_guest(self, base_image_path, attempt):
289289

290290
vm.set_console()
291291
vm.add_args('-accel', 'tcg',
292+
'-icount', 'shift=0,sleep=off',
292293
'-smp', '8',
293294
'-m', '1G',
294295
'-drive',

0 commit comments

Comments
 (0)