Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewSubTestf (0.1 sec)

  1. tests/integration/ambient/baseline_test.go

    		for _, src := range svcs {
    			src := src
    			t.NewSubTestf("from %v", src.Config().Service).RunParallel(func(t framework.TestContext) {
    				for _, dst := range svcs {
    					dst := dst
    					t.NewSubTestf("to %v", dst.Config().Service).RunParallel(func(t framework.TestContext) {
    						for _, opt := range callOptions {
    							opt := opt
    							t.NewSubTestf("%v", opt.Scheme).RunParallel(func(t framework.TestContext) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  2. tests/integration/security/authz_test.go

    func TestAuthz_WorkloadSelector(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			// Verify that the workload-specific path (/policy-<ns>-<svc>) works only on the selected workload.
    			t.NewSubTestf("single workload").
    				Run(func(t framework.TestContext) {
    					from := apps.Ns1.A
    					fromMatch := match.ServiceName(from.NamespacedName())
    					toMatch := match.Not(fromMatch)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top