Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Triggered by merges in policy/distribution

Test Case Id

Description

Pre-conditions

Test Steps

Expected Results

1

Perform healthcheck for the Policy SDC Service

Distribution application


  • Policy PSSD docker image available

API – healthcheck

Method - GET

Endpoint: http://<host>:8081/health(?)

The Policy PSSD should return health status as “true”






Triggered by merges in policy/apex-pdp (Stretch)

...

Triggered by merges in policy/xacml-pdp (Stretch)

Test Case Id

Description

Pre-conditions

Test Steps

Expected Results

1

Perform healthcheck for the 2nd generation XACML PDP engine

  • Policy XACML PDP docker image available

API – healthcheck

Method - GET

Endpoint: http://<host>:8081/health(?)

The XACML PDP should return health status as “true”






Triggered by merges in policy/pap (Stretch)

Test Case Id

Description

Pre-conditions

Test Steps

Expected Results

1

Perform healthcheck for the 2nd generation PAP engine

  • Policy PAP docker image available

API – healthcheck

Method - GET

Endpoint: http://<host>:8081/health(?)

The PAP should return health status as “true”






Triggered by merges in policy/api (Stretch)

Test Case Id

Description

Pre-conditions

Test Steps

Expected Results

1

Perform healthcheck for the Policy Lifecycle API

  • Policy API docker image available

API – healthcheck

Method - GET

Endpoint: http://<host>:8081/health(?)

The API should return health status as “true”







vFirewall Use Case

Code Block
titlevFirewall - TCA Configuration Policy Payload
linenumberstrue
collapsetrue
tca_policy: "{
  "domain": "measurementsForVfScaling",
  "metricsPerEventName": [
    {
      "eventName": "vFirewallBroadcastPackets",
      "controlLoopSchemaType": "VNF",
      "policyScope": "DCAE",
      "policyName": "DCAE.Config_tca-hi-lo",
      "policyVersion": "v0.0.1",
 
      "thresholds": [
        {
          "closedLoopControlName": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
          "version": "1.0.2",
          "fieldPath": "$.event.measurementsForVfScalingFields.vNicUsageArray[*].receivedTotalPacketsDelta",
          "thresholdValue": 300,
          "direction": "LESS_OR_EQUAL",
          "severity": "MAJOR",
          "closedLoopEventStatus": "ONSET"
        },
        {
          "closedLoopControlName": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
          "version": "1.0.2",
          "fieldPath": "$.event.measurementsForVfScalingFields.vNicUsageArray[*].receivedTotalPacketsDelta",
          "thresholdValue": 700,
          "direction": "GREATER_OR_EQUAL",
          "severity": "CRITICAL",
          "closedLoopEventStatus": "ONSET"
        }
      ]
    }
  ]
 
}"

...