Skip to content
Snippets Groups Projects
Commit 2ad0cfd1 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF-Doc8-documentation-of-the-helper-service' into 'develop'

Ocf doc8 documentation of the helper service

See merge request !6
parents 2a478a12 61fa52d5
No related branches found
No related tags found
1 merge request!6Ocf doc8 documentation of the helper service
Pipeline #6036 passed
site site
doc/testing/postman/Responses
doc/testing/postman/node_modules
doc/testing/postman/package-lock.json
.DS_Store
\ No newline at end of file
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
- [Run All CAPIF Services locally with Docker images and deploy monitoring stack](#run-all-capif-services-locally-with-docker-images-and-deploy-monitoring-stack) - [Run All CAPIF Services locally with Docker images and deploy monitoring stack](#run-all-capif-services-locally-with-docker-images-and-deploy-monitoring-stack)
- [Run each service using Docker](#run-each-service-using-docker) - [Run each service using Docker](#run-each-service-using-docker)
- [Run each service using Python](#run-each-service-using-python) - [Run each service using Python](#run-each-service-using-python)
- [Start Your Testing with OpenCAPIF](#start-your-testing-with-opencapif)
Capif services are developed under [services folder](https://labs.etsi.org/rep/ocf/capif/-/tree/main/services). Capif services are developed under [services folder](https://labs.etsi.org/rep/ocf/capif/-/tree/main/services).
...@@ -158,4 +159,17 @@ Run using python ...@@ -158,4 +159,17 @@ Run using python
cd <Service> cd <Service>
pip3 install -r requirements.txt pip3 install -r requirements.txt
python3 -m <service> python3 -m <service>
``` ```
\ No newline at end of file
#### Start Your Testing with OpenCAPIF
Related with OpenCAPIF Testing, the following sections help you to understand testing implemented and how to run it by yourself:
- [Test Plan Directory]: Here you can find the complete test plan definition that are accomplish by all versions released of OpenCAPIF.
- [Testing with Robot Framework]: At this section you can find all information about how to run the test suite implemented using Robot Framework.
- [Testing with Postman]: Easy way to understand the complete basic OpenCAPIF flow, acting as invoker and provider.
[Test Plan Directory]: .././testing/testplan/README.md "Test Plan"
[Testing with Robot Framework]: .././testing/robotframework/README.md "Robot Framework"
[Testing with Postman]: .././testing/postman/README.md "Postman"
This diff is collapsed.
{ {
"info": { "info": {
"_postman_id": "b512e528-4b13-4be2-aed2-a61a8381360e", "_postman_id": "03e5f144-6a4f-4899-a917-14787d59fbef",
"name": "CAPIF", "name": "CAPIF",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "31608242", "_exporter_id": "31608242",
"_collection_link": "https://red-comet-993867.postman.co/workspace/Team-Workspace~bfc7c442-a60c-4bb1-8730-fdabc2df89b9/collection/31608242-b512e528-4b13-4be2-aed2-a61a8381360e?action=share&source=collection_link&creator=31608242" "_collection_link": "https://red-comet-993867.postman.co/workspace/Team-Workspace~bfc7c442-a60c-4bb1-8730-fdabc2df89b9/collection/31608242-03e5f144-6a4f-4899-a917-14787d59fbef?action=share&source=collection_link&creator=31608242"
}, },
"item": [ "item": [
{ {
...@@ -264,7 +264,6 @@ ...@@ -264,7 +264,6 @@
{ {
"key": "", "key": "",
"value": "", "value": "",
"type": "text",
"disabled": true "disabled": true
} }
], ],
...@@ -340,7 +339,6 @@ ...@@ -340,7 +339,6 @@
{ {
"key": "", "key": "",
"value": "", "value": "",
"type": "text",
"disabled": true "disabled": true
} }
], ],
...@@ -439,7 +437,6 @@ ...@@ -439,7 +437,6 @@
{ {
"key": "", "key": "",
"value": "", "value": "",
"type": "text",
"disabled": true "disabled": true
} }
], ],
...@@ -527,7 +524,6 @@ ...@@ -527,7 +524,6 @@
{ {
"key": "", "key": "",
"value": "", "value": "",
"type": "text",
"disabled": true "disabled": true
} }
], ],
...@@ -603,7 +599,6 @@ ...@@ -603,7 +599,6 @@
{ {
"key": "", "key": "",
"value": "", "value": "",
"type": "text",
"disabled": true "disabled": true
} }
], ],
...@@ -686,7 +681,6 @@ ...@@ -686,7 +681,6 @@
{ {
"key": "", "key": "",
"value": "", "value": "",
"type": "text",
"disabled": true "disabled": true
} }
], ],
...@@ -741,7 +735,8 @@ ...@@ -741,7 +735,8 @@
"exec": [ "exec": [
"" ""
], ],
"type": "text/javascript" "type": "text/javascript",
"packages": {}
} }
}, },
{ {
...@@ -750,7 +745,8 @@ ...@@ -750,7 +745,8 @@
"exec": [ "exec": [
"" ""
], ],
"type": "text/javascript" "type": "text/javascript",
"packages": {}
} }
} }
], ],
...@@ -773,13 +769,12 @@ ...@@ -773,13 +769,12 @@
{ {
"key": "", "key": "",
"value": "", "value": "",
"type": "text",
"disabled": true "disabled": true
} }
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "{\n\"name\": {{USERNAME_INVOKER}}\n}", "raw": "{\n\"name\": \"{{USER_NAME}}\"\n}",
"options": { "options": {
"raw": { "raw": {
"language": "json" "language": "json"
...@@ -961,7 +956,7 @@ ...@@ -961,7 +956,7 @@
} }
] ]
}, },
"method": "GET", "method": "POST",
"header": [], "header": [],
"url": { "url": {
"raw": "https://{{REGISTER_HOSTNAME}}:{{REGISTER_PORT}}/refresh", "raw": "https://{{REGISTER_HOSTNAME}}:{{REGISTER_PORT}}/refresh",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment