From 7f6309474225cbd0da8d8ed010bbd50f2c70c24b Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 9 Mar 2022 10:39:29 +0000 Subject: Clean up of unit tests for ACM definitions Issue-ID: POLICY-3945 Change-Id: I080e402899d2b2960b46efa06db68041a73f5d2b Signed-off-by: adheli.tavares --- runtime-acm/pom.xml | 24 +- .../commissioning/CommissioningProviderTest.java | 21 +- .../rest/CommissioningControllerTest.java | 33 +- .../messaging/MessageDispatcherActivatorTest.java | 6 +- ...mationCompositionInstantiationProviderTest.java | 34 +- .../runtime/instantiation/InstantiationUtils.java | 6 +- .../rest/InstantiationControllerTest.java | 17 +- .../runtime/main/rest/ActuatorControllerTest.java | 6 +- .../runtime/monitoring/TestMonitoringProvider.java | 31 +- .../rest/MonitoringQueryControllerTest.java | 8 +- .../acm/runtime/supervision/HandleCounterTest.java | 5 +- .../supervision/SupervisionHandlerTest.java | 18 +- .../supervision/SupervisionScannerTest.java | 13 +- .../clamp/acm/runtime/util/CommonTestData.java | 26 +- .../src/test/resources/application-test.yaml | 36 + .../src/test/resources/application_test.properties | 37 - .../full-tosca-with-common-properties.yaml | 3546 -------------------- .../pm_automation_composition_tosca.yaml | 452 --- .../servicetemplates/pmsh_multiple_ac_tosca.yaml | 239 -- .../servicetemplates/tosca-for-smoke-testing.yaml | 3488 ------------------- 20 files changed, 150 insertions(+), 7896 deletions(-) create mode 100644 runtime-acm/src/test/resources/application-test.yaml delete mode 100644 runtime-acm/src/test/resources/application_test.properties delete mode 100644 runtime-acm/src/test/resources/rest/servicetemplates/full-tosca-with-common-properties.yaml delete mode 100644 runtime-acm/src/test/resources/rest/servicetemplates/pm_automation_composition_tosca.yaml delete mode 100644 runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml delete mode 100644 runtime-acm/src/test/resources/rest/servicetemplates/tosca-for-smoke-testing.yaml (limited to 'runtime-acm') diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml index 7712d8235..333a75dc2 100644 --- a/runtime-acm/pom.xml +++ b/runtime-acm/pom.xml @@ -1,7 +1,7 @@