We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcc722 commit 5b05b03Copy full SHA for 5b05b03
tests/integration_tests/functional/test_max_devices.py
@@ -34,7 +34,7 @@ def test_attach_maximum_devices(uvm_plain_any):
34
Test attaching maximum number of devices to the microVM.
35
"""
36
test_microvm = uvm_plain_any
37
- test_microvm.memory_monitor = False
+ test_microvm.memory_monitor = None
38
test_microvm.spawn()
39
40
# The default 256mib is not enough for 94 ssh connections on aarch64.
@@ -58,7 +58,7 @@ def test_attach_too_many_devices(uvm_plain):
58
Test attaching to a microVM more devices than available IRQs.
59
60
test_microvm = uvm_plain
61
62
63
64
# Set up a basic microVM.
0 commit comments