Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNodeExpand (0.15 sec)

  1. pkg/volume/local/local_test.go

    			t.Errorf("DeviceMounter.MountDevice() failed, device mount path not created: %s", expectedGlobalPath)
    		} else {
    			t.Errorf("DeviceMounter.MountDevice() failed: %v", err)
    		}
    	}
    }
    
    func TestNodeExpand(t *testing.T) {
    	// FS global path testing
    	tmpFSDir, plug := getNodeExpandablePlugin(t, false)
    	defer os.RemoveAll(tmpFSDir)
    
    	pvSpec := getTestVolume(false, tmpFSDir, false, nil)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 10:53:39 UTC 2023
    - 22.5K bytes
    - Viewed (0)
Back to top