typo
parent
5d94399175
commit
2da158a1a0
|
@ -24,7 +24,6 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestOffline(t *testing.T) {
|
func TestOffline(t *testing.T) {
|
||||||
|
|
|
@ -23,7 +23,6 @@ import (
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestDockerFlags(t *testing.T) {
|
func TestDockerFlags(t *testing.T) {
|
||||||
|
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -28,7 +28,6 @@ import (
|
||||||
"strconv"
|
"strconv"
|
||||||
"syscall"
|
"syscall"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
|
||||||
|
|
||||||
"k8s.io/minikube/pkg/minikube/localpath"
|
"k8s.io/minikube/pkg/minikube/localpath"
|
||||||
)
|
)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue