Context Aggregator


Test CaseDescriptionStatusOwnerDateJIRA linkComment
Deploy context aggregator Micro ServiceVerify context aggregator MS starts up without errorPASS


Consume audit event from “event bus” (message router)Verify audit event is consumed by POMBA-CA and is processed successfully
PASS


Retrieve model data for all underlying context builders

Verify POMBA-CA is able to retrieve model data if all of the .properties files for all of the context builders exist in config/builders directory

Verify all of the underlying context builders receive a ‘Get context” request from POMBA-CA


Verify a response is received at POMBA-CA from all under lying context builders

PASS


Unable to retrieve model data | Malformed .properties file for at least one of the underlying context buildersVerify POMBA-CA is unable to retrieve model data if one of the .properties files for a context builder (e.g. aai.properties) is misconfiguredPASS


Unable to retrieve model data | Missing .properties file for a context builderVerify POMBA-CA is unable to retrieve model data if one of the .properties files for a context builder (e.g. aai.properties) is missing from config/builders directoryPASS


Context Aggregator - OOM

Test CaseDescriptionStatusOwnerDateJIRA linkComment
Deploy Context Aggregator in OOMVerify that the Context Aggregator can be deployed in a Kubernetes environmentPASS



Login to the Context Aggregator pod and ensure it is runningVerify that the Context Aggregator pod is reachable and Context Aggregator is runningPASS

Delete the deployed Context Aggregator from OOMVerify that the Context Aggregator pod can be deleted by using the standard OOM deletion instructionPASS



Context Aggregator - Latest POMBA API

Test CaseDescriptionStatusOwnerDateJIRA linkComment
Ensure the response from the Network Discovery Context Builder align with Common Model v.1

Verify the response from Network Discovery Context Builder is using Common Model v.1


Verify all of the underlying context builders receive a ‘Get context” request from POMBA-CA with the following 3 parameters: ServiceInstanceIdmodelVersionId, and modelInvariantId

PASS


Ensure the response from the Network Discovery Context Builder align with Common Model v.1Verify the response from Network Discovery Context Builder is using Common Model v.1PASS


Ensure the response from the Network Discovery Context Builder align with Common Model v.1

Verify the response from Network Discovery Context Builder is using Common Model v.1

PASS


Verify XFromAppId is needed in the Event
  • Verify POMBA-CA is able to retrieve model data from Network Discovery context builder
  • Verify the Network Discovery context builder receives a ‘Get context” request from POMBA-CA
  • Verify a response is received at POMBA-CA from Network Discovery context builder
PASS


Verify xTransactionId is needed in the Event
  • Verify POMBA-CA is able to retrieve model data from Network Discovery context builder
  • Verify the Network Discovery context builder receives a ‘Get context” request from POMBA-CA
  • Verify a response is received at POMBA-CA from Network Discovery context builder
PASS


Verify customerId is not a mandatory attributes in the Even
  • Verify POMBA-CA is able to retrieve model data from Network Discovery context builder
  • Verify the Network Discovery context builder receives a ‘Get context” request from POMBA-CA
  • Verify a response is received at POMBA-CA from Network Discovery context builder
PASS


Verify serviceType is not a mandatory attributes in the Even
  • Verify POMBA-CA is able to retrieve model data from Network Discovery context builder
  • Verify the Network Discovery context builder receives a ‘Get context” request from POMBA-CA
  • Verify a response is received at POMBA-CA from Network Discovery context builder
PASS


Retrieve model data for Network Discovery context builder
  • Verify POMBA-CA is able to retrieve model data from Network Discovery context builder
  • Verify the Network Discovery context builder receives a ‘Get context” request from POMBA-CA
  • Verify a response is received at POMBA-CA from Network Discovery context builder
PASS



Context Builder: AAI

Test CaseDescriptionStatusOwnerDateJIRA linkComment
Deploy MSVerify AAI Context Builder MS starts up without errorPASSDavid Stangl


success pathVerify that the AAI Context Builder service is able to process an incoming context request.PASS


bad credentialsVerify that the AAI Context Builder service fails to process a context request from a sender that cannot be authenticated. An error response should be returned to the Context Aggregator.PASS


sonar reportVerify that the AAI Context Builder service Sonar report does not include any critical level issues that need to be resolved.PASS


wiki updateVerify that the ONAP developer wiki has been updated to include pertinent information for the development and usage of the AAI Context Builder.PASS


Context Builder: AAI - OOM

Test CaseDescriptionStatusOwnerDateJIRA linkComment
Deploy AAI Context Builder in OOMVerify that the AAI Context Builder can be deployed in a Kubernetes environmentPASS



Login to the AAI Context Builder pod and ensure it is runningVerify that the AAI Context Builder pod is reachable and SDC Context Builder is runningPASS


Delete the deployed AAi Context Builder from OOMVerify that the AAI Context Builder pod can be deleted by using the standard OOM deletion instructionPASS



Context Builder: AAI - APIv1 Update

Test CaseDescriptionStatusOwnerDateJIRA linkComment
aai-context-builder | service | context | successVerify that the AAI Context Builder is capable of receiving a context request that includes only the serviceInstanceId parameter.PASS



aai-context-builder | service | v1 | contextVerify that the AAI Context Builder is able to accept context requests that explicitly specify v1 of the API.PASS


aai-context-builder | swagger | index.htmlVerify that the AAI Context Builder provides swagger documentation for the latest API (v1).FAIL

Bug entered:

aai-context-builder | service | context | missing serviceInstanceIdVerify that the AAI Context Builder service will fail to process a context request that does not provide a service-Instance-Id. An error response should be returned to the Context Aggregator.PASS


aai-context-builder | service | context | header | missing application idVerify that the AAI Context Builder service will fail to process a context request that does not provide an AppId in the header. An error response should be returned to the Context Aggregator.PASS


aai-context-builder | service | context | service not in AAIVerify that the AAI Context Builder service returns a suitable response when the service for which context is requested cannot be found in the A&AI database.



Context Builder: SDC

Test CaseDescriptionStatusOwnerDateJIRA linkComment
Deploying SDC context builder serviceVerify that SDC context builder can be deployed (manually)PASS



Send API request to SDC context builderVerify that an API request can be sent to SDC context builderPASS


Send API request to SDC context builder with error in modelVersionIdVerify that an error occurs when the null value or missing modelVersionIdPASS

Send API request to SDC context builder - missing AppId from the headerVerify that missing parameter returns proper error code in responsePASS

Send API request to SDC context builder - missing basic auth from the headerVerify that missing parameter returns proper error code in responsePASS

Check sonar reportVerify that no critical sonar issuesPASS

Review wiki pageVerify that the ONAP developer wiki has been updated with information regarding the SDC Builder.PASS


Context Builder: SDC - OOM

Test CaseDescriptionStatusOwnerDateJIRA linkComment
Deploy SDC Context Builder in OOMVerify that the SDC Context Builder can be deployed in a Kubernetes environmentPASS



Login to the SDC Context Builder pod and ensure it is runningVerify that the SDC Context Builder pod is reachable and SDC Context Builder is runningPASS


Delete the deployed SDC Context Builder from OOMVerify that the SDC Context Builder pod can be deleted by using the standard OOM deletion instructionPASS



Context Builder: SDC - APIv1 Update

Test CaseDescriptionStatusOwnerDateJIRA linkComment
Deploy SDC Context Builder in OOMVerify that the SDC Context Builder can be deployed in a Kubernetes environmentPass



SDC-context-builder | service | context | successVerify that the SDC Context Builder is capable of receiving a context request that includes only the modelVersionId parameter.Pass


api v1 - SDC-context-builder | service |context

ignores extra parameters

Verify that the SDC Context Builder is able to accept context requests that explicitly specify v1 of the API.

API contains parameters extra parameters like serviceType and customerId.

  • That required ones are:modelVersionId, modelInvariantId,serviceInstanceId,XFromApId,xTransactionId
Pass


api v1 - SDC-context-builder | service | context

do not include serviceType

Verify that the SDC Context Builder is able to accept context requests that explicitly specify v1 of the API.

Absence of serviceType should not cause problem.

Pass


api v1 - SDC-context-builder | service | context

do not include customerId

Verify that the SDC Context Builder is able to accept context requests that explicitly specify v1 of the API.

Absence of customerId should not cause problem.

Pass


SDC-context-builder | swagger | index.htmlVerify that the SDC Context Builder provides swagger documentation for the latest API (v1).FAIL

Defect entered:


SDC-context-builder | service | context | missing modelVersionIdVerify that the SDC Context Builder service will fail to process a context request that does not provide a service-Instance-Id. An error response should be returned to the Context Aggregator.Pass


SDC-context-builder | service | context | model version id not in SDCVerify that the SDC Context Builder service returns a suitable response when the service for which context is requested cannot be found in SDC.Pass


Context Builder: Network Discovery

Test CaseDescriptionStatusOwnerDateJIRA linkComment
api | network-discovery-context-builder | service | context | decomposition requestVerify that the Network Discovery Context Builder generates a service instance decomposition action when it is sent a POMBA request from the Context Aggregator. The decomposition request should utilize the proper credentials.PASS


api v1 | network-discovery-context-builder | service | context | decomposition request

Verify that the Network Discovery Context Builder generates a service instance decomposition action when it is sent a POMBA request from the Context Aggregator. The decomposition request should utilize the proper credentials.

The request includes new API v2 headers.

PASS


api v1 | network-discovery-context-builder | service | context | ignores extra parametersVerify that the Network Discovery Context Builder accepts a request that contains more query parameters than required (context-aggregator may send other parameters like modelVersionId and modelInvariantId).PASS


api v1 | network-discovery-context-builder | service | context | no X-ONAP-PartnerNameVerify that the Network Discovery Context Builder returns an error to the Context Aggregator when its request does not include a PartnerName header.PASS


api v1 | network-discovery-context-builder | service | context | using X-FromAppIdVerify that the Network Discovery Context Builder accepts X-FromAppId in lieu of X-ONAP-PartnerNamePASS


api v1 | network-discovery-context-builder | service | context | using X-TransactionIdVerify that the Network Discovery Context Builder accepts X-TransactionId in lieu of X-ONAP-RequestIDPASS


api | network-discovery-context-builder | service | context | bad usernameVerify that the Network Discovery Context Builder API disallows requests when the provided username is not correct.PASS


api | network-discovery-context-builder | service | context | bad passwordVerify that the Network Discovery Context Builder API disallows requests when the provided password is not correct.PASS


api | network-discovery-context-builder | service | context | no serviceInstanceIdVerify that the Network Discovery Context Builder returns an error to the Context Aggregator when its request does not include a service instance ID.PASS


api | network-discovery-context-builder | service | context | service decomposer downVerify that the Network Discovery Context Builder returns an error to the Context Aggregator when an audit request cannot be carried out due to an unresponsive Service Decomposer.PASS


api | network-discovery-context-builder | service | context | service not in aaiVerify that the Network Discovery Context Builder returns an error to the Context Aggregator when an audit request cannot be carried out due to the specified service not being available in the A&AI database.PASS


api v2 | network-discovery-context-builder | service | context | X-ONAP-TransactionIdVerify that the Network Discovery Context Builder returns an error to the Context Aggregator when its request does not include a service instance ID.PASS


logging | network-discovery-context-builder | audit requestVerify that the Network Discovery Context Builder logs appropriate information upon reception of an audit request.PASS


