openstack-charmers / zaza-openstack-tests

OpenStack Charms Functional Test Library for Zaza
Apache License 2.0
7 stars 77 forks source link

Remove assertion on number of loadbalancers #1166

Closed hemanthnakkina closed 11 months ago

hemanthnakkina commented 11 months ago

Heat charm when configured with traefik-route can have multiple loadbalancers (for heat-api and heat-api-cfn). So remove the assertion in wait_for_traefik on number of loadbalancers. Check on number of units against number of servers should be sufficient.