github.com/openshift/dpu-operator@v0.0.0-20240502153209-3af840d137c2/dpu-cni/pkgs/cnihelper/cnihelper_suite_test.go (about)

     1  package cnihelper_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/onsi/ginkgo/v2"
     7  	. "github.com/onsi/gomega"
     8  )
     9  
    10  func TestCnihelper(t *testing.T) {
    11  	RegisterFailHandler(Fail)
    12  	RunSpecs(t, "Cnihelper Suite")
    13  }