Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getWorkloadCertLastUpdateTime (0.17 sec)

  1. tests/integration/security/cacert_rotation/main_test.go

    			namespace.ClaimOrFail(t, t, istioCfg.SystemNamespace)
    
    			from := apps.EchoNamespace.A
    			to := apps.EchoNamespace.B
    			fromAndTo := from.Append(to)
    
    			lastUpdateTime, err := getWorkloadCertLastUpdateTime(t, from[0], istioCtl)
    			if err != nil {
    				t.Errorf("failed to get workload cert last update time: %v", err)
    			}
    
    			// Verify traffic works between a and b
    			echotest.New(t, fromAndTo).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top