randomsync / robotframework-mqttlibrary

MQTT Keyword Library for Robot Framework
Apache License 2.0
25 stars 30 forks source link

Remove reliance on public broker for tests #21

Closed randomsync closed 4 years ago

randomsync commented 4 years ago

Although the mqtt.eclipse.org public broker seems stable, it'll be better to not rely on a public broker for running tests. Travis should be able to support launching 2 brokers, one with auth enabled and one without, and tests can use those.