Commit 43232192 authored by Serafino's avatar Serafino
Browse files

changed variables.py to have a remote_url and contex_source_endopoint, poiting...

changed variables.py to have a remote_url and contex_source_endopoint, poiting to a second Context Broker so we can test Distributed Operations on different brokers easily~
parent 86fb7a57
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
url = 'http://localhost:1026/ngsi-ld/v1'
url = 'http://localhost:8080/ngsi-ld/v1'
temporal_api_url = 'http://localhost:1026/ngsi-ld/v1'
temporal_api_url = 'http://localhost:8080/ngsi-ld/v1'
ngsild_test_suite_context = 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'
ngsild_test_suite_context = 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'
notification_server_host = '172.17.0.1'
notification_server_host = '0.0.0.0'
notification_server_port = 8085
notification_server_port = 8085
context_source_host = '0.0.0.0'
context_source_host = '0.0.0.0'
context_source_port = 8086
context_source_port = 8086