containerized-data-importer/pkg/controller/controller_suite_test.go
Alexander Wels 40072b631a Report cloning progress in logs and prometheus.
Signed-off-by: Alexander Wels <awels@redhat.com>
2018-11-01 11:09:03 -04:00

16 lines
318 B
Go

package controller_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"kubevirt.io/containerized-data-importer/tests/reporters"
)
func TestController(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecsWithDefaultAndCustomReporters(t, "Controller Suite", reporters.NewReporters())
}