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
Jerome Malinge d76e5fd199 Fix way of sending packets in compliance tests
According to the documentation of python 3 socket::send method
(https://docs.python.org/3/library/socket.html#socket.socket.send),
the call to send must be retry until all data is sent while sending
packet with a "large" amount of data.

Signed-off-by: Jerome Malinge <gromgromm@yahoo.com>
6 years ago
..
broker Fix sub topics being limited to 200 chars instead of 200 levels 6 years ago
lib Fix publish props not being passed to v5 msg callback for QoS 2 msgs. 6 years ago
old Tidy up test directory. 7 years ago
random Crude random client testing 7 years ago
ssl Updated SSL test files, plus a new empty crl file. 6 years ago
unit Pedantic test fixes from failgrind. 6 years ago
Makefile Add `make check` and document testing procedure. 7 years ago
mosq_test.py Fix way of sending packets in compliance tests 6 years ago
mqtt5_opts.py Tests and fixes for subscription options. 7 years ago
mqtt5_props.py Convert tests to Python 3 7 years ago
mqtt5_rc.py Disallow writing to $ topics where appropriate. 7 years ago
ptest.py Generic ptest implementation. 7 years ago