From de774cd879b5fec03ee19cef538dbade2a2433a1 Mon Sep 17 00:00:00 2001 From: Lukasz Muszkieta Date: Tue, 7 Aug 2018 12:00:33 +0200 Subject: Fixed Ignored CreateAndActivatePnfResourceTest Change-Id: I16cfa0670836b45cb725c6b4be0863c758c0b392 Issue-ID: SO-800 Signed-off-by: Lukasz Muszkieta --- bpmn/mso-infrastructure-bpmn/pom.xml | 6 -- .../bpmn/CreateAndActivatePnfResourceTest.java | 1 - .../resources/applicationContext_forPnfTesting.xml | 70 ++++++++++++++++++++++ .../resources/applicationContext_forPnfTesting.xml | 70 ---------------------- .../resources/applicationContext_forPnfTesting.xml | 65 -------------------- 5 files changed, 70 insertions(+), 142 deletions(-) create mode 100644 bpmn/mso-infrastructure-bpmn/src/test/resources/applicationContext_forPnfTesting.xml delete mode 100644 bpmn/so-bpmn-infrastructure-common/src/test/resources/applicationContext_forPnfTesting.xml delete mode 100644 bpmn/so-bpmn-infrastructure-flows/src/test/resources/applicationContext_forPnfTesting.xml (limited to 'bpmn') diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index 57bfb4ed30..e44156daa9 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -134,12 +134,6 @@ camunda-bpm-spring-boot-starter 2.3.0 - - org.camunda.bpm.extension - camunda-bpm-assert - 2.0-alpha2 - test - org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-rest diff --git a/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/infrastructure/pnf/delegate/bpmn/CreateAndActivatePnfResourceTest.java b/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/infrastructure/pnf/delegate/bpmn/CreateAndActivatePnfResourceTest.java index 7c4c8201ea..d42717f5c1 100644 --- a/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/infrastructure/pnf/delegate/bpmn/CreateAndActivatePnfResourceTest.java +++ b/bpmn/mso-infrastructure-bpmn/src/test/java/org/onap/so/bpmn/infrastructure/pnf/delegate/bpmn/CreateAndActivatePnfResourceTest.java @@ -48,7 +48,6 @@ import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @ContextConfiguration(locations = "/applicationContext_forPnfTesting.xml") -@Ignore public class CreateAndActivatePnfResourceTest { private static final String TIMEOUT_10_S = "PT10S"; diff --git a/bpmn/mso-infrastructure-bpmn/src/test/resources/applicationContext_forPnfTesting.xml b/bpmn/mso-infrastructure-bpmn/src/test/resources/applicationContext_forPnfTesting.xml new file mode 100644 index 0000000000..72462bd092 --- /dev/null +++ b/bpmn/mso-infrastructure-bpmn/src/test/resources/applicationContext_forPnfTesting.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bpmn/so-bpmn-infrastructure-common/src/test/resources/applicationContext_forPnfTesting.xml b/bpmn/so-bpmn-infrastructure-common/src/test/resources/applicationContext_forPnfTesting.xml deleted file mode 100644 index 72462bd092..0000000000 --- a/bpmn/so-bpmn-infrastructure-common/src/test/resources/applicationContext_forPnfTesting.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bpmn/so-bpmn-infrastructure-flows/src/test/resources/applicationContext_forPnfTesting.xml b/bpmn/so-bpmn-infrastructure-flows/src/test/resources/applicationContext_forPnfTesting.xml deleted file mode 100644 index ebefee7b08..0000000000 --- a/bpmn/so-bpmn-infrastructure-flows/src/test/resources/applicationContext_forPnfTesting.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit 1.2.3-korg