Merge 1806 code of vid-common 79/56079/1
authorSonsino, Ofir (os0695) <os0695@intl.att.com>
Tue, 10 Jul 2018 11:20:54 +0000 (14:20 +0300)
committerSonsino, Ofir (os0695) <os0695@intl.att.com>
Tue, 10 Jul 2018 11:20:54 +0000 (14:20 +0300)
commitc72d565bb58226b20625b2bce5f0019046bee649
tree8658e49595705b02e47ddc14afa20d6bb7123547
parentef8a6b47847012fd59ea20da21d8d3d7c4a301ed
Merge 1806 code of vid-common

Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a
Issue-ID: VID-208
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
275 files changed:
epsdk-app-onap/src/main/java/org/onap/portalapp/conf/ExternalAppConfig.java
epsdk-app-onap/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java
epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties
epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties
vid-app-common/pom.xml
vid-app-common/src/main/java/org/onap/vid/RelatedTo.java
vid-app-common/src/main/java/org/onap/vid/aai/AaiClient.java
vid-app-common/src/main/java/org/onap/vid/aai/AaiClientInterface.java
vid-app-common/src/main/java/org/onap/vid/aai/AaiGetVnfResponse.java
vid-app-common/src/main/java/org/onap/vid/aai/AaiResponseTranslator.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/AaiResponseWithRequestInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/ExceptionWithRequestInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/PombaClientImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/PombaClientInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/PombaRestInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/ResponseWithRequestInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/exceptions/InvalidAAIResponseException.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetInstanceGroupsByCloudRegion.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/AaiGetNetworkCollectionDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/AaiGetNetworkCollectionDetailsHelper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/AaiGetRelatedInstanceGroupsByVnfId.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/Collection.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/InstanceGroup.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/Network.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/RelatedToProperty.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/Relationship.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/RelationshipData.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/RelationshipList.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/Result.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/ServiceInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetPortMirroringSourcePorts.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiNodeQueryResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/InstanceGroupInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/InstanceGroupWrapper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/PortDetailsTranslator.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/Properties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/RelatedTo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/RelatedToProperty.java
vid-app-common/src/main/java/org/onap/vid/aai/model/Relationship.java
vid-app-common/src/main/java/org/onap/vid/aai/model/RelationshipData.java
vid-app-common/src/main/java/org/onap/vid/aai/model/RelationshipList.java
vid-app-common/src/main/java/org/onap/vid/aai/model/ResourceType.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/SimpleResult.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/AAIRestInterface.java
vid-app-common/src/main/java/org/onap/vid/aai/util/CustomJacksonJaxBJsonProvider.java
vid-app-common/src/main/java/org/onap/vid/aai/util/HttpClientMode.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/HttpsAuthClient.java
vid-app-common/src/main/java/org/onap/vid/aai/util/HttpsComponentsClient.java
vid-app-common/src/main/java/org/onap/vid/aai/util/JettyObfuscationConversionCommandLineUtil.java
vid-app-common/src/main/java/org/onap/vid/aai/util/VidObjectMapperType.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/AsdcClient.java
vid-app-common/src/main/java/org/onap/vid/asdc/beans/Resource.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/SecureService.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/Service.java
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Capability.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Constraint.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Input.java
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/InputProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Property.java
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/Requirement.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/asdc/local/LocalAsdcClient.java
vid-app-common/src/main/java/org/onap/vid/asdc/memory/InMemoryAsdcClient.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/asdc/parser/ToscaParser.java
vid-app-common/src/main/java/org/onap/vid/asdc/parser/ToscaParserImpl.java
vid-app-common/src/main/java/org/onap/vid/asdc/parser/ToscaParserImpl2.java
vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/RequestDetails.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/VnfDetailsWithWorkflows.java
vid-app-common/src/main/java/org/onap/vid/client/FakeHttpSession.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/client/HttpBasicClient.java
vid-app-common/src/main/java/org/onap/vid/client/HttpsBasicClient.java
vid-app-common/src/main/java/org/onap/vid/controller/filter/ClientCredentialsFilter.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controllers/AaiController.java
vid-app-common/src/main/java/org/onap/vid/controllers/AsyncControllerForTests.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controllers/AsyncInstantiationController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controllers/ChangeManagementController.java
vid-app-common/src/main/java/org/onap/vid/controllers/ControllersUtils.java
vid-app-common/src/main/java/org/onap/vid/controllers/FeatureTogglingController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controllers/HealthCheckController.java
vid-app-common/src/main/java/org/onap/vid/controllers/MaintenanceController.java
vid-app-common/src/main/java/org/onap/vid/controllers/MsoConfig.java
vid-app-common/src/main/java/org/onap/vid/controllers/MsoController.java
vid-app-common/src/main/java/org/onap/vid/controllers/OperationalEnvironmentController.java
vid-app-common/src/main/java/org/onap/vid/controllers/PolicyController.java
vid-app-common/src/main/java/org/onap/vid/controllers/ProbeController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controllers/PropertyController.java
vid-app-common/src/main/java/org/onap/vid/controllers/RoleGeneratorController.java
vid-app-common/src/main/java/org/onap/vid/controllers/VidController.java
vid-app-common/src/main/java/org/onap/vid/controllers/VidRestrictedBaseController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controllers/WebConfig.java
vid-app-common/src/main/java/org/onap/vid/dao/FnAppDoaImpl.java
vid-app-common/src/main/java/org/onap/vid/exceptions/DbFailureUncheckedException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/exceptions/GenericUncheckedException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/exceptions/MaxRetriesException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/exceptions/OperationNotAllowedException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/Job.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/JobAdapter.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/JobCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/JobType.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/JobsBrokerService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/NextCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/AggregateStateCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/HttpCallCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/InProgressStatusCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/JobCommandFactory.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/NoOpCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ServiceInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/impl/JobAdapterImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/impl/JobDaoImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/impl/JobSchedulerInitializer.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/impl/JobWorker.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/impl/JobsBrokerServiceInDatabaseImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/CR.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/CategoryParameter.java
vid-app-common/src/main/java/org/onap/vid/model/CategoryParameterOption.java
vid-app-common/src/main/java/org/onap/vid/model/Group.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/GroupProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/JobAuditStatus.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/JobBulk.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/JobModel.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/NameCounter.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/NetworkCollection.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/NetworkCollectionProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/NewService.java
vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java
vid-app-common/src/main/java/org/onap/vid/model/Node.java
vid-app-common/src/main/java/org/onap/vid/model/PombaInstance/PombaRequest.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/PombaInstance/ServiceInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/Service.java
vid-app-common/src/main/java/org/onap/vid/model/ServiceInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ServiceModel.java
vid-app-common/src/main/java/org/onap/vid/model/SubscriberList.java
vid-app-common/src/main/java/org/onap/vid/model/VNF.java
vid-app-common/src/main/java/org/onap/vid/model/VfModule.java
vid-app-common/src/main/java/org/onap/vid/model/VfcInstanceGroup.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VfcInstanceGroupProperties.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VidBaseEntity.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VidWorkflow.java
vid-app-common/src/main/java/org/onap/vid/model/VolumeGroup.java
vid-app-common/src/main/java/org/onap/vid/model/probes/ErrorMetadata.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/probes/ExternalComponentStatus.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/probes/HttpRequestMetadata.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/probes/StatusMetadata.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/ServiceInstantiation.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/VfModule.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/Vnf.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/MsoBusinessLogic.java
vid-app-common/src/main/java/org/onap/vid/mso/MsoBusinessLogicImpl.java
vid-app-common/src/main/java/org/onap/vid/mso/MsoInterface.java
vid-app-common/src/main/java/org/onap/vid/mso/MsoProperties.java
vid-app-common/src/main/java/org/onap/vid/mso/RestMsoImplementation.java
vid-app-common/src/main/java/org/onap/vid/mso/model/ServiceInstantiationRequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/AsyncRequestStatus.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/MsoRestClientNew.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/RelatedInstanceWrapper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/RequestDetails.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/RequestDetailsWrapper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterface.java
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceIfc.java
vid-app-common/src/main/java/org/onap/vid/properties/Features.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/properties/FeaturesTogglingConfiguration.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java
vid-app-common/src/main/java/org/onap/vid/roles/RoleProvider.java
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerProperties.java
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterface.java
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceFactory.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceIfc.java
vid-app-common/src/main/java/org/onap/vid/services/AaiService.java
vid-app-common/src/main/java/org/onap/vid/services/AaiServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/AsyncInstantiationBusinessLogic.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/AsyncInstantiationBusinessLogicImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/AuditService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/AuditServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/BulkInstantiationService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/BulkInstantiationServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/CategoryParameterService.java
vid-app-common/src/main/java/org/onap/vid/services/CategoryParameterServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/ChangeManagementService.java
vid-app-common/src/main/java/org/onap/vid/services/ChangeManagementServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/CsvServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/PombaService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/PombaServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/RoleGenaratorServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/VidService.java
vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/utils/DaoUtils.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/utils/Logging.java
vid-app-common/src/main/resources/adiod.zip
vid-app-common/src/main/resources/csar317927061915233480.zip
vid-app-common/src/main/resources/csar3933948645405128424.zip
vid-app-common/src/main/resources/json/mso/asyncRequestStatus [deleted file]
vid-app-common/src/main/resources/json/mso/modelInfo
vid-app-common/src/main/resources/json/mso/request
vid-app-common/src/main/resources/sdcservices.json
vid-app-common/src/main/resources/service-AmpPhSvc-csar.zip
vid-app-common/src/main/resources/service-MsoExampleService-csar.zip [new file with mode: 0644]
vid-app-common/src/main/resources/service-ServicecontainerContainsPprobe.zip [new file with mode: 0644]
vid-app-common/src/main/resources/service-Servicecontainermultiplepprobes-csar.zip [moved from vid-app-common/src/main/resources/service-Servicecontainermultiplepprobes-csar.csar with 76% similarity]
vid-app-common/src/main/resources/service-VdbeSrv-csar.zip [new file with mode: 0644]
vid-app-common/src/main/resources/service-vf-csar.zip
vid-app-common/src/main/resources/service-vf-with-annotations.zip [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/external/angular-feature-flags/featureFlags.min.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/external/angular-moment/angular-moment.min.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/external/angular-moment/moment.min.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/styles/common.css
vid-app-common/src/main/webapp/app/vid/styles/dialogs.css
vid-app-common/src/test/java/org/onap/vid/aai/AaiClientTest.java
vid-app-common/src/test/java/org/onap/vid/aai/util/AAIRestInterfaceTest.java
vid-app-common/src/test/java/org/onap/vid/aai/util/HttpsAuthClientTest.java
vid-app-common/src/test/java/org/onap/vid/asdc/BaseClientTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/asdc/InMemoryClientTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/asdc/RestfulClientTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/ResourceTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/CapabilityTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/ConstraintTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/PropertyTest.java
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/RequirementTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/asdc/parser/ToscaParserImpl2Test.java
vid-app-common/src/test/java/org/onap/vid/asdc/rest/RestfulAsdcClientTest.java
vid-app-common/src/test/java/org/onap/vid/bl/AaiServiceTest.java
vid-app-common/src/test/java/org/onap/vid/client/FakeHttpSessionTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/config/DataSourceConfig.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/config/JobAdapterConfig.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/config/JobCommandsConfigWithMockedMso.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/config/MockedAaiClientAndFeatureManagerConfig.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/AaiControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/ClientCredentialsFilterTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/LocalWebConfig.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/MsoControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/PromiseEcompRequestIdFilterTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/ToscaParserMockHelper.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controllers/ChangeManagementControllerTest.java
vid-app-common/src/test/java/org/onap/vid/controllers/LocalWebConfig.java
vid-app-common/src/test/java/org/onap/vid/controllers/MsoControllerNewTest.java
vid-app-common/src/test/java/org/onap/vid/controllers/VidControllerTest.java
vid-app-common/src/test/java/org/onap/vid/dao/FnAppDoaImplTest.java
vid-app-common/src/test/java/org/onap/vid/integrationTest/AaiIntegrationTest.java
vid-app-common/src/test/java/org/onap/vid/job/command/JobCommandFactoryTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/impl/JobWorkerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/MsoBusinessLogicImplTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/MsoBusinessLogicTest.java
vid-app-common/src/test/java/org/onap/vid/mso/MsoOperationalEnvironmentTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/AsyncRequestStatusTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientNewTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/OutgoingRequestIdTest.java [moved from vid-app-common/src/test/java/org/onap/vid/mso/rest/OutgoingRequestId.java with 63% similarity]
vid-app-common/src/test/java/org/onap/vid/mso/rest/RequestDetailsTest.java
vid-app-common/src/test/java/org/onap/vid/scheduler/SchedulerRestInterfaceFactoryTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/scheduler/SchedulerRestInterfaceTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/services/AaiResponseTranslatorTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/AsyncInstantiationBaseTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/AsyncInstantiationBusinessLogicTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/ChangeManagementServiceImplTest.java
vid-app-common/src/test/java/org/onap/vid/services/ChangeManagementServiceUnitTest.java
vid-app-common/src/test/java/org/onap/vid/services/JobsBrokerServiceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/PortDetailsTranslatorTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/VidServiceImplTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/testUtils/TestUtils.java
vid-app-common/src/test/java/org/onap/vid/utils/LoggingUtilsTest.java [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/asdc.properties
vid-app-common/src/test/resources/WEB-INF/fusion/jsp/ebz/ebz_header.jsp
vid-app-common/src/test/resources/cr-csar.JSON [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_service_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_service_request_ecomp_naming.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_service_request_no_vfmodule_ecomp_naming.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_service_request_unique_names.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/mso_service_instantiation.json [new file with mode: 0644]
vid-app-common/src/test/resources/policy-configuration-by-policy-false.JSON [new file with mode: 0644]
vid-app-common/src/test/resources/services/change_management_software_update_expected_mso_request.json
vid-app-common/src/test/resources/services/change_management_software_update_request.json
vid-app-common/src/test/resources/vf-csar.JSON
vid-app-common/src/test/resources/vf-with-annotation-csar.json [new file with mode: 0644]
vid-app-common/src/test/resources/vf-with-vfcInstanceGroups.json [new file with mode: 0644]
vid-app-common/src/test/resources/vl-csar.JSON