Commit 593a9482 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Update folder structure

parent 1634375a
Loading
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -54,24 +54,20 @@ You can check the code at [OpenCAPIF Repository]

```
CAPIF_API_Services
└───docs
│    └───test_plan
│    └───testing_with_postman
└───helm
└───monitoring
└───services
└───tests
└───tools
    └───robot
    └───open_api_script
```
* **helm**: This folder contains helm files to deploy capif under k8s environment.
* **monitoring**: This folder contains grafana helm files to deploy capif under k8s environment.
* **services**: Services developed following CAPIF API specifications. Also, other complementary services (e.g., NGINX and JWTauth services for the authentication of API consuming entities).
* **tools**: Auxiliary tools. Robot Framework related code and OpenAPI scripts.
* **test**: Tests developed using Robot Framework.

* **docs**: Documents related to the code in the repository.
  * images: images used in the repository
  * test_plan: test plan descriptions for each API service referring to the test that are executed with the Robot Framework.
  * testing_with_postman: auxiliary JSON file needed for the Postman-based examples.

## CAPIF_API_Services

This repository has the python-flask Mockup servers created with openapi-generator related with CAPIF APIS defined here: