Skip to content

Commit 5b05b03

Browse files
committed
fixup max devies
1 parent 1fcc722 commit 5b05b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/functional/test_max_devices.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_attach_maximum_devices(uvm_plain_any):
3434
Test attaching maximum number of devices to the microVM.
3535
"""
3636
test_microvm = uvm_plain_any
37-
test_microvm.memory_monitor = False
37+
test_microvm.memory_monitor = None
3838
test_microvm.spawn()
3939

4040
# The default 256mib is not enough for 94 ssh connections on aarch64.
@@ -58,7 +58,7 @@ def test_attach_too_many_devices(uvm_plain):
5858
Test attaching to a microVM more devices than available IRQs.
5959
"""
6060
test_microvm = uvm_plain
61-
test_microvm.memory_monitor = False
61+
test_microvm.memory_monitor = None
6262
test_microvm.spawn()
6363

6464
# Set up a basic microVM.

0 commit comments

Comments
 (0)