MQTT
MQTT SUBSCRIBE
#
# Server-side
#
# Client-side
mqtt
mqtt
MQTT with very long user name
user = %repeat[65536 x a]%:fakepasswd
mqtt://%HOSTIP:%MQTTPORT/%TESTNUMBER -K %LOGDIR/input%TESTNUMBER
#
# Verify data after the test has been "shot"
# These are hexadecimal protocol dumps from the client
#
# Strip out the random part of the client id from the CONNECT message
# before comparison
s/^(.* 00044d51545404c2003c000c6375726c).*/$1/
# 8 is CURLE_WEIRD_SERVER_REPLY
8