Comment 0 for bug 1861921

Revision history for this message
Ahmed (ahosmanmsft) wrote :

The function platforms/instance._wait_for_system causes ssh timeout on Azure cloud tests in the instance.start after initializing VM. Here is the tracebacks before and after removing it.

Before

https://paste.ubuntu.com/p/QyBnfrhVSs/

After removing

https://paste.ubuntu.com/p/gxKZffv2zd/

Something in platforms/instance._wait_for_system is causing this, don't want to mess with it because it's also used in ec2 and other cloud tests.

-- Added more logging to investigate and then found this

Thanks