..
c
Implement plugin wrappers for v2, v3, v4
2021-11-09 17:11:20 +00:00
data
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
01-connect-575314.py
Fix test
2021-10-06 09:54:19 +01:00
01-connect-accept-protocol.py
Add accept_protocol_versions option.
2021-09-21 11:07:54 +01:00
01-connect-allow-anonymous.py
01-connect-disconnect-v5.py
Strict protocol compliance fixes, and extensive test suite.
2021-08-23 23:19:28 +01:00
01-connect-global-max-clients.py
Add global_max_clients option.
2021-09-17 16:01:37 +01:00
01-connect-global-max-connections.py
Add global_max_connections option.
2021-09-17 16:06:02 +01:00
01-connect-max-connections.py
Fix max_connections option not being correctly counted.
2021-08-17 13:10:18 +01:00
01-connect-max-keepalive.py
Apply max_keepalive to MQTT v3.1.1 and v3.1 clients.
2021-08-20 23:27:14 +01:00
01-connect-take-over.py
Send DISCONNECT With session-takeover return code.
2021-10-12 23:20:53 +01:00
01-connect-uname-no-password-denied.pwfile
01-connect-uname-no-password-denied.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
01-connect-uname-or-anon.pwfile
01-connect-uname-or-anon.py
01-connect-uname-password-denied-no-will.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
01-connect-uname-password-denied.pwfile
01-connect-uname-password-denied.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
01-connect-uname-password-success-no-tls.pwfile
01-connect-uname-password-success-no-tls.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
01-connect-windows-line-endings.py
Fix problem parsing config files with Windows line endings.
2021-09-23 11:40:40 +01:00
01-connect-zero-length-id.py
02-shared-nolocal.py
$share subscription with no-local not allowed.
2021-07-08 12:31:53 +01:00
02-shared-qos0-v5.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subhier-crash.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-b2c-topic-alias.py
Merge branch 'master' into develop
2021-09-07 19:17:11 +01:00
02-subpub-qos0-long-topic.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos0-oversize-payload.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos0-queued-bytes.py
Fix QoS 0 messages not being delivered when max_queued_bytes was configured.
2021-03-08 23:23:45 +00:00
02-subpub-qos0-retain-as-publish.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos0-send-retain.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos0-subscription-id.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos0-topic-alias-unknown.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos0-topic-alias.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos1-message-expiry-retain.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos1-message-expiry-will.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
02-subpub-qos1-message-expiry.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
02-subpub-qos1-nolocal.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos1-oversize-payload.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos1.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos2-1322.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
02-subpub-qos2-max-inflight-bytes.py
Fix test.
2021-11-03 09:50:09 +00:00
02-subpub-qos2-pubrec-error.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos2-receive-maximum-1.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos2-receive-maximum-2.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-qos2.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subpub-recover-subscriptions.py
Fix $share subscriptions not being recovered for durable clients.
2021-08-26 12:17:26 +01:00
02-subscribe-dollar-v5.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subscribe-invalid-utf8.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subscribe-long-topic.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
02-subscribe-persistence-flipflop.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
03-pattern-matching.py
03-publish-b2c-disconnect-qos1.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-b2c-disconnect-qos2.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-b2c-qos1-len.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-b2c-qos2-len.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-c2b-disconnect-qos2.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-c2b-qos2-len.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-dollar-v5.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-dollar.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-invalid-utf8.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-long-topic.py
Merge branch 'master' into develop
2021-09-07 19:17:11 +01:00
03-publish-qos1-max-inflight-expire.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
03-publish-qos1-max-inflight.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
03-publish-qos1-no-subscribers-v5.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-qos1-queued-bytes.conf
03-publish-qos1-queued-bytes.py
03-publish-qos1-retain-disabled.py
03-publish-qos1.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
03-publish-qos2-max-inflight-exceeded.py
Enforce receive maximum on MQTT v5.
2021-03-21 22:08:46 +00:00
03-publish-qos2-max-inflight.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
03-publish-qos2-reuse-mid.py
MID reuse test.
2021-11-10 15:58:10 +00:00
03-publish-qos2.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
04-retain-check-source-persist-diff-port.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
04-retain-check-source-persist.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
04-retain-check-source.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
04-retain-qos0-clear.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
04-retain-qos0-fresh.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
04-retain-qos0-repeated.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
04-retain-qos0.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
04-retain-qos1-qos0.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
04-retain-upgrade-outgoing-qos.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
05-clean-session-qos1.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
05-session-expiry-v5.py
Check whether broker should be started.
2021-05-19 16:54:39 +01:00
06-bridge-b2br-disconnect-qos1.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-b2br-disconnect-qos2.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
06-bridge-b2br-late-connection-retain.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-b2br-late-connection.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-b2br-remapping.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-br2b-disconnect-qos1.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-br2b-disconnect-qos2.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-br2b-remapping.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-clean-session-core.py
Merge branch 'master' into develop
2021-09-07 19:17:11 +01:00
06-bridge-clean-session-csF-lcsF.py
Parallelise bridge clean session test.
2021-07-28 15:54:21 +01:00
06-bridge-clean-session-csF-lcsN.py
Parallelise bridge clean session test.
2021-07-28 15:54:21 +01:00
06-bridge-clean-session-csF-lcsT.py
Parallelise bridge clean session test.
2021-07-28 15:54:21 +01:00
06-bridge-clean-session-csT-lcsF.py
Parallelise bridge clean session test.
2021-07-28 15:54:21 +01:00
06-bridge-clean-session-csT-lcsN.py
Parallelise bridge clean session test.
2021-07-28 15:54:21 +01:00
06-bridge-clean-session-csT-lcsT.py
Parallelise bridge clean session test.
2021-07-28 15:54:21 +01:00
06-bridge-config-reload.py
Test fixes.
2021-03-25 20:40:55 +00:00
06-bridge-fail-persist-resend-qos1.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-fail-persist-resend-qos2.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
06-bridge-no-local.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
06-bridge-outgoing-retain.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-per-listener-settings.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
06-bridge-reconnect-local-out.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
07-will-delay-invalid-573191.py
Add missing test file.
2021-06-09 14:22:21 +01:00
07-will-delay-reconnect.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-delay-recover.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-delay-session-expiry.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-delay-session-expiry2.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-delay.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-disconnect-with-will.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-invalid-utf8.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-no-flag.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-null-topic.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-null.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-oversize-payload.py
Fix message_size_limit not applying to the Will payload.
2021-01-19 11:51:50 +00:00
07-will-per-listener.py
Fix LWT messages not being delivered if per_listener_settings was set to true
2021-09-21 22:51:25 +01:00
07-will-properties.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-qos0.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-reconnect-1273.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
07-will-takeover.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
08-ssl-bridge-helper.py
08-ssl-bridge.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-ssl-connect-cert-auth-crl.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-ssl-connect-cert-auth-expired-allowed.py
Fix test.
2021-10-01 16:10:59 +01:00
08-ssl-connect-cert-auth-expired.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-ssl-connect-cert-auth-revoked.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-ssl-connect-cert-auth-without.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-ssl-connect-cert-auth.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-ssl-connect-identity.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-ssl-connect-no-auth-wrong-ca.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-ssl-connect-no-auth.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-ssl-connect-no-identity.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
08-ssl-hup-disconnect.py
08-tls-psk-bridge.psk
08-tls-psk-bridge.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
08-tls-psk-pub.psk
08-tls-psk-pub.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-acl-access-variants.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-acl-change.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-acl-empty-file.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-auth-bad-method.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
09-extended-auth-change-username.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-extended-auth-multistep-reauth.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-extended-auth-multistep.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-extended-auth-reauth.py
Fix broker sending duplicate CONNACK on failed MQTT v5 reauthentication.
2021-10-12 22:33:05 +01:00
09-extended-auth-single.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-extended-auth-single2.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-acl-change.py
Fix for #575314 .
2021-08-30 16:14:27 +01:00
09-plugin-auth-acl-pub.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-acl-sub-denied.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-acl-sub.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-context-params.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-defer-unpwd-fail.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-defer-unpwd-success.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-msg-params.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-unpwd-fail.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-unpwd-success.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-v2-unpwd-fail.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-v2-unpwd-success.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-plugin-auth-v3-unpwd-fail.py
Implement plugin wrappers for v2, v3, v4
2021-11-09 17:11:20 +00:00
09-plugin-auth-v3-unpwd-success.py
Implement plugin wrappers for v2, v3, v4
2021-11-09 17:11:20 +00:00
09-plugin-auth-v4-unpwd-fail.py
Implement plugin wrappers for v2, v3, v4
2021-11-09 17:11:20 +00:00
09-plugin-auth-v4-unpwd-success.py
Implement plugin wrappers for v2, v3, v4
2021-11-09 17:11:20 +00:00
09-plugin-auth-v5-unpwd-fail.py
Implement plugin wrappers for v2, v3, v4
2021-11-09 17:11:20 +00:00
09-plugin-auth-v5-unpwd-success.py
Implement plugin wrappers for v2, v3, v4
2021-11-09 17:11:20 +00:00
09-plugin-delayed-auth.py
Plugin delayed authentication.
2021-05-19 16:54:26 +01:00
09-plugin-publish.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
09-pwfile-parse-invalid.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
10-listener-mount-point.py
Merge branch 'master' into develop
2021-09-07 19:17:11 +01:00
11-message-expiry.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
11-persistent-subscription-no-local.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
11-persistent-subscription-v5.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
11-persistent-subscription.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
11-pub-props.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
11-subscription-id.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
12-prop-assigned-client-identifier.py
Merge branch 'master' into develop
2021-10-27 17:19:33 +01:00
12-prop-maximum-packet-size-broker.py
Tests should typically use listener instead of port.
2021-07-28 14:20:01 +01:00
12-prop-maximum-packet-size-publish-qos1.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
12-prop-maximum-packet-size-publish-qos2.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
12-prop-response-topic-correlation-data.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
12-prop-response-topic.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
12-prop-server-keepalive.py
Merge branch 'master' into develop
2021-09-07 19:17:11 +01:00
12-prop-subpub-content-type.py
Strict protocol compliance fixes, and extensive test suite.
2021-08-23 23:19:28 +01:00
12-prop-subpub-payload-format.py
Merge branch 'master' into develop
2021-09-07 19:17:11 +01:00
13-malformed-publish-v5.py
Merge branch 'master' into develop
2021-09-07 19:17:11 +01:00
13-malformed-subscribe-v5.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
13-malformed-unsubscribe-v5.py
Convert tests to be able to run on the same broker where possible.
2021-03-22 14:52:06 +00:00
14-dynsec-acl.py
Add support for pattern ACLs to dynsec un/subscription ACLs.
2021-07-08 21:55:39 +01:00
14-dynsec-allow-wildcard.py
Dynsec: Add ability to deny wildcard subscriptions for a role
2021-11-10 11:20:25 +00:00
14-dynsec-anon-group.py
14-dynsec-auth.py
14-dynsec-client-invalid.py
14-dynsec-client.py
14-dynsec-default-access.py
14-dynsec-disable-client.py
14-dynsec-group-invalid.py
14-dynsec-group.py
Fix test.
2021-01-11 14:31:41 +00:00
14-dynsec-modify-client.py
Add %c and %u support to dynsec publish ACLs.
2021-06-10 22:19:33 +01:00
14-dynsec-modify-group.py
Add %c and %u support to dynsec publish ACLs.
2021-06-10 22:19:33 +01:00
14-dynsec-modify-role.py
Dynsec: Add ability to deny wildcard subscriptions for a role
2021-11-10 11:20:25 +00:00
14-dynsec-plugin-invalid.py
14-dynsec-role-invalid.py
14-dynsec-role.py
Dynsec: Add ability to deny wildcard subscriptions for a role
2021-11-10 11:20:25 +00:00
dynamic-security-init.json
Makefile
MID reuse test.
2021-11-10 15:58:10 +00:00
mosq_test_helper.py
msg_sequence_test.py
Strict protocol compliance fixes, and extensive test suite.
2021-08-23 23:19:28 +01:00
ntest.py
Merge branch 'master' into develop
2021-09-07 19:17:11 +01:00
prop_subpub_helper.py
Merge branch 'master' into develop
2021-09-07 19:17:11 +01:00
readme.txt
test.py
MID reuse test.
2021-11-10 15:58:10 +00:00