Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] MQTT Interoperability Test Suite Progress

Hi All,

I've been updating the test generation of the interops tests, to avoid using real sockets. Now when generating tests, the state of the model broker, written in Python, can be saved and restored with copy.deepcopy(). This means that I'll be able to optimize the generation of high coverage test suites by using efficient backtracking algorithms. That's next.

The changes have been uploaded to the master branch of the test material repository.

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto



Back to the top