Adds documentation for validateMountCmd test

working towards #11571 :)
pull/15782/head
x7upLime 2023-02-05 19:46:56 +02:00
parent 07f3f440ff
commit 849de9086b
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ const (
)
// validateMountCmd verifies the minikube mount command works properly
// for the platforms that support it, we're testing:
// - a generic 9p mount
// - a 9p mount on a specific port
// - cleaning-mechanism for profile-specific mounts
func validateMountCmd(ctx context.Context, t *testing.T, profile string) { // nolint
if NoneDriver() {
t.Skip("skipping: none driver does not support mount")