Commit f156282d authored by Yann Garcia's avatar Yann Garcia
Browse files

Update Clause Executing a test campaign

parent a9d21a97
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -458,6 +458,14 @@ The script `start-ut-env.sh` deploys the required components to execute the test
The script `run-ut.sh` executes all the tests against the different micro-services and components.
The script `stop-ut-env.sh` deletes the components previously started by `start-ut-env.sh` script.

Note: The following code executes all the tests against the different micro-services and components and store standard and error outputs into a file 'run_out.txt'
```sh
cd test
./start-ut-env.sh
./run-ut.sh 2>&1 | tee run_out.txt
./stop-ut-env.sh
```

## Adding Documentation for an API/Service

After a new service is created, its documentation need to be added in the *AdvantEDGE/docs* folder. This documentation can be generated from the OpenAPI Specifications of the service/API: