From 1edf41f81a4b0596819fe3da05bcc60c8605a5ee Mon Sep 17 00:00:00 2001 From: denis-tingaikin Date: Mon, 1 Aug 2022 21:22:14 +0300 Subject: [PATCH] manually update to latest sdk Signed-off-by: denis-tingaikin --- entry_point_test.go | 8 +++----- go.mod | 2 +- go.sum | 8 ++++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/entry_point_test.go b/entry_point_test.go index 5038107..7eec0e7 100644 --- a/entry_point_test.go +++ b/entry_point_test.go @@ -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)) } diff --git a/go.mod b/go.mod index 0a3a65d..5ce65ed 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 9afe381..de9b604 100644 --- a/go.sum +++ b/go.sum @@ -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=