mosquitto/test/broker/Makefile

177 lines
4.4 KiB
Makefile
Raw Normal View History

include ../../config.mk
.PHONY: all clean test ptest
2014-05-07 22:27:00 +00:00
.NOTPARALLEL:
all :
clean :
-rm -f *.vglog
2014-05-07 22:27:00 +00:00
$(MAKE) -C c clean
test-compile :
2014-05-07 22:27:00 +00:00
$(MAKE) -C c
ptest : test-compile
2019-02-12 19:06:14 +00:00
./test.py
test : test-compile 01 02 03 04 05 06 07 08 09 10 11 12
2014-05-07 22:27:00 +00:00
01 :
./01-connect-bad-packet.py
2018-12-19 21:58:59 +00:00
./01-connect-duplicate.py
./01-connect-duplicate-v5.py
2014-05-07 22:27:00 +00:00
./01-connect-success.py
2018-10-25 13:43:43 +00:00
./01-connect-success-v5.py
./01-connect-disconnect-v5.py
2014-05-07 22:27:00 +00:00
./01-connect-invalid-protonum.py
./01-connect-invalid-id-0.py
./01-connect-invalid-id-0-311.py
./01-connect-invalid-id-missing.py
./01-connect-invalid-reserved.py
./01-connect-invalid-id-utf8.py
2014-05-07 22:27:00 +00:00
./01-connect-anon-denied.py
./01-connect-uname-no-password-denied.py
./01-connect-uname-password-denied.py
ifeq ($(WITH_TLS),yes)
2014-05-07 22:27:00 +00:00
./01-connect-uname-password-success.py
else
./01-connect-uname-password-success-no-tls.py
endif
./01-connect-uname-no-flag.py
./01-connect-uname-pwd-no-flag.py
./01-connect-uname-invalid-utf8.py
2014-05-07 22:27:00 +00:00
02 :
./02-subscribe-qos0.py
./02-subscribe-qos1.py
./02-subscribe-qos2.py
./02-subpub-qos0.py
./02-subpub-qos1.py
./02-subpub-qos2.py
./02-subpub-qos1-bad-pubrec.py
./02-subpub-qos1-bad-pubcomp.py
./02-subpub-qos2-bad-puback-1.py
./02-subpub-qos2-bad-puback-2.py
./02-subpub-qos2-bad-pubcomp.py
2018-10-25 13:57:41 +00:00
./02-subpub-qos0-v5.py
./02-subpub-qos1-v5.py
./02-subpub-qos2-v5.py
./02-subpub-qos1-message-expiry.py
./02-subpub-qos1-message-expiry-retain.py
./02-subpub-qos1-message-expiry-will.py
./02-subpub-qos1-nolocal.py
./02-subpub-qos0-retain-as-publish.py
./02-subpub-qos0-send-retain.py
./02-subpub-qos0-subscription-id.py
2019-01-03 23:32:39 +00:00
./02-subpub-qos2-receive-maximum-1.py
./02-subpub-qos2-receive-maximum-2.py
./02-subpub-qos2-pubrec-error.py
2019-01-18 21:30:34 +00:00
./02-subpub-qos0-topic-alias.py
./02-subpub-qos0-topic-alias-unknown.py
2014-05-07 22:27:00 +00:00
./02-unsubscribe-qos0.py
./02-unsubscribe-qos1.py
./02-unsubscribe-qos2.py
2018-10-25 13:57:41 +00:00
./02-unsubscribe-qos2-v5.py
./02-unsubscribe-invalid-no-topic.py
2019-01-25 21:38:33 +00:00
./02-unsubscribe-qos2-multiple.py
./02-subscribe-invalid-utf8.py
2018-08-01 18:26:12 +00:00
./02-subscribe-persistence-flipflop.py
2018-08-09 10:20:24 +00:00
./02-subhier-crash.py
2014-05-07 22:27:00 +00:00
03 :
./03-publish-qos1.py
./03-publish-qos2.py
./03-publish-b2c-disconnect-qos1.py
./03-publish-c2b-disconnect-qos2.py
./03-publish-b2c-disconnect-qos2.py
./03-publish-b2c-qos1-len.py
./03-publish-b2c-qos2-len.py
./03-publish-c2b-qos2-len.py
2014-05-07 22:27:00 +00:00
./03-pattern-matching.py
#./03-publish-qos1-queued-bytes.py
./03-publish-invalid-utf8.py
2018-09-25 08:25:56 +00:00
./03-publish-dollar.py
2018-11-22 21:32:49 +00:00
./03-publish-qos1-retain-disabled.py
2014-05-07 22:27:00 +00:00
04 :
./04-retain-qos0.py
./04-retain-qos0-fresh.py
./04-retain-qos0-repeated.py
./04-retain-qos1-qos0.py
./04-retain-qos0-clear.py
./04-retain-upgrade-outgoing-qos.py
2019-01-31 21:50:42 +00:00
./04-retain-check-source.py
./04-retain-check-source-persist.py
./04-retain-check-source-persist-diff-port.py
2014-05-07 22:27:00 +00:00
05 :
./05-clean-session-qos1.py
2014-05-07 22:27:00 +00:00
06 :
./06-bridge-reconnect-local-out.py
./06-bridge-br2b-disconnect-qos1.py
./06-bridge-br2b-disconnect-qos2.py
./06-bridge-b2br-disconnect-qos1.py
./06-bridge-b2br-disconnect-qos2.py
./06-bridge-fail-persist-resend-qos1.py
./06-bridge-fail-persist-resend-qos2.py
./06-bridge-b2br-remapping.py
./06-bridge-br2b-remapping.py
./06-bridge-per-listener-settings.py
2014-05-07 22:27:00 +00:00
07 :
./07-will-qos0.py
./07-will-null.py
./07-will-null-topic.py
./07-will-invalid-utf8.py
./07-will-no-flag.py
2014-05-07 22:27:00 +00:00
08 :
ifeq ($(WITH_TLS),yes)
2014-05-07 22:27:00 +00:00
./08-ssl-connect-no-auth.py
./08-ssl-connect-no-auth-wrong-ca.py
./08-ssl-connect-cert-auth.py
./08-ssl-connect-cert-auth-without.py
./08-ssl-connect-cert-auth-expired.py
./08-ssl-connect-cert-auth-revoked.py
./08-ssl-connect-cert-auth-crl.py
./08-ssl-connect-identity.py
./08-ssl-connect-no-identity.py
./08-ssl-bridge.py
ifeq ($(WITH_TLS_PSK),yes)
2014-05-07 22:27:00 +00:00
./08-tls-psk-pub.py
./08-tls-psk-bridge.py
endif
endif
2014-05-07 22:27:00 +00:00
09 :
./09-acl-empty-file.py
2014-05-07 22:27:00 +00:00
./09-plugin-auth-unpwd-success.py
./09-plugin-auth-unpwd-fail.py
./09-plugin-auth-acl-sub.py
./09-plugin-auth-acl-sub-denied.py
./09-plugin-auth-v2-unpwd-success.py
./09-plugin-auth-v2-unpwd-fail.py
./09-plugin-auth-defer-unpwd-success.py
./09-plugin-auth-defer-unpwd-fail.py
./09-plugin-auth-msg-params.py
./09-plugin-auth-context-params.py
./09-pwfile-parse-invalid.py
2014-05-07 22:27:00 +00:00
10 :
./10-listener-mount-point.py
11 :
./11-persistent-subscription.py
12 :
./12-prop-session-expiry-invalid.py
./12-prop-subpub-payload-format.py
./12-prop-subpub-content-type.py
./12-prop-assigned-client-identifier.py
./12-prop-server-keepalive.py
./12-prop-response-topic.py
./12-prop-response-topic-correlation-data.py