Skip to content

Commit

Permalink
Enable memory tests on packet
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
  • Loading branch information
Vladimir Popov committed Feb 20, 2021
1 parent 38418e0 commit 7223afb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ import (

"github.com/stretchr/testify/suite"

"github.com/networkservicemesh/integration-tests/suites/memory"
"github.com/networkservicemesh/integration-tests/suites/sriov"
)

func TestMemory(t *testing.T) {
suite.Run(t, new(memory.Suite))
}

func TestSRIOV(t *testing.T) {
suite.Run(t, new(sriov.Suite))
}

0 comments on commit 7223afb

Please sign in to comment.