logging | network-discovery-context-builder | audit request | missing parameterVerify that the Network Discovery Context Builder logs appropriate information upon reception of an audit request that is missing the required service instance ID.PASS


api | network-discovery-context-builder | service | context | swagger documentationVerify that the micro service API provides a swagger description of the API parameters, versions, etc.PASS


wiki | developer documentationVerify that the ONAP developer wiki has been updated with information regarding the Network Discovery Context Builder.PASS


properties file | default resource types
PASS


properties file | no resource types
PASS


properties file | unknown resource type
PASS


properties file | missing resource type
PASS


Network-discovery-context-builder sends request | To Network Discovery for each resource typeVerify that the Network Discovery Context Builder sends one Network Discovery request for each resource found in the response from the Service Decomposition service.PASS


Network-discovery-context-builder disallows|unsupported resource typesVerify that the Network Discovery Context Builder is able to produce a final audit report when one (or more) of the resource discovery requests was rejected due to the resource type not being supported. The final report should include error messaging for the unsupported resource types.PASS


Network-discovery-context-builder | timeout is configurableVerify that the Network Discovery Context Builder timeout is configurable and resource discovery responses will be timeout based on the configured timePASS


Network-discovery-context-builder disallows| malformed requestVerify that the Network Discovery Context Builder disallows the resource discovery requests and gets rejected due to malformed requestPASS


Network-discovery-context-builder disallows| missing parameter| ServiceInstanceId and ONAP-PartnerNameVerify that the Network Discovery Context Builder disallows the resource discovery requests and gets rejected due missing ServiceInstanceId and ONAP-ParameterName. The final report should include  proper error codePASS


Network-discovery-context-builder| Not able to discover resource typeVerify that the Network Discovery Context Builder is able to generate a response back to context aggregator without any  resource type informationPASS


Network Discovery Context Builder returns failure| Network-Discovery is downVerify that the Network Discovery Context Builder returns a failure response to the Context Aggregator if resource discovery cannot be performed due to the unavailability of the Network Discovery service.The Network Discovery Context Builder disallows to accept a discovery request from the Network Discovery micro service
  • Response back should be 400 missing parameters
PASS


Network-discovery-context-builder disallows request | when network-discovery credentials incorrect or missingVerify that the Network Discovery Context Builder returns an error when network-discovery credentials are incorrectPASS


logging | network-discovery-context-builder | audit requestVerify that the Network Discovery Context Builder logs appropriate information when receiving the service decomposition response and generating resource discovery requests.PASS


logging | network-discovery-context-builder | audit requestVerify that the Network Discovery Context Builder logs appropriate information when receiving resource discovery results.PASS


wiki | developer documentationVerify that the ONAP developer wiki has been updated with information regarding the "discovery" part of the Network Discovery Context Builder.PASS


Context Builder: Network Discovery - OOM

Test CaseDescriptionStatusOwnerDateJIRA linkComment
oom | install | network discovery context builderVerify that the Network Discovery Context Builder can be deployed using OOM.PASSDavid Stangl






Service Decomposition


Test CaseDescriptionStatusOwnerDateJIRA linkComment
GET A&AI service instance details - success scenarioVerify that A&AI data is populated  correctlyPASS


GET A&AI service instance details - missing parameter(AppId)Verify that missing parameter returns proper error code in responsePASS


GET A&AI service instance details - missing parameter(serviceInstanceId)Verify that missing parameter returns empty json responsePASS

GET A&AI service instance details - invalid parameter(serviceInstanceId)Verify that missing parameter returns proper error code in responsePASS

Malformed GET Request to fetch the dataVerify that malformed GET request returns proper error code in responsePASS

service-decomposition | service includes VNFsVerify that VNF resources that comprise a services can be returned by the service decomposition micro service.PASS

service-decomposition | service includes VNFCsVerify that VNFC resources that comprise a services can be returned by the service decomposition micro service.PASS

