Add WorkflowController integration test 58/141258/3 master
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 12 Jun 2025 14:36:29 +0000 (16:36 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 13 Jun 2025 06:49:24 +0000 (08:49 +0200)
commit6ae7c4bd9567bb3e6c946add27adca854a99ef68
tree3c2d7adf4b727da1c15e5f37aad3e4df94011c9a
parent543dbaf1d21cab6b179e9f944c87f4d54c067b8d
Add WorkflowController integration test

- add integration test that tests WorkflowController
  with full spring context and cassandra backend
- use mvn antrun plugin to merge and copy cql files from
  init module to test for data base initialization

Issue-ID: SDC-4737
Change-Id: Ice71adb6c940445f922bb3517b15e85df904c000
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
.gitignore
sdc-workflow-designer-be/pom.xml
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/ArtifactAssociationHandlerTest.java
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/WorkflowControllerIntegrationTest.java [new file with mode: 0644]