Skip to content

Commit

Permalink
tets
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Aug 8, 2024
1 parent bca45db commit 77ad5c4
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 302 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
)

// replace github.com/networkservicemesh/integration-tests => ../integration-tests
replace github.com/networkservicemesh/integration-tests => github.com/NikitaSkrynnik/integration-tests v0.0.0-20240808090017-4e8320b9bc6d
replace github.com/networkservicemesh/integration-tests => github.com/NikitaSkrynnik/integration-tests v0.0.0-20240808091356-61ed7e621873

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
6 changes: 0 additions & 6 deletions tests_single/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@ package single
import (
"testing"

"github.com/networkservicemesh/integration-tests/extensions/parallel"
"github.com/networkservicemesh/integration-tests/suites/basic"
"github.com/networkservicemesh/integration-tests/suites/highload"
"github.com/stretchr/testify/suite"
)

func TestRunBasicSuite(t *testing.T) {
parallel.Run(t, new(basic.Suite))
}

func TestRunHighloadSuite(t *testing.T) {
suite.Run(t, new(highload.Suite))
}
67 changes: 0 additions & 67 deletions tests_single/feature_test.go

This file was deleted.

29 changes: 0 additions & 29 deletions tests_single/heal_test.go

This file was deleted.

28 changes: 0 additions & 28 deletions tests_single/ipsec_test.go

This file was deleted.

29 changes: 0 additions & 29 deletions tests_single/k8s_monolith_test.go

This file was deleted.

28 changes: 0 additions & 28 deletions tests_single/memory_test.go

This file was deleted.

29 changes: 0 additions & 29 deletions tests_single/observability_test.go

This file was deleted.

52 changes: 0 additions & 52 deletions tests_single/ovs_test.go

This file was deleted.

33 changes: 0 additions & 33 deletions tests_single/rvlan_test.go

This file was deleted.

0 comments on commit 77ad5c4

Please sign in to comment.