Skip to content

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:

  1. Authenticate as Superadmin.
  2. Send a GET request to {apiRoot}/helper/api/getCcfId to obtain CCF_ID.
  3. Send a POST request to {apiRoot}/helper/interconnection/interconnect with body interconnection body
  4. Inspect the JSON response body.

Expected Result:

  • Status: 201 OK.