You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/test/broker
Roger A. Light 6a75eb377b Add test for issue in #828.
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
..
c
01-connect-anon-denied.pwfile
01-connect-anon-denied.py
01-connect-invalid-id-0-311.py
01-connect-invalid-id-0.py
01-connect-invalid-id-missing.py
01-connect-invalid-id-utf8.py
01-connect-invalid-protonum.py
01-connect-invalid-reserved.py
01-connect-success.py
01-connect-uname-invalid-utf8.py
01-connect-uname-no-flag.py
01-connect-uname-no-password-denied.pwfile
01-connect-uname-no-password-denied.py
01-connect-uname-password-denied.pwfile
01-connect-uname-password-denied.py
01-connect-uname-password-success-no-tls.conf
01-connect-uname-password-success-no-tls.pwfile
01-connect-uname-password-success-no-tls.py
01-connect-uname-password-success.pwfile
01-connect-uname-password-success.py
01-connect-uname-pwd-no-flag.py
02-subhier-crash.py
02-subpub-qos0.py
02-subpub-qos1.py
02-subpub-qos2.py
02-subscribe-invalid-utf8.py
02-subscribe-persistence-flipflop.py
02-subscribe-qos0.py
02-subscribe-qos1.py
02-subscribe-qos2.py
02-unsubscribe-invalid-no-topic.py
02-unsubscribe-qos0.py
02-unsubscribe-qos1.py
02-unsubscribe-qos2.py
03-pattern-matching-helper.py
03-pattern-matching.py
03-publish-b2c-disconnect-qos1-helper.py
03-publish-b2c-disconnect-qos1.py
03-publish-b2c-disconnect-qos2-helper.py
03-publish-b2c-disconnect-qos2.py
03-publish-b2c-timeout-qos1-helper.py
03-publish-b2c-timeout-qos1.py
03-publish-b2c-timeout-qos2-helper.py
03-publish-b2c-timeout-qos2.py
03-publish-c2b-disconnect-qos2.py
03-publish-c2b-timeout-qos2.py
03-publish-invalid-utf8.py
03-publish-qos1-queued-bytes.conf
03-publish-qos1-queued-bytes.py
03-publish-qos1.py
03-publish-qos2.py
04-retain-qos0-clear.py
04-retain-qos0-fresh.py
04-retain-qos0-repeated.py
04-retain-qos0.py
04-retain-qos1-qos0.py
04-retain-upgrade-outgoing-qos.py
05-clean-session-qos1-helper.py
05-clean-session-qos1.py
06-bridge-b2br-disconnect-qos1.py
06-bridge-b2br-disconnect-qos2.py
06-bridge-b2br-remapping.py
06-bridge-br2b-disconnect-qos1-helper.py
06-bridge-br2b-disconnect-qos1.py
06-bridge-br2b-disconnect-qos2-helper.py
06-bridge-br2b-disconnect-qos2.py
06-bridge-br2b-remapping.py
06-bridge-fail-persist-resend-qos1.py
06-bridge-fail-persist-resend-qos2.py
06-bridge-per-listener-settings.py
06-bridge-reconnect-local-out-helper.py
06-bridge-reconnect-local-out.py
07-will-invalid-utf8.py
07-will-no-flag.py
07-will-null-helper.py
07-will-null-topic.py
07-will-null.py
07-will-qos0-helper.py
07-will-qos0.py
08-ssl-bridge-helper.py
08-ssl-bridge.py
08-ssl-connect-cert-auth-crl.py
08-ssl-connect-cert-auth-expired.py
08-ssl-connect-cert-auth-revoked.py
08-ssl-connect-cert-auth-without.py
08-ssl-connect-cert-auth.py
08-ssl-connect-identity.py
08-ssl-connect-no-auth-wrong-ca.py
08-ssl-connect-no-auth.py
08-ssl-connect-no-identity.py
08-tls-psk-bridge.psk
08-tls-psk-bridge.py
08-tls-psk-pub.psk
08-tls-psk-pub.py
09-plugin-auth-acl-sub.py
09-plugin-auth-defer-unpwd-fail.py
09-plugin-auth-defer-unpwd-success.py
09-plugin-auth-msg-params.py
09-plugin-auth-unpwd-fail.py
09-plugin-auth-unpwd-success.py
09-plugin-auth-v2-unpwd-fail.py
09-plugin-auth-v2-unpwd-success.py
10-listener-mount-point-helper.py
10-listener-mount-point.py
11-persistent-subscription.py
Makefile
ptest.py Add test for issue in #828. 7 years ago
readme.txt

readme.txt

----- 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: Clean session tests
06: Bridge tests
07: Will tests