Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_AddVolumeNode_Positive_NewVolumeTwoNodesWithFalseAttached (0.51 sec)

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

    // Then calls AddVolumeNode() to attach the volume to a different node with attached set to true
    // Verifies volume is attached to the node according to asw.
    func Test_AddVolumeNode_Positive_NewVolumeTwoNodesWithFalseAttached(t *testing.T) {
    	// Arrange
    	volumePluginMgr, _ := volumetesting.GetTestVolumePluginMgr(t)
    	asw := NewActualStateOfWorld(volumePluginMgr)
    	volumeName := v1.UniqueVolumeName("volume-name")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
Back to top