Exemplo n.º 1
0
 def init(self):
     self.target = HTTP()
 def init(self):
     self.xfail = "Need to figure out passing header through external connections from KAT"
     self.target = HTTP(name="target")
Exemplo n.º 3
0
 def init(self):
     self.edge_stack_cleartext_host = False
     self.target = HTTP()
Exemplo n.º 4
0
    def init(self):
        self.target = HTTP()

        self.manifest_envs = """
Exemplo n.º 5
0
    def init(self):
        self.target = HTTP()

        if not is_ingress_class_compatible():
            self.xfail = 'IngressClass is not supported in this cluster'
Exemplo n.º 6
0
 def init(self):
     self.edge_stack_cleartext_host = False
     self.target1 = HTTP(name="target1")
     self.target2 = HTTP(name="target2")
     self.target3 = HTTP(name="target3")
     self.targetshared = HTTP(name="targetshared")
Exemplo n.º 7
0
 def init(self):
     self.target = HTTP(namespace="alt-namespace")
Exemplo n.º 8
0
 def init(self):
     self.auth = HTTP(name="auth")
Exemplo n.º 9
0
 def init(self) -> None:
     self.target = HTTP()
Exemplo n.º 10
0
 def init(self):
     self.extra_ports = [25565]
     self.target = HTTP()
Exemplo n.º 11
0
 def init(self):
     self.edge_stack_cleartext_host = False
     self.allow_edge_stack_redirect = False
     self.target = HTTP()
Exemplo n.º 12
0
 def init(self):
     self.edge_stack_cleartext_host = False
     self.allow_edge_stack_redirect = False
     self.target1 = HTTP(name="target1")
     self.target2 = HTTP(name="target2")
Exemplo n.º 13
0
 def init(self):
     self.target = HTTP()
     self.auth = HTTP(name="auth")
 def init(self):
     self.target = HTTP(name="target")
Exemplo n.º 15
0
 def init(self):
     self.target = HTTP()
     self.target1 = HTTP(name="target1", namespace="same-ingress-1")
     self.target2 = HTTP(name="target2", namespace="same-ingress-2")
Exemplo n.º 16
0
 def init(self):
     self.target = HTTP()
     self.rls = RLSGRPC()
Exemplo n.º 17
0
 def init(self):
     self.target = HTTP()
     self.auth1 = AHTTP(name="auth1")
     self.auth2 = AHTTP(name="auth2")
     self.backend_counts = {}