Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBlockMapperSetupDevice (0.96 sec)

  1. pkg/volume/csi/csi_block_test.go

    			t.Errorf("expecting path %s, got %s", tc.path, path)
    		}
    
    		if tc.specVolumeName != volName {
    			t.Errorf("expecting volName %s, got %s", tc.specVolumeName, volName)
    		}
    	}
    }
    
    func TestBlockMapperSetupDevice(t *testing.T) {
    	plug, tmpDir := newTestPlugin(t, nil)
    	defer os.RemoveAll(tmpDir)
    
    	csiMapper, _, pv, err := prepareBlockMapperTest(plug, "test-pv", t)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 26.5K bytes
    - Viewed (0)
Back to top