randomsync / robotframework-mqttlibrary

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

Add keyword for setting the username, password for broker auth. #3

Closed randomsync closed 8 years ago

randomsync commented 8 years ago

The keyword 'set_username_and_password' stores the username and optional password and uses the paho library's 'username_pw_set' before connecting. Fixes #2