Comment 10 for bug 1554177

Revision history for this message
Sergey Yudin (tsipa740) wrote :

1st problem is self.get_networks() is query to devops db and it is not ordered, so it may return networks in random order

2nd problem is asyncronous creation of networks by libvirt

so my suggestion is using self.get_networks().order_by('pk')

and append sleep after start