Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SendRequestOrFail (0.19 sec)

  1. tests/integration/security/sds_ingress/ingress_test.go

    							ingressutil.SendRequestOrFail(t, ing, host, credName, ingressutil.TLS, tlsContextA,
    								ingressutil.ExpectedResponse{ErrorMessage: "certificate signed by unknown authority"})
    						})
    
    						t.NewSubTest("new cert should succeed").Run(func(t framework.TestContext) {
    							// Client use new server CA cert to set up SSL connection.
    							ingressutil.SendRequestOrFail(t, ing, host, credName, ingressutil.TLS, tlsContextB,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  2. tests/integration/security/sds_ingress/util/util.go

    	PrivateKey string
    	// Cert is inline base64 encoded certificate for test client.
    	Cert string
    }
    
    // SendRequestOrFail makes HTTPS request to ingress gateway to visit product page
    func SendRequestOrFail(ctx framework.TestContext, ing ingress.Instance, host string, path string,
    	callType CallType, tlsCtx TLSContext, exRsp ExpectedResponse,
    ) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 05:12:36 UTC 2023
    - 20.2K bytes
    - Viewed (0)
Back to top