RWTH-EBC / FiLiP

FIWARE Library for Python (FiLiP) to work with FIWARE API
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

Adding a second Test configuration when using FIWARE components inside Docker #238

Closed RCX112 closed 9 months ago

RCX112 commented 9 months ago

There is currently the problem that not all tests run through when working inside a local Docker environment. This occurs in most cases with subscriptions, as the containers cannot communicate with each other via localhost. For example, you cannot send an MQTT subscription to the URL mqtt://127.0.0.1:1883, but must send it to mqtt://<mosquitto container hostname>:1883 in the case of Docker. There is no bug, but it would be useful if there was a second test config file for such URLs (of each FIWARE component).

github-actions[bot] commented 9 months ago

Branch 238-Adding-a-second-Test-configuration-when-using-FIWARE-components-inside-Docker created!