Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestZtunnelSendsPodSnapshot (0.2 sec)

  1. cni/pkg/nodeagent/ztunnelserver_test.go

    	"k8s.io/apimachinery/pkg/types"
    
    	"istio.io/istio/pkg/monitoring/monitortest"
    	"istio.io/istio/pkg/test/util/assert"
    	"istio.io/istio/pkg/zdsapi"
    )
    
    var ztunnelTestCounter atomic.Uint32
    
    func TestZtunnelSendsPodSnapshot(t *testing.T) {
    	ztunnelKeepAliveCheckInterval = time.Second / 10
    	mt := monitortest.New(t)
    	setupLogging()
    	ctx, cancel := context.WithCancel(context.Background())
    	defer cancel()
    
    	fixture := connect(ctx)
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 21:47:31 GMT 2024
    - 8.6K bytes
    - Viewed (0)
Back to top