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
fix(test): eliminate sleep-based "wait for vm boot"
Microvms that have a network interface added to it will automatically
use ssh to wait for bootup, so use this to replace the 500ms sleep that
was not enough in some cases, leading to RuntimeError: ('Balloon config
error: Error creating the balloon device: Device not activated yet.',
{'fault_message': 'Balloon config error: Error creating the balloon
device: Device not activated yet.'}, <Response [400]>) errors on the
subsequent PATCH.
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
0 commit comments