aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/k8s/src/check/validators/master/controllermanager/controllermanager_suite_test.go
blob: c5b9a027cdb286ffcc3603b8435d2bfada22fa51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package controllermanager_test

import (
	"testing"

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

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