From c899ab4e5614bc10b4792754969722677394eea7 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Mon, 22 Apr 2024 13:42:00 +0200 Subject: hs-test: fix TCP with loss test Load NSIM plugin. Type: test Change-Id: I250f51e6622419d98fd17216031a5b4d2da07fba Signed-off-by: Matus Fabian --- extras/hs-test/vppinstance.go | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/hs-test/vppinstance.go') diff --git a/extras/hs-test/vppinstance.go b/extras/hs-test/vppinstance.go index d78e6c539d2..7ddec7e0ed4 100644 --- a/extras/hs-test/vppinstance.go +++ b/extras/hs-test/vppinstance.go @@ -61,6 +61,7 @@ plugins { plugin prom_plugin.so { enable } plugin tlsopenssl_plugin.so { enable } plugin ping_plugin.so { enable } + plugin nsim_plugin.so { enable } } logging { -- cgit 1.2.3-korg