aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/sslendpoints/ports/ports_suite_test.go
blob: 8a6431e5e8291b824a1cf686f0e71e61cd580372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package ports_test

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func TestNodeports(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Nodeports Suite")
}