Fixed License Issue in the Test Cases 72/82372/1
authorPooja03 <pm00501616@techmahindra.com>
Fri, 15 Mar 2019 06:36:11 +0000 (12:06 +0530)
committerPooja03 <pm00501616@techmahindra.com>
Fri, 15 Mar 2019 06:38:12 +0000 (12:08 +0530)
Updated Test Cases by fixing License in proper Format.

Issue-ID: DCAEGEN2-1265

Change-Id: Ie6540bcdf4adc5c7af4ae69c0ff4fd6e48231e98
Signed-off-by: Pooja03 <pm00501616@techmahindra.com>
49 files changed:
UniversalVesAdapter/pom.xml
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/AdditionalMeasurementTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/AdditionalObjectTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/AdditionalParameterTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/AlarmAdditionalInformationTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/CodecUsageArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/CommonEventHeaderTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/CpuUsageArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/DiskUsageArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/EndOfCallVqmSummariesTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/EventTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/FaultFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/FilesystemUsageArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/GtpPerFlowMetricsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/HeartbeatFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/HugePagesArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/InternalHeaderFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiBaseboardTemperatureArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiBaseboardVoltageRegulatorArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiBatteryArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiFanArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiGlobalAggregateTemperatureMarginArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiHsbpArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiNicArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiPowerSupplyArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiProcessorArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/IpmiTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/LatencyDistributionTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/LoadArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/MachineCheckExceptionArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/MeasurementFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/MemoryUsageArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/MobileFlowFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/NicPerformanceArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/NotificationFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/ObjectInstanceTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/ObjectKeyTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/OtherFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/PnfRegistrationFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/ProcessStatsArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/ProcessorDimmAggregateThermalMarginArrayTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/SipSignalingFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/StateChangeFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/SyslogFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/ThresholdCrossingAlertFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/VendorNfNameFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/VesEventTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ves7_0/VoiceQualityFieldsTest.java
UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/adapter/UniversalEventAdapterTest.java

index ba5e07d..e65efdc 100644 (file)
             <version>4.12</version>\r
             <scope>test</scope>\r
         </dependency>\r
-        <dependency>\r
-            <groupId>org.mockito</groupId>\r
-            <artifactId>mockito-core</artifactId>\r
-            <version>2.25.0</version>\r
-        </dependency>\r
+       <dependency>\r
+    <groupId>org.mockito</groupId>\r
+    <artifactId>mockito-core</artifactId>\r
+    <version>2.0.5-beta</version>\r
+    <scope>test</scope>\r
+</dependency>\r
+\r
         <dependency>\r
             <groupId>org.powermock</groupId>\r
             <artifactId>powermock-api-mockito</artifactId>\r
-            <version>1.7.4</version>\r
+            <version>1.6.2</version>\r
             <scope>test</scope>\r
         </dependency>\r
         <dependency>\r
             <groupId>org.powermock</groupId>\r
             <artifactId>powermock-module-junit4</artifactId>\r
-            <version>2.0.0</version>\r
+            <version>1.6.2</version>\r
             <scope>test</scope>\r
         </dependency>\r
         <dependency>\r
