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

feat: add mqtt internal url in tests #239

Closed djs0109 closed 9 months ago

djs0109 commented 9 months ago

close #238

RCX112 commented 9 months ago

@djs0109 If I checked everything correctly, the only missing thing is an internal cb_url for the timeseries test function which I mentioned on the top:

https://github.com/RWTH-EBC/FiLiP/blob/a559c26fdc97a1835540f01afda66a9ddc6fb464/tests/clients/test_ngsi_v2_timeseries.py#L97

djs0109 commented 9 months ago

@RCX112 I would rather not implement it, because this API has been deprecated in QL1.0.0 (see here https://github.com/orchestracities/ngsi-timeseries-api/pull/493). I will open up another issue to test the capability with QL 1.0.0 and remove this test

djs0109 commented 9 months ago

@RCX112 Could you check again, whether it is good to merge?