Rename integration to testConfig

pull/5116/head
josedonizetti 2019-08-19 20:08:52 -04:00
parent 69dfac387d
commit 911ce1276d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// +build integration
/*
Copyright 2016 The Kubernetes Authors All rights reserved.
Copyright 2019 The Kubernetes Authors All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -22,7 +22,7 @@ import (
"testing"
)
func testMinikubeConfig(t *testing.T) {
func testConfig(t *testing.T) {
t.Parallel()
p := profileName(t)
mk := NewMinikubeRunner(t, p, "--wait=false")

View File

@ -49,7 +49,7 @@ func TestFunctional(t *testing.T) {
t.Run("Provisioning", testProvisioning)
t.Run("Tunnel", testTunnel)
t.Run("kubecontext", testKubeConfigCurrentCtx)
t.Run("minikubeConfig", testMinikubeConfig)
t.Run("config", testConfig)
if !isTestNoneDriver(t) {
t.Run("EnvVars", testClusterEnv)