Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Update to testing framework v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Sep 22, 2020
1 parent 3cd2fb7 commit 9b6cb2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ import (
"testing"

"github.com/blang/semver"
"github.com/mesosphere/ksphere-testing-framework/pkg/cluster/kind"
"sigs.k8s.io/kind/pkg/cluster"

volumetypes "github.com/docker/docker/api/types/volume"
docker "github.com/docker/docker/client"
"github.com/google/uuid"
testcluster "github.com/mesosphere/ksphere-testing-framework/pkg/cluster"
"github.com/mesosphere/ksphere-testing-framework/pkg/cluster/kind"
"github.com/mesosphere/ksphere-testing-framework/pkg/cluster/konvoy"
"github.com/mesosphere/ksphere-testing-framework/pkg/experimental"
testgroups "github.com/mesosphere/ksphere-testing-framework/pkg/groups"
testharness "github.com/mesosphere/ksphere-testing-framework/pkg/harness"
"github.com/mesosphere/kubeaddons/pkg/api/v1beta2"
"github.com/mesosphere/kubeaddons/pkg/catalog"
Expand All @@ -31,6 +30,7 @@ import (
"k8s.io/client-go/tools/clientcmd"
"k8s.io/helm/pkg/chartutil"
"sigs.k8s.io/kind/pkg/apis/config/v1alpha4"
"sigs.k8s.io/kind/pkg/cluster"
)

const (
Expand Down Expand Up @@ -74,7 +74,7 @@ func init() {
}

fmt.Println("finding addon test groups...")
groups, err = experimental.AddonsForGroupsFile("groups.yaml", cat)
groups, err = testgroups.AddonsForGroupsFile("groups.yaml", cat)
if err != nil {
panic(err)
}
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/datawire/ambassador v1.7.2
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
github.com/google/uuid v1.1.2
github.com/mesosphere/ksphere-testing-framework v0.2.0
github.com/mesosphere/ksphere-testing-framework v0.2.1
github.com/mesosphere/kubeaddons v0.20.3
k8s.io/api v0.19.1
k8s.io/apimachinery v0.19.1
Expand Down
2 changes: 2 additions & 0 deletions test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,8 @@ github.com/mesosphere/ksphere-testing-framework v0.0.0-20200624200651-6b661edc68
github.com/mesosphere/ksphere-testing-framework v0.0.0-20200624200651-6b661edc6888/go.mod h1:VepB0MnVsAdG5U7CkSQQXkrYvlfOELYlMiNOmutuZEA=
github.com/mesosphere/ksphere-testing-framework v0.2.0 h1:ogL9OLjsV+V3ZQRVR6AqcXaFIGDC+dwQ2O6oR5wKDP4=
github.com/mesosphere/ksphere-testing-framework v0.2.0/go.mod h1:FMV0aXxxjC6+Q6Ra0vph2kF34EtgKunHlkORapcztSc=
github.com/mesosphere/ksphere-testing-framework v0.2.1 h1:U6t/VvVE8gaq693H5Nd5UWeJiIFT8fRTBBLfc/J5hcI=
github.com/mesosphere/ksphere-testing-framework v0.2.1/go.mod h1:FMV0aXxxjC6+Q6Ra0vph2kF34EtgKunHlkORapcztSc=
github.com/mesosphere/kubeaddons v0.10.2/go.mod h1:6TEL+jD4yW324GCF+aaIXNmBBgeeaF636DAi43OJffo=
github.com/mesosphere/kubeaddons v0.11.0/go.mod h1:vUibt0jKmrxwRi2nDS7Os+Lz1PMqGVDG6HpdI0HUWGQ=
github.com/mesosphere/kubeaddons v0.16.1/go.mod h1:CQd9wXoGtdH7iDQ00++WaiL/vJCsXNx22ug94P4z+X0=
Expand Down

0 comments on commit 9b6cb2e

Please sign in to comment.