Skip to content

Commit

Permalink
Merge pull request #48 from networkservicemesh/multiforwarder
Browse files Browse the repository at this point in the history
Run multi forwarder tests on packet
  • Loading branch information
denis-tingaikin authored Apr 6, 2021
2 parents a4aacb9 + b709e7f commit 1e36dbe
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 @@ -22,6 +22,7 @@ import (
"github.com/stretchr/testify/suite"

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

Expand All @@ -32,3 +33,7 @@ func TestMemory(t *testing.T) {
func TestSRIOV(t *testing.T) {
suite.Run(t, new(sriov.Suite))
}

func TestMultiForwarder(t *testing.T) {
suite.Run(t, new(multiforwarder.Suite))
}

0 comments on commit 1e36dbe

Please sign in to comment.