Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestMTLS (0.27 sec)

  1. pilot/pkg/networking/grpcgen/grpcecho_test.go

    			return err
    		}
    		if err := expectAlmost(distribution["v2"], 80); err != nil {
    			return err
    		}
    		return nil
    	}, retry.Timeout(5*time.Second), retry.Delay(0))
    }
    
    func TestMtls(t *testing.T) {
    	tt := newConfigGenTest(t, xds.FakeOptions{
    		KubernetesObjectString: `
    apiVersion: v1
    kind: Service
    metadata:
      labels:
        app: echo-app
      name: echo-app
      namespace: default
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. tests/integration/ambient/baseline_test.go

    					// presently ExpectMTLS is checking that headers were added to user traffic
    					ExpectMTLS: Never,
    				},
    			}
    			RunReachability(testCases, t)
    		})
    }
    
    func TestMTLS(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			t.Skip("https://github.com/istio/istio/issues/42696")
    			systemNM := istio.ClaimSystemNamespaceOrFail(t, t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top