aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/policy-cds.rst
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2022-03-30 15:00:47 +0100
committerWayne Dunican <wayne.dunican@est.tech>2022-03-30 15:01:07 +0100
commit911e23fcbd06bf3e18724c055da8f808cfd2d905 (patch)
treed8183313b385afadc88afd07bf403d706e048d64 /docs/development/devtools/policy-cds.rst
parent178dea1eb3eb979994d8b99f317f536b85435b60 (diff)
Rename Controlloop to Automation Composition
Issue-ID: POLICY-4047 Change-Id: I27beec0d9ca285aa3a7e924cc7fbdc4885c73e6c Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'docs/development/devtools/policy-cds.rst')
-rw-r--r--docs/development/devtools/policy-cds.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/devtools/policy-cds.rst b/docs/development/devtools/policy-cds.rst
index b21a16b1..35331a2f 100644
--- a/docs/development/devtools/policy-cds.rst
+++ b/docs/development/devtools/policy-cds.rst
@@ -11,7 +11,7 @@ Policy <-> CDS
~~~~~~~~~~~~~~
The pairwise testing is executed against a default ONAP installation as per OOM charts.
-Apex-PDP or Drools-PDP engine interacts with CDS to execute a control loop action.
+Apex-PDP or Drools-PDP engine interacts with CDS to execute an Automation Composition action.
This test verifies the interaction between Policy and CDS to make sure the contract works as expected.
General Setup
@@ -48,7 +48,7 @@ The test set is focused on the following use cases:
Creation of VNF & PNF in AAI
----------------------------
In order for PDP engines to fetch the resource details from AAI during runtime execution, we need to create dummy VNF & PNF entities in AAI.
-In a real control loop flow, the entities in AAI will be either created during orchestration phase or provisioned in AAI separately.
+In a real Automation Composition flow, the entities in AAI will be either created during orchestration phase or provisioned in AAI separately.
Download & execute the steps in postman collection for creating the entities along with it's dependencies.
The steps needs to be performed sequentially one after another. And no input is required from user.