Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_DeletePod_Positive_2PodsExistNodeExistsVolumesExist (0.53 sec)

  1. pkg/controller/volume/attachdetach/cache/desired_state_of_world_test.go

    }
    
    // Populates data struct with pod1/volume/node and pod2/volume/node.
    // Calls DeleteNode() to delete the pod1/volume/node.
    // Verifies volume still exists, and one volumes to attach.
    func Test_DeletePod_Positive_2PodsExistNodeExistsVolumesExist(t *testing.T) {
    	// Arrange
    	volumePluginMgr, _ := volumetesting.GetTestVolumePluginMgr(t)
    	dsw := NewDesiredStateOfWorld(volumePluginMgr)
    	pod1Name := "pod1-uid"
    	pod2Name := "pod2-uid"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 10:42:15 UTC 2024
    - 35.9K bytes
    - Viewed (0)
Back to top