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>
2019-11-04 15:57:38 +01:00
..
broker Fix sub topics being limited to 200 chars instead of 200 levels 2019-10-02 13:00:01 +01:00
lib Fix publish props not being passed to v5 msg callback for QoS 2 msgs. 2019-09-26 16:47:34 +01:00
old Tidy up test directory. 2018-11-13 12:14:28 +00:00
random Crude random client testing 2019-04-10 22:51:33 +01:00
ssl Updated SSL test files, plus a new empty crl file. 2019-09-10 13:34:14 +01:00
unit Pedantic test fixes from failgrind. 2019-07-30 15:01:12 +01:00
Makefile Add make check and document testing procedure. 2019-04-26 16:25:35 +01:00
mosq_test.py Fix way of sending packets in compliance tests 2019-11-04 15:57:38 +01:00
mqtt5_opts.py Tests and fixes for subscription options. 2018-12-19 12:54:04 +00:00
mqtt5_props.py Convert tests to Python 3 2019-03-28 21:32:12 +00:00
mqtt5_rc.py Disallow writing to $ topics where appropriate. 2019-03-03 22:00:30 +00:00
ptest.py Generic ptest implementation. 2019-02-12 19:06:14 +00:00