Adding Some Files and TestCases in Mapper 67/40367/1
authorPooja03 <PM00501616@techmahindra.com>
Fri, 30 Mar 2018 12:52:32 +0000 (18:22 +0530)
committerPooja03 <PM00501616@techmahindra.com>
Fri, 30 Mar 2018 12:52:32 +0000 (18:22 +0530)
commitd2009aeed90083a9a4e5d2c3e525ca4b80a183b9
treefb57be0004f38fd0f427b4e42790ffd231f7b5c8
parent00a00a68862effd791ce3f127d0ddd5903598b89
Adding Some Files and TestCases in Mapper

Adding Some Files and TestCases in Universal Adapter in Mapper
Issue-ID: DCAEGEN2-335

Change-Id: Iecb5500b1b856b9f1f8558334219adb59b293e10
Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
66 files changed:
.project [new file with mode: 0644]
UniversalVesAdapter/.classpath [new file with mode: 0644]
UniversalVesAdapter/.project [new file with mode: 0644]
UniversalVesAdapter/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
UniversalVesAdapter/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
UniversalVesAdapter/.settings/org.eclipse.m2e.core.prefs [new file with mode: 0644]
UniversalVesAdapter/.settings/org.eclipse.wst.common.project.facet.core.xml [new file with mode: 0644]
UniversalVesAdapter/pom.xml
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/AdditionalField.java
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/AdditionalInformation.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/AdditionalMeasurement.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/AdditionalObject.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/AdditionalParameter.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/ArrayOfField.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/CodecUsageArray.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/CpuUsageArray.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/DiskUsageArray.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/EndOfCallVqmSummaries.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/Event.java
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/FeatureUsageArray.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/FilesystemUsageArray.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/GtpPerFlowMetrics.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/HashOfNameValuePairArray.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/JsonObject.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/LatencyDistribution.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/MeasurementsForVfScalingFields.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/MemoryUsageArray.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/MobileFlowFields.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/NameValuePair.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/ObjectInstance.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/ObjectInstance_.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/ObjectKey.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/OtherFields.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/SipSignalingFields.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/StateChangeFields.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/SyslogFields.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/ThresholdCrossingAlertFields.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/VNicPerformanceArray.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/VendorVnfNameFields.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/dcaegen2/ves/domain/VoiceQualityFields.java [new file with mode: 0644]
UniversalVesAdapter/src/main/java/org/onap/universalvesadapter/utils/SmooksUtils.java
UniversalVesAdapter/src/main/resources/application.properties
UniversalVesAdapter/src/main/resources/snmptovesTest.xml [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/AdditionalFieldTest.java
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/AdditionalInformationTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/AdditionalParameterTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/CodecUsageArrayTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/CpuUsageArrayTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/EndOfCallVqmSummariesTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/FeatureUsageArrayTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/FilesystemUsageArrayTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/HashOfNameValuePairArrayTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ObjectInstanceTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ObjectInstance_Test.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ObjectKeyTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/OtherFieldsTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/SipSignalingFieldsTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/StateChangeFieldsTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/SyslogFieldsTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/ThresholdCrossingAlertFieldsTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/VendorVnfNameFieldsTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/dcaegen2/ves/domain/VoiceQualityFieldsTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/adapter/UniversalEventAdapterTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/service/AdapterServiceTest.java
UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/utils/MapperConfigUtilsTest.java [new file with mode: 0644]
UniversalVesAdapter/src/test/java/org/onap/universalvesadapter/utils/SmooksUtilsTest.java [new file with mode: 0644]