Test Plan for Visibility Control Feature
At this documentation you will have all information and related files and examples of test plan for this feature.
Feature Description
The CAPIF Interconnection is a helper service within OpenCAPIF, allowing CAPIF Adminstration to manage the interconnection between OpenCAPIFs instances in order to create a OpenCAPIF Federation.
This test plan validates the lifecycle of the capif interconnection.
Test Case 1: Interconnection 2 CCF
Test ID: interconnection-1
Description: This test case verifies that the Superadmin can initiate the OpenCAPIF interconnection between instances.
Pre-Conditions:
- The CAPIF helper service is deployed and reachable.
- Superadmin credentials (
SUPERADMIN_USERNAME) are provisioned. - The database is in a clean state (no rules existing).
Execution Steps:
- Authenticate as Superadmin.
- Send a GET request to
{apiRoot}/helper/api/getCcfIdto obtain CCF_ID. - Send a POST request to
{apiRoot}/helper/interconnection/interconnectwith body interconnection body - Inspect the JSON response body.
Expected Result:
- Status: 201 OK.