Skip to content

Commit

Permalink
add observability suite
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jan 21, 2022
1 parent 64dc31c commit 7546837
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entry_point_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/networkservicemesh/integration-tests/suites/heal"
"github.com/networkservicemesh/integration-tests/suites/interdomain"
"github.com/networkservicemesh/integration-tests/suites/memory"
"github.com/networkservicemesh/integration-tests/suites/observability"
)

func TestRunHealSuiteSingle(t *testing.T) {
Expand All @@ -47,3 +48,7 @@ func TestRunMemorySuiteSingle(t *testing.T) {
func TestRunInterdomainSuite(t *testing.T) {
suite.Run(t, new(interdomain.Suite))
}

func TestRunObservabilitySuite(t *testing.T) {
suite.Run(t, new(observability.Suite))
}

0 comments on commit 7546837

Please sign in to comment.