Skip to content

Commit

Permalink
Merge pull request #453 from pehala/tls_enforced
Browse files Browse the repository at this point in the history
Use Enforced for TLSPolicy
  • Loading branch information
pehala authored Jun 19, 2024
2 parents 54026d5 + 1f5842c commit dee3102
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions testsuite/policy/tls_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from testsuite.gateway import Referencable
from testsuite.openshift.client import OpenShiftClient
from testsuite.policy import Policy
from testsuite.utils import has_condition


class TLSPolicy(Policy):
Expand Down Expand Up @@ -49,9 +48,3 @@ def __setitem__(self, key, value):

def __getitem__(self, key):
return self.model.spec[key]

def wait_for_ready(self):
"""TLSPolicy does not have Enforced
https://github.com/Kuadrant/kuadrant-operator/issues/572"""
success = self.wait_until(has_condition("Accepted", "True"))
assert success, f"{self.kind()} did not get ready in time"

0 comments on commit dee3102

Please sign in to comment.