summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/ldp_test.go
diff options
context:
space:
mode:
authorAdrian Villin <avillin@cisco.com>2024-06-24 08:14:05 -0400
committerFlorin Coras <florin.coras@gmail.com>2024-06-24 16:06:40 +0000
commit1fde999eec2e0f6f8997c1bf41b638f085a14b07 (patch)
tree3103c383d67cf9aaab1b467ff2e972f4b2d78c38 /extras/hs-test/ldp_test.go
parent228e195e115a195b408d90e25a85dbbd8560059d (diff)
hs-test: added interrupt mode tests
Type: test Change-Id: I327fa1a4ea23a3af3aa33e5260367426a11e7b4f Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/ldp_test.go')
-rw-r--r--extras/hs-test/ldp_test.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/extras/hs-test/ldp_test.go b/extras/hs-test/ldp_test.go
index 53043aabaf2..e9e8bba9274 100644
--- a/extras/hs-test/ldp_test.go
+++ b/extras/hs-test/ldp_test.go
@@ -9,7 +9,11 @@ import (
)
func init() {
- RegisterVethTests(LDPreloadIperfVppTest)
+ RegisterVethTests(LDPreloadIperfVppTest, LDPreloadIperfVppInterruptModeTest)
+}
+
+func LDPreloadIperfVppInterruptModeTest(s *VethsSuite) {
+ LDPreloadIperfVppTest(s)
}
func LDPreloadIperfVppTest(s *VethsSuite) {