index 7a55485..e1cb555 100644 (file)
@@ -1,18 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
-\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 4e7033f..e0dd676 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 77c238c..4b911cf 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index dba9bfa..88f6eaa 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 6fa2bbc..79741ae 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index e220178..4eb9166 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 3d24182..91b0fa7 100644 (file)
@@ -1,18 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
-\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index 8068df7..b0fc836 100644 (file)
@@ -1,18 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
-\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index f902017..91e18e5 100644 (file)
@@ -1,18 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
-\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index 98c5308..eb7e472 100644 (file)
@@ -1,18 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
-\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index 2ab99eb..c26cd03 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 25372f4..24ea16d 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index c15ab1c..6738fad 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 374a793..8983785 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index bf039ee..83aa2b3 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 245e991..2f223b8 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 35bd36a..a2d74fd 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index ff69a6b..e1e015d 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 8c45712..a97169e 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 8b863c6..c782aaf 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index f4f2830..120d054 100644 (file)
@@ -1,18 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
-\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index ad26b76..deaf91f 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index c61fce3..0a3e33f 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index d719212..8c96746 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 4fd0a9d..23c51d2 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index b037208..4cb0224 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 169edb0..e1b74d9 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index d5da182..515c9e1 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 7a9bf76..247c680 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 6767e35..df24c3f 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 0328033..533864a 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 7fbe098..966666f 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index de9e80b..cc6781d 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index c69c4bc..ddce424 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index aca06fa..9895561 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index c0be872..09e67d6 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 5407e23..8096fc8 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index a089344..f3ca56f 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index da11bbd..a3cb152 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 7df77c9..e08487c 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index c40ab12..1168d05 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 22137d3..45fe2e1 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 7479ec1..ac6663e 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 4287e18..3502fb0 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 7be336d..8bab095 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index b68e23f..732c416 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index 9352b2a..8c51ae4 100644 (file)
@@ -1,17 +1,22 @@
 /*\r
- * ============LICENSE_START======================================================= ONAP : DCAE\r
- * ================================================================================ Copyright 2018\r
- * TechMahindra =================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License. ============LICENSE_END=========================================================\r
- */\r
+* ============LICENSE_START=======================================================\r
+* ONAP : DCAE\r
+* ================================================================================\r
+* Copyright 2018 TechMahindra\r
+*=================================================================================\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*     http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+* ============LICENSE_END=========================================================\r
+*/\r
 \r
 package org.onap.dcaegen2.ves.domain.ves7_0;\r
 \r
index b4230d6..c866235 100644 (file)
@@ -17,6 +17,7 @@
 * limitations under the License.\r
 * ============LICENSE_END=========================================================\r
 */\r
+\r
 package org.onap.universalvesadapter.adapter;\r
 \r
 import static org.junit.Assert.assertNotEquals;\r
@@ -24,9 +25,7 @@ import static org.junit.Assert.assertNotNull;
 \r
 import java.util.HashMap;\r
 import java.util.Map;\r
-\r
 import org.junit.Before;\r
-import org.junit.Ignore;\r
 import org.junit.Test;\r
 import org.junit.runner.RunWith;\r
 import org.mockito.InjectMocks;\r
@@ -35,199 +34,108 @@ import org.mockito.MockitoAnnotations;
 import org.onap.universalvesadapter.Application;\r
 import org.onap.universalvesadapter.exception.VesException;\r
 import org.onap.universalvesadapter.service.VESAdapterInitializer;\r
+import org.onap.universalvesadapter.utils.CollectorConfigPropertyRetrival;\r
+import org.powermock.api.mockito.PowerMockito;\r
+import org.powermock.core.classloader.annotations.PrepareForTest;\r
+import org.powermock.modules.junit4.PowerMockRunner;\r
 import org.slf4j.Logger;\r
 import org.slf4j.LoggerFactory;\r
 import org.springframework.boot.test.context.SpringBootTest;\r
-import org.springframework.test.context.junit4.SpringRunner;\r
 \r
