Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <[email protected]>
  • Loading branch information
glazychev-art authored and denis-tingaikin committed Dec 21, 2022
1 parent 7949a37 commit 1f2a45d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions entry_point_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ import (
"github.com/stretchr/testify/suite"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp" // This is required for GKE authentication

"github.com/networkservicemesh/integration-tests/suites/floating_interdomain"
"github.com/networkservicemesh/integration-tests/suites/multicluster"
)

func TestFloatingInterdomainBasicSuite(t *testing.T) {
require.NoError(t, flag.Set("gotestmd.t", "10m"))
os.Setenv("KUBECONFIG", os.Getenv("KUBECONFIG1"))
suite.Run(t, new(floating_interdomain.Suite))
suite.Run(t, new(multicluster.Suite))
}
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/networkservicemesh/integration-k8s-kind
module github.com/networkservicemesh/integration-interdomain-k8s

go 1.18

require (
github.com/networkservicemesh/integration-tests v0.0.0-20220801174218-305c157aa4bd
github.com/networkservicemesh/integration-tests v0.0.0-20221219214735-370246c106f2
github.com/stretchr/testify v1.7.0
k8s.io/client-go v0.20.5
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8m
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
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/networkservicemesh/integration-tests v0.0.0-20221219214735-370246c106f2 h1:mUTx26/F/2z4+9I1UPCh4OgeoUnTWnC6TKNeglhz6T0=
github.com/networkservicemesh/integration-tests v0.0.0-20221219214735-370246c106f2/go.mod h1:qkqJgckg5vY5STByxzKhzhDB+TKCAU0qasuwfJ0cG+s=
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 1f2a45d

Please sign in to comment.