From 7714507f816b36055ca25c67b6228637bd600cf9 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:30:36 +0200 Subject: Test multiple `ndpiReader` configurations (#1931) Extend internal unit tests to handle multiple configurations. As some examples, add tests about: * disabling some protocols * disabling Ookla aggressiveness Every configurations data is stored in a dedicated directory under `tests\cfgs` --- tests/cfgs/disable_protocols/README.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/cfgs/disable_protocols/README.txt (limited to 'tests/cfgs/disable_protocols/README.txt') diff --git a/tests/cfgs/disable_protocols/README.txt b/tests/cfgs/disable_protocols/README.txt new file mode 100644 index 000000000..a6ed43e9f --- /dev/null +++ b/tests/cfgs/disable_protocols/README.txt @@ -0,0 +1,5 @@ +Try disabling some protocols: +* a master protocol (QUIC) +* DNS +* an HTTP sub-protocol (SOAP) +* a protocol identified via content match (Pluralsight) -- cgit v1.2.3