Loading data/csourceRegistrations/expectations/context-source-registrations-037-04.json +21 −14 Original line number Diff line number Diff line Loading @@ -8,6 +8,13 @@ { "type": "https://ngsi-ld-test-suite/context#Building" } ], "propertyNames": [ "https://ngsi-ld-test-suite/context#name", "https://ngsi-ld-test-suite/context#subCategory" ], "relationshipNames": [ "locatedAt" ] } ], Loading resources/variables.py +2 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ context_server_port = 8087 core_context = 'https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld' #DistOps variables remote_url = 'http://localhost:8081/ngsi-ld/v1' context_source_endpoint = 'http://localhost:8081' remote_url = 'http://0.0.0.0:8081/ngsi-ld/v1' context_source_endpoint = 'http://0.0.0.0:8081' # GitHub repository details # github_owner = 'your_github_username' Loading Loading
data/csourceRegistrations/expectations/context-source-registrations-037-04.json +21 −14 Original line number Diff line number Diff line Loading @@ -8,6 +8,13 @@ { "type": "https://ngsi-ld-test-suite/context#Building" } ], "propertyNames": [ "https://ngsi-ld-test-suite/context#name", "https://ngsi-ld-test-suite/context#subCategory" ], "relationshipNames": [ "locatedAt" ] } ], Loading
resources/variables.py +2 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ context_server_port = 8087 core_context = 'https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld' #DistOps variables remote_url = 'http://localhost:8081/ngsi-ld/v1' context_source_endpoint = 'http://localhost:8081' remote_url = 'http://0.0.0.0:8081/ngsi-ld/v1' context_source_endpoint = 'http://0.0.0.0:8081' # GitHub repository details # github_owner = 'your_github_username' Loading