Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestExistingPodAddedWhenItPreExists (0.22 sec)

  1. cni/pkg/nodeagent/informers_test.go

    	client.RunAndWait(ctx.Done())
    	disabledPod, err := handlers.GetPodIfAmbient(pod.Name, "what")
    
    	assert.Error(t, err)
    	assert.Equal(t, disabledPod, nil)
    }
    
    func TestExistingPodAddedWhenItPreExists(t *testing.T) {
    	setupLogging()
    	NodeName = "testnode"
    
    	mt := monitortest.New(t)
    
    	ctx, cancel := context.WithCancel(context.Background())
    	defer cancel()
    
    	pod := &corev1.Pod{
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 09 16:05:45 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top