paho.mqtt.testing
paho.mqtt.testing copied to clipboard
An Eclipse Paho project - a Python broker for testing
Hello, > The Paho Testing Utilities are a collection of code and tools to help test MQTT clients and Brokers. I understand that with this repo, I can test a...
Hi there, We are considering AWS IoT Core. Our Quality department has asked for us to run a Operational Quality test between the MQTT client and AWS IoT MQTT broker...
startbroker.py has an option --port, but thats ignored h3. steps to reproduce `paho.mqtt.testing/interoperability/startbroker.py --port=1889` or `paho.mqtt.testing/interoperability/startbroker.py --port 1889` h3. expected result a broker is started that listens on port 1889...
Further details are in each commit. This PR fixes tests for EMQ X which were false negatives.
I'd like to use the interoperability broker in the test suite for my MQTT client. Ideally, I'd like to import the broker as a module and then run the broker...
startbroker.py binds to _all_ interfaces by default. It should by default bind to localhost only and optionally to all interfaces for example with an option --bind:0.0.0.0
I use this repo to test my broker program. I set server receive maximum = 2 and run `test_flow_control2`. The test fails with the following error: ``` E/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py:656: ResourceWarning: unclosed...
I'm attempting to test my broker first for V311 conformance, then later I'll do V5. I'm not even sure if I should be trying to conform to these tests or...