Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for NewSubTestf (0.28 sec)

  1. 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