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
Instead of sleeping for 2 seconds to wait for booting, add a network
device and wait for ssh availability (happens automatically in
.start()). Use mark_killed() to assert that Firecracker exited instead
of the homegrown "waitpid" solution (which I'm pretty sure didn't work,
because this test would have always failed during microvm teardown
otherwise, since it never set _killed to True).
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments