hs-test: add tests repeat option
[vpp.git] / extras / hs-test / framework_test.go
1 package main
2
3 import (
4         "testing"
5
6         . "github.com/onsi/ginkgo/v2"
7         . "github.com/onsi/gomega"
8 )
9
10 func TestHst(t *testing.T) {
11         RegisterFailHandler(Fail)
12         RunSpecs(t, "HST")
13 }