Skip to content

Commit

Permalink
Merge pull request #245 from pehala/istio-1.19
Browse files Browse the repository at this point in the history
Change testsuite to support Istio 1.19
  • Loading branch information
pehala authored Oct 18, 2023
2 parents d97df08 + 217da30 commit d676180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/openshift/objects/gateway_api/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def __init__(self, gateway: Gateway, label, backend: "Httpbin") -> None:
self.selector: Selector = None # type: ignore

def expose_hostname(self, name) -> Route:
route = OpenshiftRoute.create_instance(self.openshift, name, self.name, "api")
route = OpenshiftRoute.create_instance(self.openshift, name, f"{self.name}-istio", "api")
route.commit()
if self.route is None:
self.route = HTTPRoute.create_instance(
Expand Down

0 comments on commit d676180

Please sign in to comment.