Skip to content

Commit

Permalink
fixup! CI: Test cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiner committed Aug 29, 2022
1 parent 97d80bf commit 1e1aa8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vagrant/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def test_nginx_example_page(self):
metallb_ip = self._retry(
lambda: self._get_load_balancer_ip(service["metadata"]["name"])
)
# Now that an IP address was assigned, let's reload the service description:
service = self._kubectl(f'get service "{service["metadata"]["name"]}"')
metallb_port = service["spec"]["ports"][0]["port"]

def get_nginx_page():
Expand Down

0 comments on commit 1e1aa8c

Please sign in to comment.