Skip to content

Commit

Permalink
Merge pull request #203 from networkservicemesh/update/networkservice…
Browse files Browse the repository at this point in the history
…mesh/integration-k8s-kind

Update from update/networkservicemesh/integration-k8s-kind
  • Loading branch information
denis-tingaikin authored Aug 1, 2022
2 parents 813c518 + 1edf41f commit a131954
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions entry_point_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@ import (
"os"
"testing"

"github.com/networkservicemesh/integration-tests/suites/floating_interdomain"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

"github.com/networkservicemesh/integration-tests/suites/interdomain"

_ "k8s.io/client-go/plugin/pkg/client/auth/gcp" // This is required for GKE authentication
)

func TestInterdomainBasicSuite(t *testing.T) {
func TestFloatingInterdomainBasicSuite(t *testing.T) {
require.NoError(t, flag.Set("gotestmd.t", "10m"))
os.Setenv("KUBECONFIG", os.Getenv("KUBECONFIG1"))
suite.Run(t, new(interdomain.Suite))
suite.Run(t, new(floating_interdomain.Suite))
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/networkservicemesh/integration-tests v0.0.0-20220606110259-f13859021323
github.com/networkservicemesh/integration-tests v0.0.0-20220801174218-305c157aa4bd
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/client-go v0.20.5
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/networkservicemesh/gotestmd v0.0.0-20211116145945-871d2aaf07ab h1:/dIr8Nky77grI3s9Rc78eFH9M1Svobyj2XJBaKm27ts=
github.com/networkservicemesh/gotestmd v0.0.0-20211116145945-871d2aaf07ab/go.mod h1:8EWnekTRNX+NxBdTFE24WqUoM7SgJHbiafDBrIIdOmQ=
github.com/networkservicemesh/integration-tests v0.0.0-20220606110259-f13859021323 h1:YMpIX7akgx52p/pdSaAFNEREWhLR4F9HA4owh2G4AY8=
github.com/networkservicemesh/integration-tests v0.0.0-20220606110259-f13859021323/go.mod h1:0o7WrzxlHEwnDSuZPEM1BnKd4hr7+akKgymoAoTTbv8=
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc h1:1L/OisEFsOyhwaqeJpYmM1nlJ2dBusUMiszPDBlUip0=
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc/go.mod h1:8EWnekTRNX+NxBdTFE24WqUoM7SgJHbiafDBrIIdOmQ=
github.com/networkservicemesh/integration-tests v0.0.0-20220801174218-305c157aa4bd h1:GbdgcRS+7++53BMMH3qhHsnBBIM6NKIQDerAHEMnmms=
github.com/networkservicemesh/integration-tests v0.0.0-20220801174218-305c157aa4bd/go.mod h1:FiN76Emti1ZyhWMIG6vg6kXG//0wSCoKokBvp6i8bjM=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down

0 comments on commit a131954

Please sign in to comment.