-@RunWith(SpringRunner.class)\r
-@SpringBootTest(classes=Application.class)\r
-@Ignore\r
-public class UniversalEventAdapterTest  {\r
-               \r
-        private static final Logger errorLogger = LoggerFactory.getLogger("errorLogger");\r
-    \r
-    @Mock\r
-    private VESAdapterInitializer vESAdapterInitializer;  \r
-    \r
-    @InjectMocks\r
-    private UniversalEventAdapter universalVesAdapter;\r
-    \r
-    \r
-    @Before\r
-    public void init() {\r
-        MockitoAnnotations.initMocks(this);\r
-    } \r
-        \r
-    \r
-       \r
-    @Test\r
-       public void testtransform()  {\r
-        StringBuffer incomingJsonString = new StringBuffer("{ ")\r
-                .append("\"protocol version\":\"v2c\", ") \r
-                .append("\"notify OID\":\".1.3.6.1.4.1.1751.2.46.12.1.1\", ")\r
-                .append("\"cambria.partition\":\"dcae-snmp.client.research.att.com\", ")\r
-                .append("\"trap category\":\"UCSNMP-HEARTBEAT\", ")\r
-                .append("\"epoch_serno\": 15161177410000, ")\r
-                .append("\"community\":\"public\", ")\r
-                .append("\"time received\": 1516117741, ")\r
-                .append("\"agent name\":\"localhost\", ")\r
-                .append("\"agent address\":\"127.0.0.1\", ")\r
-                .append("\"community len\": 6, ")\r
-                .append("\"notify OID len\": 12, ")\r
-                .append("\"varbinds\": [{ ")\r
-                .append("    \"varbind_type\":\"octet\", ")\r
-                .append("    \"varbind_oid\":\".1.3.6.1.4.1.74.2.46.12.1.1.1\", ")\r
-                .append("    \"varbind_value\":\"ucsnmp heartbeat - ignore\" ")\r
-                .append(" }, { ")\r
-                .append("    \"varbind_type\":\"octet\", ")\r
-                .append("    \"varbind_oid\":\".1.3.6.1.4.1.74.2.46.12.1.1.2\", ")\r
-                .append("    \"varbind_value\":\"Tue Jan 16 10:49:01 EST 2018\" ")\r
-                .append(" }] ")\r
-                .append("}");\r
-        \r
-        Map<String,String> testMap=new HashMap<String,String>();\r
-        testMap.put("defaultSnmpMappingFile", "<?xml version=\"1.0\"?>\r\n" + \r
-                       "<smooks-resource-list\r\n" + \r
-                       "        xmlns=\"http://www.milyn.org/xsd/smooks-1.1.xsd\"\r\n" + \r
-                       "        xmlns:json=\"http://www.milyn.org/xsd/smooks/json-1.1.xsd\"\r\n" + \r
-                       "        xmlns:jb=\"http://www.milyn.org/xsd/smooks/javabean-1.4.xsd\">\r\n" + \r
-                       "    <json:reader rootName=\"vesevent\"  keyWhitspaceReplacement=\"-\">\r\n" + \r
-                       "    <json:keyMap>\r\n" + \r
-                       "               <json:key from=\"date&amp;time\" to=\"date-and-time\" />\r\n" + \r
-                       "           </json:keyMap>\r\n" + \r
-                       "       </json:reader>\r\n" + \r
-                       "   \r\n" + \r
-                       "     <jb:bean class=\"org.onap.dcaegen2.ves.domain.VesEvent\" beanId=\"vesEvent\" createOnElement=\"vesevent\">\r\n" + \r
-                       "       <jb:wiring property=\"event\" beanIdRef=\"event\"/>\r\n" + \r
-                       "    </jb:bean>\r\n" + \r
-                       " \r\n" + \r
-                       "     <jb:bean class=\"org.onap.dcaegen2.ves.domain.Event\" beanId=\"event\" createOnElement=\"vesevent\">\r\n" + \r
-                       "       <jb:wiring property=\"commonEventHeader\" beanIdRef=\"commonEventHeader\"/>\r\n" + \r
-                       "       <jb:wiring property=\"faultFields\" beanIdRef=\"faultFields\"/>         \r\n" + \r
-                       "       <!--<jb:wiring property=\"measurementsForVfScalingFields\" beanIdRef=\"measurementsForVfScalingFields\"/> -->           \r\n" + \r
-                       "    </jb:bean>   \r\n" + \r
-                       "    <!--<jb:bean class=\"org.onap.dcaegen2.ves.domain.MeasurementsForVfScalingFields\" beanId=\"measurementsForVfScalingFields\" createOnElement=\"simple\">\r\n" + \r
-                       "       <jb:wiring property=\"additionalMeasurements\" beanIdRef=\"additionalMeasurements\"/>\r\n" + \r
-                       "    </jb:bean>-->\r\n" + \r
-                       "    \r\n" + \r
-                       "    <jb:bean class=\"org.onap.dcaegen2.ves.domain.CommonEventHeader\" beanId=\"commonEventHeader\" createOnElement=\"vesevent\">\r\n" + \r
-                       "               <jb:expression property=\"version\">\"3.0\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"eventId\">\"XXXX\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"reportingEntityName\">\"VesAdapter\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"domain\">\"fault\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"eventName\" execOnElement=\"vesevent\" >commonEventHeader.domain+\"_\"+commonEventHeader.reportingEntityName +\"_\"+ faultFields.alarmCondition;</jb:expression>\r\n" + \r
-                       "       <jb:value property=\"sequence\" data=\"0\" default=\"0\" decoder=\"Long\"/>\r\n" + \r
-                       "       <jb:value property=\"lastEpochMicrosec\" data=\"#/time-received\"  decoder=\"Double\" />\r\n" + \r
-                       "       <jb:value property=\"startEpochMicrosec\" data=\"#/time-received\"  decoder=\"Double\"/>\r\n" + \r
-                       "               <jb:expression property=\"priority\">\"Medium\"</jb:expression>\r\n" + \r
-                       "       <jb:expression property=\"sourceName\">\"VesAdapter\"</jb:expression>\r\n" + \r
-                       "    </jb:bean>   \r\n" + \r
-                       "    \r\n" + \r
-                       "    <jb:bean class=\"org.onap.dcaegen2.ves.domain.FaultFields\" beanId=\"faultFields\" createOnElement=\"vesevent\">\r\n" + \r
-                       "       <jb:value property=\"alarmCondition\" data=\"#/trap-category\" />\r\n" + \r
-                       "               <jb:expression property=\"eventSeverity\">\"MINOR\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"eventSourceType\">\"SNMP Agent\"</jb:expression>\r\n" + \r
-                       "       <jb:expression property=\"specificProblem\">\"SNMP Fault\"</jb:expression>\r\n" + \r
-                       "       <jb:value property=\"faultFieldsVersion\" data=\"2.0\" default=\"2.0\" decoder=\"Double\" />\r\n" + \r
-                       "       <jb:wiring property=\"alarmAdditionalInformation\" beanIdRef=\"alarmAdditionalInformationroot\"/>   \r\n" + \r
-                       "               <jb:expression property=\"vfStatus\">\"Active\"</jb:expression>\r\n" + \r
-                       "       \r\n" + \r
-                       "    </jb:bean>  \r\n" + \r
-                       "     <jb:bean class=\"java.util.ArrayList\" beanId=\"alarmAdditionalInformationroot\" createOnElement=\"vesevent\">\r\n" + \r
-                       "       <jb:wiring beanIdRef=\"alarmAdditionalInformation\"/>\r\n" + \r
-                       "    </jb:bean>\r\n" + \r
-                       "    \r\n" + \r
-                       "      <jb:bean class=\"org.onap.dcaegen2.ves.domain.AlarmAdditionalInformation\" beanId=\"alarmAdditionalInformation\" createOnElement=\"varbinds/element\">\r\n" + \r
-                       "       <jb:value property=\"name\" data=\"#/varbind_oid\"/>\r\n" + \r
-                       "        <jb:value property=\"value\" data=\"#/varbind_value\" />\r\n" + \r
-                       "    </jb:bean>\r\n" + \r
-                       "       <!--<jb:bean class=\"java.util.ArrayList\" beanId=\"additionalMeasurements\" createOnElement=\"simple\">\r\n" + \r
-                       "       <jb:wiring beanIdRef=\"additionalMeasurement\"/>\r\n" + \r
-                       "    </jb:bean>    \r\n" + \r
-                       "    \r\n" + \r
-                       "    <jb:bean class=\"org.onap.dcaegen2.ves.domain.AdditionalMeasurement\" beanId=\"additionalMeasurement\" createOnElement=\"varbinds/element\">\r\n" + \r
-                       "       <jb:value property=\"name\" data=\"#/varbind_value\" />\r\n" + \r
-                       "    </jb:bean>  -->  \r\n" + \r
-                       "    \r\n" + \r
-                       "</smooks-resource-list>");\r
-        testMap.put(".1.3.6.1.4.1.1751.2.46.12", "<?xml version=\"1.0\"?>\r\n" + \r
-                       "<smooks-resource-list\r\n" + \r
-                       "        xmlns=\"http://www.milyn.org/xsd/smooks-1.1.xsd\"\r\n" + \r
-                       "        xmlns:json=\"http://www.milyn.org/xsd/smooks/json-1.1.xsd\"\r\n" + \r
-                       "        xmlns:jb=\"http://www.milyn.org/xsd/smooks/javabean-1.4.xsd\">\r\n" + \r
-                       "    <json:reader rootName=\"vesevent\"  keyWhitspaceReplacement=\"-\">\r\n" + \r
-                       "    <json:keyMap>\r\n" + \r
-                       "               <json:key from=\"date&amp;time\" to=\"date-and-time\" />\r\n" + \r
-                       "           </json:keyMap>\r\n" + \r
-                       "       </json:reader>\r\n" + \r
-                       "   \r\n" + \r
-                       "     <jb:bean class=\"org.onap.dcaegen2.ves.domain.VesEvent\" beanId=\"vesEvent\" createOnElement=\"vesevent\">\r\n" + \r
-                       "       <jb:wiring property=\"event\" beanIdRef=\"event\"/>\r\n" + \r
-                       "    </jb:bean>\r\n" + \r
-                       " \r\n" + \r
-                       "     <jb:bean class=\"org.onap.dcaegen2.ves.domain.Event\" beanId=\"event\" createOnElement=\"vesevent\">\r\n" + \r
-                       "       <jb:wiring property=\"commonEventHeader\" beanIdRef=\"commonEventHeader\"/>\r\n" + \r
-                       "       <jb:wiring property=\"faultFields\" beanIdRef=\"faultFields\"/>         \r\n" + \r
-                       "       <!--<jb:wiring property=\"measurementsForVfScalingFields\" beanIdRef=\"measurementsForVfScalingFields\"/> -->           \r\n" + \r
-                       "    </jb:bean>   \r\n" + \r
-                       "    <!--<jb:bean class=\"org.onap.dcaegen2.ves.domain.MeasurementsForVfScalingFields\" beanId=\"measurementsForVfScalingFields\" createOnElement=\"simple\">\r\n" + \r
-                       "       <jb:wiring property=\"additionalMeasurements\" beanIdRef=\"additionalMeasurements\"/>\r\n" + \r
-                       "    </jb:bean>-->\r\n" + \r
-                       "    \r\n" + \r
-                       "    <jb:bean class=\"org.onap.dcaegen2.ves.domain.CommonEventHeader\" beanId=\"commonEventHeader\" createOnElement=\"vesevent\">\r\n" + \r
-                       "               <jb:expression property=\"version\">\"3.0\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"eventId\">\"XXXX\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"reportingEntityName\">\"VesAdapter\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"domain\">\"fault\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"eventName\" execOnElement=\"vesevent\" >commonEventHeader.domain+\"_\"+commonEventHeader.reportingEntityName +\"_\"+ faultFields.alarmCondition;</jb:expression>\r\n" + \r
-                       "       <jb:value property=\"sequence\" data=\"0\" default=\"0\" decoder=\"Long\"/>\r\n" + \r
-                       "       <jb:value property=\"lastEpochMicrosec\" data=\"#/time-received\"  decoder=\"Double\" />\r\n" + \r
-                       "       <jb:value property=\"startEpochMicrosec\" data=\"#/time-received\"  decoder=\"Double\"/>\r\n" + \r
-                       "               <jb:expression property=\"priority\">\"Medium\"</jb:expression>\r\n" + \r
-                       "       <jb:expression property=\"sourceName\">\"VesAdapter\"</jb:expression>\r\n" + \r
-                       "    </jb:bean>   \r\n" + \r
-                       "    \r\n" + \r
-                       "    <jb:bean class=\"org.onap.dcaegen2.ves.domain.FaultFields\" beanId=\"faultFields\" createOnElement=\"vesevent\">\r\n" + \r
-                       "       <jb:value property=\"alarmCondition\" data=\"#/trap-category\" />\r\n" + \r
-                       "               <jb:expression property=\"eventSeverity\">\"MINOR\"</jb:expression>\r\n" + \r
-                       "               <jb:expression property=\"eventSourceType\">\"SNMP Agent\"</jb:expression>\r\n" + \r
-                       "       <jb:expression property=\"specificProblem\">\"SNMP Fault\"</jb:expression>\r\n" + \r
-                       "       <jb:value property=\"faultFieldsVersion\" data=\"2.0\" default=\"2.0\" decoder=\"Double\" />\r\n" + \r
-                       "       <jb:wiring property=\"alarmAdditionalInformation\" beanIdRef=\"alarmAdditionalInformationroot\"/>   \r\n" + \r
-                       "               <jb:expression property=\"vfStatus\">\"Active\"</jb:expression>\r\n" + \r
-                       "       \r\n" + \r
-                       "    </jb:bean>  \r\n" + \r
-                       "     <jb:bean class=\"java.util.ArrayList\" beanId=\"alarmAdditionalInformationroot\" createOnElement=\"vesevent\">\r\n" + \r
-                       "       <jb:wiring beanIdRef=\"alarmAdditionalInformation\"/>\r\n" + \r
-                       "    </jb:bean>\r\n" + \r
-                       "    \r\n" + \r
-                       "      <jb:bean class=\"org.onap.dcaegen2.ves.domain.AlarmAdditionalInformation\" beanId=\"alarmAdditionalInformation\" createOnElement=\"varbinds/element\">\r\n" + \r
-                       "       <jb:value property=\"name\" data=\"#/varbind_oid\"/>\r\n" + \r
-                       "        <jb:value property=\"value\" data=\"#/varbind_value\" />\r\n" + \r
-                       "    </jb:bean>\r\n" + \r
-                       "       <!--<jb:bean class=\"java.util.ArrayList\" beanId=\"additionalMeasurements\" createOnElement=\"simple\">\r\n" + \r
-                       "       <jb:wiring beanIdRef=\"additionalMeasurement\"/>\r\n" + \r
-                       "    </jb:bean>    \r\n" + \r
-                       "    \r\n" + \r
-                       "    <jb:bean class=\"org.onap.dcaegen2.ves.domain.AdditionalMeasurement\" beanId=\"additionalMeasurement\" createOnElement=\"varbinds/element\">\r\n" + \r
-                       "       <jb:value property=\"name\" data=\"#/varbind_value\" />\r\n" + \r
-                       "    </jb:bean>  -->  \r\n" + \r
-                       "    \r\n" + \r
-                       "</smooks-resource-list>");\r
-        \r
-        try {\r
-               \r
-            VESAdapterInitializer.setMappingFiles(testMap);\r
-               String actualResult = universalVesAdapter.transform(incomingJsonString.toString());\r
-            assertNotNull(actualResult);\r
-            assertNotEquals("", actualResult);\r
-        } catch (VesException exception) {\r
-               errorLogger.error("Error occurred : {}", exception );\r
-        }\r
+@RunWith(PowerMockRunner.class)\r
+@SpringBootTest(classes = Application.class)\r
+public class UniversalEventAdapterTest {\r
+\r
+       private static final Logger errorLogger = LoggerFactory.getLogger("errorLogger");\r
+\r
+       @Mock\r
+       private VESAdapterInitializer vesAdapterInitializer;\r
+\r
+       @InjectMocks\r
+       private UniversalEventAdapter universalVesAdapter;\r
+\r
+       @Before\r
+       public void init() {\r
+               MockitoAnnotations.initMocks(this);\r
        }\r
 \r
+       @PrepareForTest({ CollectorConfigPropertyRetrival.class })\r
+       @Test\r
+       public void testtransform() {\r
+\r
+               StringBuffer incomingJsonString = new StringBuffer("{\n" + "    \"rule-id\": \"12121\",\n"\r
+                               + "    \"notification\": {\n" + "        \"event-time\": \"2018-03-15T08:15:32.000Z\",\n"\r
+                               + "        \"notification-id\":  \"2541256\",\n" + "        \"message\":  {\n"\r
+                               + "            \"topic\":\"resource\",\n" + "            \"object-type\":\"onu\",               \n"\r
+                               + "            \"version\": \"v1\",               \n" + "            \"operation\": \"create\",   \n"\r
+                               + "            \"target\": \"ont/ont=23hk1231231232\",   \n" + "            \"content\":  {\n"\r
+                               + "                \"onu\":  {\n" + "                    \"sn\":   \"48575443FA637D1A\",\n"\r
+                               + "                    \"refParentNE\":  \"550e8400-e29b-41d4-a716-446655440000\",\n"\r
+                               + "                    \"refParentNeNativeId\":  \"FDN\",\n"\r
+                               + "                    \"refParentLTP\": \"8c0db89e-218c-4e18-b0de-7a6788b3dda4\",\n"\r
+                               + "                    \"refParentLTPNativeId\": \"FDN\",\n"\r
+                               + "                    \"onuId\": \"213\",\n" + "                    \"accessID\": \"HG65875420001\"\n"\r
+                               + "                }\n" + "            }\n" + "        }\n" + "    }\n" + "}");\r
+               Map<String, String> testMap = new HashMap<String, String>();\r
+               testMap.put("defaultMappingFile-" + Thread.currentThread().getName(),\r
+                               "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"\r
+                                               + "<smooks-resource-list xmlns=\"http://www.milyn.org/xsd/smooks-1.1.xsd\" xmlns:jb=\"http://www.milyn.org/xsd/smooks/javabean-1.4.xsd\" xmlns:json=\"http://www.milyn.org/xsd/smooks/json-1.1.xsd\">\n"\r
+                                               + "   <json:reader rootName=\"vesevent\" keyWhitspaceReplacement=\"-\">\n"\r
+                                               + "      <json:keyMap>\n"\r
+                                               + "         <json:key from=\"date&amp;time\" to=\"date-and-time\" />\n"\r
+                                               + "      </json:keyMap>\n" + "   </json:reader>\n"\r
+                                               + "   <jb:bean class=\"org.onap.dcaegen2.ves.domain.ves7_0.VesEvent\""\r
+                                               + " beanId=\"vesEvent\" createOnElement=\"vesevent\">\n"\r
+                                               + "      <jb:wiring property=\"event\" beanIdRef=\"event\" />\n" + "   </jb:bean>\n"\r
+                                               + "   <jb:bean class=\"org.onap.dcaegen2.ves.domain.ves7_0.Event\" "\r
+                                               + "beanId=\"event\" createOnElement=\"vesevent\">\n"\r
+                                               + "      <jb:wiring property=\"commonEventHeader\" beanIdRef=\"commonEventHeader\" />\n"\r
+                                               + "      <jb:wiring property=\"pnfRegistrationFields\" beanIdRef=\"pnfRegistrationFields\" />\n"\r
+                                               + "   </jb:bean>\n"\r
+                                               + "   <jb:bean class=\"org.onap.dcaegen2.ves.domain.ves7_0.CommonEventHeader\""\r
+                                               + " beanId=\"commonEventHeader\" createOnElement=\"vesevent\">\n"\r
+                                               + "<jb:expression property=\"version\">"\r
+                                               + "org.onap.dcaegen2.ves.domain.ves7_0.CommonEventHeader.Version._4_0_1</jb:expression> \n"\r
+                                               + "<jb:expression property=\"eventType\">\"pnfRegistration\"</jb:expression>\n"\r
+                                               + "<jb:expression property=\"vesEventListenerVersion\">"\r
+                                               + "org.onap.dcaegen2.ves.domain.ves7_0.CommonEventHeader.VesEventListenerVersion._7_0_1</jb:expression>\n"\r
+                                               + "       <jb:expression property=\"eventId\" execOnElement=\"vesevent\">"\r
+                                               + "\"registration_\"+commonEventHeader.ts1</jb:expression>\n"\r
+                                               + "<jb:expression property=\"reportingEntityName\">\"VESMapper\"</jb:expression>\n"\r
+                                               + "      <jb:expression property=\"domain\">"\r
+                                               + "org.onap.dcaegen2.ves.domain.ves7_0.CommonEventHeader.Domain.PNF_REGISTRATION</jb:expression>\n"\r
+                                               + "      <jb:expression property=\"eventName\" execOnElement=\"vesevent\">"\r
+                                               + "commonEventHeader.domain</jb:expression>\n"\r
+                                               + "<jb:value property=\"sequence\" data=\"0\" default=\"0\" decoder=\"Long\" />\n"\r
+                                               + "<jb:expression property=\"lastEpochMicrosec\" execOnElement=\"vesevent\">"\r
+                                               + "commonEventHeader.ts1</jb:expression>\n"\r
+                                               + "      <jb:expression property=\"startEpochMicrosec\" execOnElement=\"vesevent\">"\r
+                                               + "commonEventHeader.ts1</jb:expression>\n" + "      <jb:expression property=\"priority\">"\r
+                                               + "org.onap.dcaegen2.ves.domain.ves7_0.CommonEventHeader.Priority.NORMAL</jb:expression>\n"\r
+                                               + "      <jb:value property=\"sourceName\" data=\"notification/message/target\" />\n"\r
+                                               + "   </jb:bean>\n"\r
+                                               + "   <jb:bean class=\"org.onap.dcaegen2.ves.domain.ves7_0.PnfRegistrationFields\""\r
+                                               + " beanId=\"pnfRegistrationFields\" createOnElement=\"vesevent\">\n" + "     \n"\r
+                                               + "       <jb:expression property=\"pnfRegistrationFieldsVersion\">"\r
+                                               + "org.onap.dcaegen2.ves.domain.ves7_0.PnfRegistrationFields.PnfRegistrationFieldsVersion._2_0"\r
+                                               + "</jb:expression>\n"\r
+                                               + "      <jb:value property=\"serialNumber\" data=\"notification/message/content/onu/sn\" />\n"\r
+                                               + "      \n" + "   </jb:bean>\n" + "</smooks-resource-list>");\r
 \r
+               try {\r
+                       vesAdapterInitializer.setMappingFiles(testMap);\r
 \r
+                       String identifiertest[] = CollectorConfigPropertyRetrival.getProperyArray("identifier", "kvTest.json");\r
+                       PowerMockito.mockStatic(CollectorConfigPropertyRetrival.class);\r
+                       PowerMockito.when(CollectorConfigPropertyRetrival.getProperyArray("identifier", null))\r
+                                       .thenReturn(identifiertest);\r
+\r
+                       String actualResult = universalVesAdapter.transform(incomingJsonString.toString());\r
+                       assertNotNull(actualResult);\r
+                       assertNotEquals("", actualResult);\r
+               } catch (VesException exception) {\r
+                       errorLogger.error("Error occurred : {}", exception);\r
+               }\r
+       }\r
 \r
 }\r