Skip to content

Commit

Permalink
Merge pull request #1166 from hemanthnakkina/remove-lb-count
Browse files Browse the repository at this point in the history
Remove assertion on number of loadbalancers
  • Loading branch information
Liam Young authored Nov 3, 2023
2 parents d6ada89 + 82ba094 commit d2e88bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zaza/openstack/charm_tests/tempest/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def wait_for_traefik(self, application_name):
loadBalancers = [
lb['loadBalancer']
for lb in service_config['http']['services'].values()]
assert len(loadBalancers) == 1
unit_count_in_lb = len(loadBalancers[0]['servers'])
logging.info("Traefik LB server count: {} unit count: {}".format(
unit_count_in_lb,
Expand Down

0 comments on commit d2e88bb

Please sign in to comment.