1
0
mirror of https://github.com/eclipse/mosquitto.git synced 2025-05-09 01:01:11 +08:00
mosquitto/test/broker/readme.txt
Thymo van Beers 9d325b26d6 Updated broker tests readme
Signed-off-by: Thymo van Beers <tvanbeers@bauwatch.com>
2024-11-01 08:55:40 +00:00

22 lines
455 B
Plaintext

----- Broker Tests -----
This folder contains a number of tests to exercise the functionality of the
broker. Feel free to add more.
Numbering is as follows:
01: Connection tests
02: Subscribe/unsubscribe tests
03: Publish tests
04: Retained message tests
05: Session management tests
06: Bridge tests
07: Will tests
08: TLS tests
09: Auth tests
10: Listener tests
11: Persistence tests
12: Property tests
13: Malformed tests
14: Dynamic security tests