service-decomposition | service includes VFModulesVerify that VFModule resources that comprise a services can be returned by the service decomposition micro service.PASS

service-decomposition | service includes VServersVerify that VServer resources that comprise a services can be returned by the service decomposition micro service.PASS

service-decomposition | service includes L3 networkVerify that L3 network resources that comprise a services can be returned by the service decomposition micro service.PASS

GET Generic VNF output for supported resources with different combinations of the dataVerify that all supported resource types should be populated in correct hierarchyPASS

service-decomposition | interrelated resources don't result in redundancy or unrelated service resourcesVerify that the service decomposition micro service returns only components directly related to the service and does not return duplicate components when the components are related to each other recursively.PASS

service-decomposition | service not foundVerify that the service decomposition micro service returns an error code and message when the service that is requested cannot be located.PASS

service-decomposition | X-ONAP-RequestID not specifiedVerify that the service decomposition micro service generates a unique transaction ID when one had not been specified in the request.FAIL

X-ONAP-RequestID not generated by microservice. Not so much an issue because the only caller currently passes in an ID.

Tracking this issue outside of story.

service-decomposition | X-ONAP-RequestID specifiedVerify that the service decomposition micro service response uses the same unique transaction ID as was specified in the request.FAIL

X-ONAP-RequestID not returned in response to caller.

Tracking this issue outside of story:

service-decomposition | X-ONAP-PartnerNameVerify that the service decomposition micro service response uses the same unique ONAP partner name as was specified in the request.FAIL

X-ONAP-PartnerNAme not returned in response to caller.

Tracking this issue outside of story.

service-decomposition | A&AI connection severedVerify that the service decomposition micro service response includes an error code and error message when a lookup fails due to no connection to A&AI.PASS

service-decomposition | mini-soakVerify that the service decomposition micro service can handle multiple and sometimes concurrent requests for decomposition without causing issue with the process (memory leaks, etc.) or providing callers with bad information (mixing up response content, etc.)PASS


service-decompoistion | swagger API documentationVerify that the API documentation for the service decomposition micro service is available.PASS




POMBA Validation Service

Test CaseDescriptionStatusOwnerDateJIRA linkComment
OOM | deploymentVerify that the Validation Service can be deployed in a POMBA environment with all the appropriate configuration, etc.PASS


OOM | removalVerify that the Validation Service can be undeployed from a POMBA environment.PASS


pomba-validation-service | RULES-VALIDATION | successVerify that the Validation Service can successfully consume a RULES-VALIDATION event, employ validation rules and return a validation report to the POA-AUDIT-RESULT queue in DMaaP.PASS


pomba-validation-service | topic creation | POA-AUDIT-RESULTVerify that the Validation Service is able to create the POA-AUDIT-RESULT queue in DMaaP for the purposes of publishing the results of evaluations. This should be done at the time of the very first outgoing DMaaP event.FAIL

General issue with components writing to DMaaP without an existing topic. Topic is created but message dropped. Subsequent messages are written correctly. Will be dealt with outside of this story.

sonar reportVerify that the Validation Service Sonar report does not include any critical level issues that need to be resolved.PASS


POMBA Validation Service - Rules: AAI vs. ND attribute comparison

Test CaseDescriptionStatusOwnerDateJIRA linkComment
aai vs. nd | all attributes | matchVerify that there are no violations reported when the attributes reported by both the AAI Context Builder and Network Discovery Context Builder have the same values.PASS


aai vs. nd | vm.uuid comparision | mismatchVerify that there is a MAJOR violation reported when the vm.uuid values reported by the AAI Context Builder and the Network Discovery Context Builder do not have the same value.FAIL

Report is generated but there are some issues:

aai vs. nd | vm.name comparision | mismatchVerify that there is a MAJOR violation reported when the vm.name values reported by the AAI Context Builder and the Network Discovery Context Builder do not have the same value.FAIL

Report is generated but there are some issues:

