summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/utils.go')
-rw-r--r--extras/hs-test/utils.go12
1 files changed, 7 insertions, 5 deletions
diff --git a/extras/hs-test/utils.go b/extras/hs-test/utils.go
index e23ea814269..f3b7ffa7578 100644
--- a/extras/hs-test/utils.go
+++ b/extras/hs-test/utils.go
@@ -39,11 +39,13 @@ statseg {
}
plugins {
- plugin unittest_plugin.so { enable }
- plugin dpdk_plugin.so { disable }
- plugin crypto_aesni_plugin.so { enable }
- plugin quic_plugin.so { enable }
- plugin crypto_ipsecmb_plugin.so { disable }
+ plugin default { disable }
+
+ plugin unittest_plugin.so { enable }
+ plugin quic_plugin.so { enable }
+ plugin af_packet_plugin.so { enable }
+ plugin hs_apps_plugin.so { enable }
+ plugin http_plugin.so { enable }
}
`