pull/6723/head
Medya Gh 2020-02-20 17:01:28 -08:00
parent 5d94399175
commit 2da158a1a0
7 changed files with 1 additions and 7 deletions

View File

@ -24,7 +24,6 @@ import (
"os" "os"
"os/exec" "os/exec"
"testing" "testing"
"time"
) )
func TestOffline(t *testing.T) { func TestOffline(t *testing.T) {

View File

@ -23,7 +23,6 @@ import (
"os/exec" "os/exec"
"strings" "strings"
"testing" "testing"
"time"
) )
func TestDockerFlags(t *testing.T) { func TestDockerFlags(t *testing.T) {

View File

@ -327,7 +327,7 @@ func validateDNS(ctx context.Context, t *testing.T, profile string) {
t.Fatalf("%s failed: %v", rr.Args, err) t.Fatalf("%s failed: %v", rr.Args, err)
} }
names, err := PodWait(ctx, t, profile, "default", "integration-test=busybox", Minutes) names, err := PodWait(ctx, t, profile, "default", "integration-test=busybox", Minutes(4))
if err != nil { if err != nil {
t.Fatalf("wait: %v", err) t.Fatalf("wait: %v", err)
} }

View File

@ -23,7 +23,6 @@ import (
"fmt" "fmt"
"os/exec" "os/exec"
"testing" "testing"
"time"
"k8s.io/minikube/pkg/minikube/vmpath" "k8s.io/minikube/pkg/minikube/vmpath"
) )

View File

@ -23,7 +23,6 @@ import (
"os/exec" "os/exec"
"path/filepath" "path/filepath"
"testing" "testing"
"time"
) )
func TestGvisorAddon(t *testing.T) { func TestGvisorAddon(t *testing.T) {

View File

@ -28,7 +28,6 @@ import (
"strconv" "strconv"
"syscall" "syscall"
"testing" "testing"
"time"
"k8s.io/minikube/pkg/minikube/localpath" "k8s.io/minikube/pkg/minikube/localpath"
) )

View File

@ -28,7 +28,6 @@ import (
"strconv" "strconv"
"strings" "strings"
"testing" "testing"
"time"
"github.com/docker/machine/libmachine/state" "github.com/docker/machine/libmachine/state"
"github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp"