Commit 619013ba authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

doc: add notes about configuration of the test suite

parent 2256fe16
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -38,6 +38,12 @@

```$ git clone git@forge.etsi.org:cim/ngsi-ld-test-suite.git```

## Configure the environment

In the `resources/variables.py` file, configure the following:
* URL of the context broker under test (including the `ngsi-ld/v1` path, e.g., http://localhost:8080/ngsi-ld/v1)
* Notification server host and port (an address accessible from the context broker)

## Install the project requirements

Browse the base project root folder and execute the following command: