Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBlockMapperGetGlobalMapPath (0.68 sec)

  1. pkg/volume/csi/csi_block_test.go

    	)
    	if err != nil {
    		return nil, nil, nil, fmt.Errorf("failed to make a new Mapper: %w", err)
    	}
    	csiMapper := mapper.(*csiBlockMapper)
    	return csiMapper, spec, pv, nil
    }
    
    func TestBlockMapperGetGlobalMapPath(t *testing.T) {
    	plug, tmpDir := newTestPlugin(t, nil)
    	defer os.RemoveAll(tmpDir)
    
    	// TODO (vladimirvivien) specName with slashes will not work
    	testCases := []struct {
    		name           string
    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