Commit 3f642a7d authored by Miguel Ángel Adorna Ruiz's avatar Miguel Ángel Adorna Ruiz
Browse files

Remove CICD docs from SDK

parent 7b5ca50d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -263,12 +263,6 @@ The `token` variable is also available for retrieving the JWT token after the `g

The `invoker_capif_details` variable stores the `capif_api_security_context_details.json` content in a dictionary form.

## CI/CD Testing

This repository implements tests that automatically run when a Pull Request (PR) is created. This allows knowing if the code that is intended to be merged works as expected and doesn't produce any error on the existing code. The CI/CD testing files are located at [./ci_cd_test](https://labs.etsi.org/rep/ocf/sdk/-/tree/main/ci_cd_test) directory.

Inside this directory, there is a Dockerfile that creates a Docker container that installs necessary dependencies and the SDK itself. Then it runs test files that check if the invoker and provider functionalities work as expected. If anything goes wrong, the pipeline fails and a message will be shown in the repository. Changes to the testing files may be done as new functionality or changes to the existing code is made.

## OpenCAPIF SDK known issues

There are some features which **are not currently available at latest OpenCAPIF SDK release**. Those are assumed to be technical debt and might be available in future releases: