Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_AddNode_Positive_ExistingNode (0.35 sec)

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

    	}
    }
    
    // Calls AddNode() once.
    // Verifies node exists.
    // Calls AddNode() again with the same node.
    // Verifies node exists, and zero volumes to attach.
    func Test_AddNode_Positive_ExistingNode(t *testing.T) {
    	// Arrange
    	volumePluginMgr, _ := volumetesting.GetTestVolumePluginMgr(t)
    	dsw := NewDesiredStateOfWorld(volumePluginMgr)
    	nodeName := k8stypes.NodeName("node-name")
    
    	// Act
    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