IRC-SPHERE / HyperStream

HyperStream
https://irc-sphere.github.io/HyperStream/
MIT License
13 stars 5 forks source link

MQTT host IP is a variable now. #5

Closed So-Cool closed 7 years ago

So-Cool commented 7 years ago

MQTT IP is now a variable in the tests so that it can be easily changed with sed if necessary:

sed -i -e 's/mqtt_ip = "127.0.0.1"/mqtt_ip = "hyperstream-mqtt"/g' tests/helpers.py

(this works perfectly for the Docker containers).