aai vs. nd | vm.lockedBoolean comparison | mismatchVerify that there is a MAJOR violation reported when the vm.lockedBoolean values reported by the AAI Context Builder and the Network Discovery Context Builder do not have the same value.FAIL

Report is generated but there are some issues:

aai vs. nd | vm.hostName comparison | mismatchVerify that there is a MAJOR violation reported when the vm.hostName values reported by the AAI Context Builder and the Network Discovery Context Builder do not have the same value.FAIL

Report is generated but there are some issues:

aai vs. nd | vm.imageId comparison | mismatchVerify that there is a MAJOR violation reported when the vm.imageId values reported by the AAI Context Builder and the Network Discovery Context Builder do not have the same value.FAIL

Report is generated but there are some issues:

aai vs. nd | vm.name comparision | mismatch | case sensitivityVerify that a mismatch is detected when the value for an attribute is the same but just not expressed in the same case. (e.g. "123fred" vs. "123Fred")FAIL

Report is generated but there are some issues:

aai vs. nd | vm.hostName comparison | dataQuality error from nd builderVerify that there is no violation reported when the vm.hostName reported by the Network Discovery Context Builder has an associated dataQuality of "error".PASS

aai vs. nd | vm.imageIdcomparison | attribute missing from nd builderVerify that there is no violation reported when the Network Discovery Context Builder fails to include a vm.imageId attribute while the AAI Context Builder does.PASS

aai vs. nd | network.uuid comparison | mismatchVerify that there is a MAJOR violation reported when the network.uuid values reported by the AAI Context Builder and the Network Discovery Context Builder do not have the same value.PASS

aai vs. nd | network.name comparison | mismatchVerify that there is a MAJOR violation reported when the network.namevalues reported by the AAI Context Builder and the Network Discovery Context Builder do not have the same value.PASS

aai vs. nd | network.adminState comparison | mismatchVerify that there is a MAJOR violation reported when the network.adminStatevalues reported by the AAI Context Builder and the Network Discovery Context Builder do not have the same value.PASS


aai vs. nd | network.sharedNetworkBoolean comparison | mismatchVerify that there is a MAJOR violation reported when the network.sharedNetworkBoolean values reported by the AAI Context Builder and the Network Discovery Context Builder do not have the same value.PASS


aai vs. nd | multiple violationsVerify that multiple attribute comparison violations can be reported.PASS


POMBA Validation Service - Rules: AAI vs. SDC VNF comparison

Test CaseDescriptionStatusOwnerDateJIRA linkComment
SDC and AAI output matchesVerify that the Validation Service does not detect any issues when the SDC and AAI context builders provide the same number of VNFCs, the vnfc-type and vf-module-type for each VNFC match and the AAI provides a nfc-naming-code for each VNFC.PASS


vnfc-type | mismatchVerify that the Validation Service is able to detect that the vnfc-type for a VNFC as reported by the SDC and AAI context builders does not match. An ERROR level violation should be reported.PASS


vnfc-count | SDC reports more than AAIVerify that the Validation Service is able to detect when the number of VNFCs reported by the SDC Context Builder is greater than the number of VNFCs reported by the AAI Context Builder. A WARN level violation should be reported.PASS


vnfc-count | SDC reports fewer than AAIVerify that the Validation Service does not detect a violation when the SDC Context Builder reports fewer VNFCs than the AAI Context Builder.PASS



POMBA Data Router

Test CaseDescriptionStatusOwnerDateJIRA linkComment
data-router | orchestration-event-service | orchestration-event | success | no transaction IDVerify that the Data Router can successfully process an incoming request and produce a DMaaP event with the information.PASS




data-router | orchestration-event-service | orchestration-event | success | transaction ID providedVerify that the Data Router can successfully process an incoming request that includes a transaction ID to use.PASS


data-router | orchestration-event-service | orchestration-event | success | multiple servicesVerifythat the Data Router can successfully process an incoming request and producePASS


