diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-04-06 11:30:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 11:30:36 +0200 |
commit | 7714507f816b36055ca25c67b6228637bd600cf9 (patch) | |
tree | 03da206586dc5748b6912a8d744e355ecebf6a3b /tests/cfgs/disable_protocols/README.txt | |
parent | 7a627296f0a032ea0d73989531f21096e1f295e9 (diff) |
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`
Diffstat (limited to 'tests/cfgs/disable_protocols/README.txt')
-rw-r--r-- | tests/cfgs/disable_protocols/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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) |