You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Call Microvm.wait_for_up if using config file
If we start Firecracker with a config file, then the microvm will boot
in `.spawn()` instead of `.start()` (since we are not driving
Firecracker via API requests). Thus, if this is the case, put the
`wait_for_up` into `Microvm.spawn()`.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments