hs-test: transition to ginkgo test framework
[vpp.git] / extras / hs-test / mirroring_test.go
index 91f43f4..6c5a860 100644 (file)
@@ -4,7 +4,11 @@ import (
        "github.com/edwarnicke/exechelper"
 )
 
-func (s *NginxSuite) TestMirroring() {
+func init() {
+       registerNginxTests(MirroringTest)
+}
+
+func MirroringTest(s *NginxSuite) {
        proxyAddress := s.getInterfaceByName(mirroringClientInterfaceName).peer.ip4AddressString()
 
        path := "/64B.json"