data-router | POA-AUDIT-RESULT | successVerify that the Data Router monitors the DMaaP POA-AUDIT-RESULT queue and is able to process events tat are found, resulting in a request to the SDS.PASS


data-router | orchestration-event-service | orchestration-event | missing service instance IDVerify that the Data Router rejects an incoming request that does not specify a service instance ID.PASS


data-router | orchestration-event-service | orchestration-event | missing model version IDVerify that the Data Router rejects an incoming request that does not specify a service instance ID.PASS


data-router | orchestration-event-service | orchestration-event | DMaaP not availableVerify that the Data Router responds with an error code when the DMaaP service is not accessible when a request is being processed.PASS


data-router | POA-AUDIT-RESULT | malformed eventVerify that the Data Router fails gracefully when a POA-AUDIT-RESULT event is being processed but the content of the event prevents proper processing.PASS


data-router | POA-AUDIT-RESULT | SDS not availableVerify that the Data Router fails gracefully when a POA-AUDIT-RESULT event is being processed and the SDS is not available to receive requests.PASS


data-router | orchestration-event-service | orchestration-event | bad certificateVerify that the Data Router rejects connections from clients that do not utilize the correct certificate (or the certificate is bad).PASS


data-router | orchestration-event-service | orchestration-event | missing certificateVerify that the Data Router rejects connections from clients that do not utilize the correct keystore password.PASS



POMBA Data Router - OOM

Test CaseDescriptionStatusOwnerDateJIRA linkComment
OOM | deploymentVerify that the Data Router can be deployed in a POMBA environment with all the appropriate configuration, etc.PASS


OOM | removalVerify that the Data Router can be undeployed from a POMBA environment.PASS



POMBA Data Router - APIv1 Update


Test CaseDescriptionStatusOwnerDateJIRA linkComment
data-router | v1 | orchestration-event-service | orchestration-eventVerify that the orchestration-event API operation only needs to be provided the serviceInstanceId, modelVersionId and modelInvariantId parametersPASS


data-router | orchestration-event-service | orchestration-eventVerify that the latest version (v1) of the orchestration-event operation is invoked when the API version is not explicitly specified.FAIL

Bug entered:

data-router | orchestration-event-service | orchestration-eventVerify that if the v1 API is used to send an orchestration-event operation and the two deprecated parameters – customerId and serviceType – are included, either a POA-AUDIT-INIT message is written without the offending parameters or the request is entirely rejected.PASS


POA-AUDIT-RESULT | processingVerify that the Data Router remains capable of consuming and processing POA-AUDIT-RESULT events.PASS



POMBA Data Router - Audit Report Additional Fields

Test CaseDescriptionStatusOwnerDateJIRA linkComment
orchestration-event-service | orchestration-event | X-TransactionIdVerify that the POA-AUDIT-RESULT messages produced by the Validation Service include the X-TransactionId value that was originally sent in the post-orchestration audit request so that this information can appear in the final audit report.PASS


orchestration-event-service | orchestration-event | missing X-TransactionIdVerify that the POA-AUDIT-RESULT messages produced by the Validation Service includes an X-TransactionId value generated by the Data Router in the case where the original orchestration event did not include one.PASS


orchestration-event-service | orchestration-event | X-FromAppIdVerify that the POA-AUDIT-RESULT messages produced by the Validation Service include an X-FromAppId attribute that indicates the application that initiated the audit. (i.e. The client that sent the orchestration-event)FAIL

Big entered:



POMBA Search Data Service

Test CaseDescriptionStatusOwnerDateJIRA linkComment
POA-AUDIT-REPORT eventVerify that the Search Data Service is able to accept POMBA messaging from the Data Router.PASS


POMBA Search Data Service - OOM

Test CaseDescriptionStatusOwnerDateJIRA linkComment
oom | search-data-service | installVerify that the Search Data Service can be deployed in a POMBA environment using OOM.PASS