Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createSocketFile (0.21 sec)

  1. pkg/volume/util/hostutil/hostutil_test.go

    				}
    				return
    			}
    
    			expectedPath := filepath.FromSlash(tc.expectedPath)
    			assert.Equal(t, expectedPath, path)
    		})
    	}
    }
    
    func createSocketFile(socketDir string) (string, error) {
    	testSocketFile := filepath.Join(socketDir, "mt.sock")
    
    	// Switch to volume path and create the socket file
    	// socket file can not have length of more than 108 character
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 16:02:07 UTC 2023
    - 5.6K bytes
    - Viewed (0)
Back to top