Create new Source Based Routing plugin
This creates a new plugin (sbr) which sets up source based routing, for use as a chained plugin for multi-network environments.
This commit is contained in:
15
plugins/meta/sbr/sbr_suite_test.go
Normal file
15
plugins/meta/sbr/sbr_suite_test.go
Normal file
@ -0,0 +1,15 @@
|
||||
// The boilerplate needed for Ginkgo
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSample(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "plugins/sbr")
|
||||
}
|
Reference in New Issue
Block a user