remove getAvailableDriveLetter func and test

This commit is contained in:
andyzhangx
2017-10-10 04:50:52 +00:00
parent 5275598d35
commit c9070ffa8c
2 changed files with 0 additions and 20 deletions

View File

@@ -22,12 +22,6 @@ import (
"testing"
)
func TestGetAvailableDriveLetter(t *testing.T) {
if _, err := getAvailableDriveLetter(); err != nil {
t.Errorf("getAvailableDriveLetter test failed : %v", err)
}
}
func TestNormalizeWindowsPath(t *testing.T) {
path := `/var/lib/kubelet/pods/146f8428-83e7-11e7-8dd4-000d3a31dac4/volumes/kubernetes.io~azure-disk`
normalizedPath := normalizeWindowsPath(path)