Versions Compared

Key

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

...

#DescriptionNotesDecision
1Where to include which CSIT test As CPS has many components and the components interact with each other, the concern on where what test should be included arises.To be included in client component
2How to include the cps-core services available to the client docker-composeSee alternatives in table belowTeam decided to go ahead with Option 1.
3Does CSIT test ever run on a k8s envHad a discussion with Morgan Richomme from the Integration team. As per him, its only the Health check integration test that will be included in the CI.

Jira created for J release.

Jira
serverONAP Jira
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCPS-654

Integration Test

Integration tests are used to check how each service works with other services and with external components. They are not concerned with the behavior of each service internally, but focus instead on the communication between services. They can also be used to test external components like databases.

...