Merge from ECOMP's repository 59/75159/12
authorIttay Stern <ittay.stern@att.com>
Mon, 31 Dec 2018 15:21:27 +0000 (17:21 +0200)
committerIttay Stern <ittay.stern@att.com>
Wed, 9 Jan 2019 18:19:55 +0000 (20:19 +0200)
commit6ad41e3ccd398a2721f41ad61c80b7bb03f7d127
tree3bd672dff83e3218232cd8665680416b7fc26a5d
parent5ec29ff5e3864f1ba6ecac71f8bffbefa400cf27
Merge from ECOMP's repository

Main Features
--------------

-  Async-Instantiation jobs mechanism major update; still WIP (package
   `org.onap.vid.job`)

-  New features in View/Edit: Activate fabric configuration; show
   related networks; soft delete

-  Support AAI service-tree traversal (`AAIServiceTree`)

-  In-memory cache for SDC models and certain A&AI queries
   (`CacheProviderWithLoadingCache`)

-  Upgrade TOSCA Parser and add parsing options; fix malformed TOSCA
   models

-  Resolve Cloud-Owner values for MSO

-  Pass X-ONAP headers to MSO

Infrastructure
--------------
-  Remove codehaus' jackson mapper; use soley fasterxml 2.9.7
-  Surefire invokes both TestNG and JUnit tests
-  Support Kotlin source files
-  AaiController2 which handles errors in a "Spring manner"
-  Inline generated-sources and remove jsonschema2pojo

Quality
--------
-  Cumulative bug fixes (A&AI API, UI timeouts, and many more)
-  Many Sonar issues cleaned-up
-  Some unused classes removed
-  Minor changes in vid-automation project, allowing some API
   verification to run

Hard Merges
------------
-  HTTP Clients (MSO, A&AI, WebConfig, OutgoingRequestHeadersTest)
-  Moved `package org.onap.vid.controllers` to `controller`, without
   plural -- just to keep semantic sync with ECOMP.

Reference commit in ECOMP: 3d1141625

Issue-ID: VID-378
Change-Id: I9c8d1e74caa41815891d441fc0760bb5f29c5788
Signed-off-by: Ittay Stern <ittay.stern@att.com>
558 files changed:
epsdk-app-onap/pom.xml
epsdk-app-onap/src/main/java/org/onap/portalapp/conf/ExternalAppConfig.java
epsdk-app-onap/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java
pom.xml
vid-app-common/TestNg-BE-UnitTest.xml [new file with mode: 0644]
vid-app-common/pom.xml
vid-app-common/src/main/java/org/onap/vid/RelatedTo.java [deleted file]
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/AaiOverTLSClient.java
vid-app-common/src/main/java/org/onap/vid/aai/AaiOverTLSClientInterface.java
vid-app-common/src/main/java/org/onap/vid/aai/AaiResponseTranslator.java
vid-app-common/src/main/java/org/onap/vid/aai/AaiResponseWithRequestInfo.java
vid-app-common/src/main/java/org/onap/vid/aai/ExceptionWithRequestInfo.java
vid-app-common/src/main/java/org/onap/vid/aai/OperationalEnvironment.java
vid-app-common/src/main/java/org/onap/vid/aai/PombaClientImpl.java
vid-app-common/src/main/java/org/onap/vid/aai/PombaRestInterface.java
vid-app-common/src/main/java/org/onap/vid/aai/ServiceInstance.java
vid-app-common/src/main/java/org/onap/vid/aai/ServiceInstances.java
vid-app-common/src/main/java/org/onap/vid/aai/ServiceInstancesSearchResults.java
vid-app-common/src/main/java/org/onap/vid/aai/ServiceSubscription.java
vid-app-common/src/main/java/org/onap/vid/aai/ServiceSubscriptions.java
vid-app-common/src/main/java/org/onap/vid/aai/Services.java
vid-app-common/src/main/java/org/onap/vid/aai/SubscriberWithFilter.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetAicZone/AicZones.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetAicZone/Zone.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/CloudRegion.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/Network.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/ServiceInstance.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/Vlan.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/Vnf.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetOperationalEnvironments/OperationalEnvironmentList.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetPnfResponse.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetPnfs/Pnf.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetPortMirroringSourcePorts.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetServicesRequestModel/GetServicesAAIRespone.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetServicesRequestModel/Service.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetTenatns/GetTenantsResponse.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiRelationResponse.java
vid-app-common/src/main/java/org/onap/vid/aai/model/CustomQuerySimpleResult.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/GetServiceModelsByDistributionStatusResponse.java
vid-app-common/src/main/java/org/onap/vid/aai/model/LogicalLinkResponse.java
vid-app-common/src/main/java/org/onap/vid/aai/model/Model.java
vid-app-common/src/main/java/org/onap/vid/aai/model/ModelVer.java
vid-app-common/src/main/java/org/onap/vid/aai/model/ModelVers.java
vid-app-common/src/main/java/org/onap/vid/aai/model/OwningEntity.java
vid-app-common/src/main/java/org/onap/vid/aai/model/OwningEntityResponse.java
vid-app-common/src/main/java/org/onap/vid/aai/model/Permissions.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/model/PnfProperties.java
vid-app-common/src/main/java/org/onap/vid/aai/model/PnfResult.java
vid-app-common/src/main/java/org/onap/vid/aai/model/PortDetailsTranslator.java
vid-app-common/src/main/java/org/onap/vid/aai/model/Project.java
vid-app-common/src/main/java/org/onap/vid/aai/model/ProjectResponse.java
vid-app-common/src/main/java/org/onap/vid/aai/model/Properties.java
vid-app-common/src/main/java/org/onap/vid/aai/model/RelatedTo.java
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
vid-app-common/src/main/java/org/onap/vid/aai/model/Result.java
vid-app-common/src/main/java/org/onap/vid/aai/model/ServiceProperties.java
vid-app-common/src/main/java/org/onap/vid/aai/model/ServiceRelationships.java
vid-app-common/src/main/java/org/onap/vid/aai/model/SimpleResult.java
vid-app-common/src/main/java/org/onap/vid/aai/model/VnfResult.java
vid-app-common/src/main/java/org/onap/vid/aai/model/interfaces/AaiModelWithRelationships.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/AAITreeConverter.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/CacheConfig.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/CacheProvider.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/CacheProviderWithLoadingCache.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 [deleted file]
vid-app-common/src/main/java/org/onap/vid/aai/util/JettyObfuscationConversionCommandLineUtil.java
vid-app-common/src/main/java/org/onap/vid/aai/util/ServiceInstanceStandardQuery.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/SystemPropertyHelper.java
vid-app-common/src/main/java/org/onap/vid/asdc/AsdcClient.java
vid-app-common/src/main/java/org/onap/vid/asdc/beans/SecureServices.java
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
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/NodeTemplate.java
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/SubstitutionMappings.java
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/TopologyTemplate.java
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/ToscaCsar.java
vid-app-common/src/main/java/org/onap/vid/asdc/beans/tosca/ToscaMeta.java
vid-app-common/src/main/java/org/onap/vid/asdc/local/LocalAsdcClient.java
vid-app-common/src/main/java/org/onap/vid/asdc/parser/ServiceModelInflator.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/parser/ToscaNamingPolicy.java [new file with mode: 0644]
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/parser/VidNotionsBuilder.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/changeManagement/ChangeManagementRequest.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/CloudConfiguration.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/LeanCloudConfiguration.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/ModelInfo.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/ModelInfoOfRelatedInstance.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/RequestDetails.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/RequestInfo.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/UpdateRequestInfo.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/VnfDetails.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/VnfDetailsWithWorkflows.java
vid-app-common/src/main/java/org/onap/vid/changeManagement/WorkflowsDetail.java
vid-app-common/src/main/java/org/onap/vid/client/HttpBasicClient.java
vid-app-common/src/main/java/org/onap/vid/client/HttpsBasicClient.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/client/SyncRestClient.java
vid-app-common/src/main/java/org/onap/vid/controller/AaiController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/AaiController.java with 83% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/AaiController2.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/AaiServiceInstanceStandardQueryController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/AsyncControllerForTests.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/AsyncControllerForTests.java with 82% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/AsyncInstantiationController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/AsyncInstantiationController.java with 65% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/ChangeManagementController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/ChangeManagementController.java with 87% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/ControllersUtils.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/ControllersUtils.java with 86% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/FeatureTogglingController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/FeatureTogglingController.java with 89% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/HealthCheckController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/HealthCheckController.java with 99% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/HealthStatus.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/HealthStatus.java with 94% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/LoggerController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/LoggerController.java with 97% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/MaintenanceController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/MaintenanceController.java with 94% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/MsoConfig.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/MsoConfig.java with 74% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/MsoController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/MsoController.java with 76% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/OperationalEnvironmentController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/OperationalEnvironmentController.java with 99% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/ProbeController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/ProbeController.java with 50% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/PropertyController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/PropertyController.java with 82% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/RoleGeneratorController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/RoleGeneratorController.java with 91% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/VersionController.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/controller/VidController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/VidController.java with 99% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/VidRestrictedBaseController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/VidRestrictedBaseController.java with 92% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/ViewLogController.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/ViewLogController.java with 95% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/WebConfig.java [moved from vid-app-common/src/main/java/org/onap/vid/controllers/WebConfig.java with 66% similarity]
vid-app-common/src/main/java/org/onap/vid/controller/filter/ClientCredentialsFilter.java
vid-app-common/src/main/java/org/onap/vid/controller/filter/PromiseEcompRequestIdFilter.java
vid-app-common/src/main/java/org/onap/vid/controller/test/TestAaiController.java
vid-app-common/src/main/java/org/onap/vid/controller/test/TestAsdcController.java
vid-app-common/src/main/java/org/onap/vid/controller/test/TestMsoController.java
vid-app-common/src/main/java/org/onap/vid/controllers/PolicyController.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/Job.java
vid-app-common/src/main/java/org/onap/vid/job/JobAdapter.java
vid-app-common/src/main/java/org/onap/vid/job/JobCommand.java
vid-app-common/src/main/java/org/onap/vid/job/JobException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/JobType.java
vid-app-common/src/main/java/org/onap/vid/job/JobsBrokerService.java
vid-app-common/src/main/java/org/onap/vid/job/command/ALaCarteServiceCommand.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ALaCarteServiceInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/BaseInProgressStatusCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/BaseInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/BaseRootCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/BaseWatchingCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/CommandBase.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/CommandParentData.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/CommandUtils.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ExpiryChecker.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/HttpCallCommand.java
vid-app-common/src/main/java/org/onap/vid/job/command/InProgressStatusCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/InProgressStatusService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/InstanceGroupCommand.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/InstanceGroupInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/JobCommandFactory.java
vid-app-common/src/main/java/org/onap/vid/job/command/MacroServiceInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/MsoResult.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/MsoResultHandlerService.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/NetworkInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ResourceCommand.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ResourceInProgressStatusCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ResourceInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ResourceWithChildrenInProgressCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ServiceInProgressStatusCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ServiceInstantiationCommand.java
vid-app-common/src/main/java/org/onap/vid/job/command/VfmoduleInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/VnfInProgressStatusCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/VnfInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/VolumeGroupInProgressStatusCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/VolumeGroupInstantiationCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/WatchChildrenJobsBL.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/WatchingCommand.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/WatchingCommandBaseModule.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/impl/JobAdapterImpl.java
vid-app-common/src/main/java/org/onap/vid/job/impl/JobDaoImpl.java
vid-app-common/src/main/java/org/onap/vid/job/impl/JobData.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/impl/JobSchedulerInitializer.java
vid-app-common/src/main/java/org/onap/vid/job/impl/JobSharedData.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/impl/JobWorker.java
vid-app-common/src/main/java/org/onap/vid/job/impl/JobsBrokerServiceInDatabaseImpl.java
vid-app-common/src/main/java/org/onap/vid/model/Action.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/CR.java
vid-app-common/src/main/java/org/onap/vid/model/CommandProperty.java
vid-app-common/src/main/java/org/onap/vid/model/Group.java
vid-app-common/src/main/java/org/onap/vid/model/GroupProperties.java
vid-app-common/src/main/java/org/onap/vid/model/JobAuditStatus.java
vid-app-common/src/main/java/org/onap/vid/model/MinimalNode.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/ModelConstants.java
vid-app-common/src/main/java/org/onap/vid/model/NameCounter.java
vid-app-common/src/main/java/org/onap/vid/model/NewNetwork.java
vid-app-common/src/main/java/org/onap/vid/model/NewNode.java
vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java
vid-app-common/src/main/java/org/onap/vid/model/NewVNF.java
vid-app-common/src/main/java/org/onap/vid/model/Node.java
vid-app-common/src/main/java/org/onap/vid/model/PortMirroringConfig.java
vid-app-common/src/main/java/org/onap/vid/model/RequestReferencesContainer.java
vid-app-common/src/main/java/org/onap/vid/model/Resource.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/model/ResourceGroup.kt [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
vid-app-common/src/main/java/org/onap/vid/model/ServiceModel.java
vid-app-common/src/main/java/org/onap/vid/model/ServiceProxy.java
vid-app-common/src/main/java/org/onap/vid/model/SoftDeleteRequest.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/Subscriber.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/VidNotions.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/AAITreeNode.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/AbstractNode.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/FailureAAITreeNode.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/Network.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/Node.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/RelatedVnf.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/ServiceInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/VfModule.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/Vnf.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/VnfGroup.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/probes/ExternalComponentStatus.java
vid-app-common/src/main/java/org/onap/vid/model/probes/HttpRequestMetadata.java
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/BaseResource.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/InstanceGroup.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/Network.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/ServiceInstantiation.java
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/VfModule.java
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/Vnf.java
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/MsoResponseWrapper.java
vid-app-common/src/main/java/org/onap/vid/mso/MsoResponseWrapper2.java
vid-app-common/src/main/java/org/onap/vid/mso/MsoResponseWrapperInterface.java
vid-app-common/src/main/java/org/onap/vid/mso/MsoUtil.java
vid-app-common/src/main/java/org/onap/vid/mso/RestMsoImplementation.java
vid-app-common/src/main/java/org/onap/vid/mso/RestObject.java
vid-app-common/src/main/java/org/onap/vid/mso/RestObjectWithRequestInfo.java [moved from vid-app-common/src/test/java/org/onap/fusionapp/controller/NetMapTest.java with 50% similarity]
vid-app-common/src/main/java/org/onap/vid/mso/model/BaseResourceInstantiationRequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/CloudConfiguration.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/InstanceGroupInstantiationRequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/ModelInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/NetworkInstantiationRequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/OperationalEnvironmentActivateInfo.java
vid-app-common/src/main/java/org/onap/vid/mso/model/RequestInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/RequestParameters.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/RequestReferences.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/ServiceDeletionRequestDetails.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/ServiceInstantiationRequestDetails.java
vid-app-common/src/main/java/org/onap/vid/mso/model/UserParam.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/UserParamTypes.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/VfModuleInstantiationRequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/VfModuleMacro.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/VnfInstantiationRequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/VolumeGroupRequestDetails.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/AsyncRequestStatusList.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/InstanceIds.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/rest/MsoRestClientNew.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/RelatedInstance.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/RelatedModel.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/mso/rest/Request.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/RequestDetails.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/RequestList.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/RequestStatus.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/mso/rest/SubscriberInfo.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyProperties.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyResponseWrapper.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInt.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterface.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceFactory.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceIfc.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/policy/PolicyUtil.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/policy/RestObject.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/policy/rest/RequestDetails.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/properties/Features.java
vid-app-common/src/main/java/org/onap/vid/properties/FeaturesTogglingConfiguration.java
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/RestObject.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/scheduler/RestObjects/RestObject.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterface.java
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceIfc.java
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/AAIServiceTree.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/AAITreeNodeBuilder.java [new file with mode: 0644]
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
vid-app-common/src/main/java/org/onap/vid/services/AsyncInstantiationBusinessLogicImpl.java
vid-app-common/src/main/java/org/onap/vid/services/AuditService.java
vid-app-common/src/main/java/org/onap/vid/services/AuditServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/BulkInstantiationService.java
vid-app-common/src/main/java/org/onap/vid/services/BulkInstantiationServiceImpl.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/CloudOwnerService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/CloudOwnerServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/CsvService.java
vid-app-common/src/main/java/org/onap/vid/services/CsvServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/RoleGenaratorServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/WorkflowService.java
vid-app-common/src/main/java/org/onap/vid/utils/KotlinUtils.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/utils/Logging.java
vid-app-common/src/main/java/org/onap/vid/utils/Multival.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/utils/Streams.java
vid-app-common/src/main/java/org/onap/vid/utils/TimeUtils.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/utils/Tree.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/utils/Unchecked.java [new file with mode: 0644]
vid-app-common/src/main/resources/1712_ADIOD.zip
vid-app-common/src/main/resources/2f80c596.zip
vid-app-common/src/main/resources/adiod.zip
vid-app-common/src/main/resources/cacheConfig.json [new file with mode: 0644]
vid-app-common/src/main/resources/csar317927061915233480.zip
vid-app-common/src/main/resources/csar3933948645405128424.zip
vid-app-common/src/main/resources/json/mso/cloudConfiguration [deleted file]
vid-app-common/src/main/resources/json/mso/instanceIds [deleted file]
vid-app-common/src/main/resources/json/mso/modelInfo [deleted file]
vid-app-common/src/main/resources/json/mso/relatedInstance [deleted file]
vid-app-common/src/main/resources/json/mso/relatedModel [deleted file]
vid-app-common/src/main/resources/json/mso/request [deleted file]
vid-app-common/src/main/resources/json/mso/requestDetails [deleted file]
vid-app-common/src/main/resources/json/mso/requestError [deleted file]
vid-app-common/src/main/resources/json/mso/requestInfo [deleted file]
vid-app-common/src/main/resources/json/mso/requestParameters [deleted file]
vid-app-common/src/main/resources/json/mso/requestReferences [deleted file]
vid-app-common/src/main/resources/json/mso/requestStatus [deleted file]
vid-app-common/src/main/resources/json/mso/response [deleted file]
vid-app-common/src/main/resources/json/mso/subscriberInfo [deleted file]
vid-app-common/src/main/resources/pnf.zip
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-vf-csar.zip
vid-app-common/src/main/resources/service-vf-with-annotations.zip
vid-app-common/src/main/resources/service-vl-csar.zip
vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties
vid-app-common/src/main/webapp/WEB-INF/conf/features.properties
vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceProxyConfigController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/VidApp.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitModalController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/statusDialogController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/subscriberSearch.js
vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/vf-module-homing-data-action/vf-module-homing-data-action.controller.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/vf-module-homing-data-action/vf-module-homing-data-action.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/vf-module-homing-data-action/vf-module-homing-data-action.html [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/asdcService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/creationService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/dataService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/deleteResumeService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/msoService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/propertyService.js
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiGetSubs.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/serviceModels.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/serviceProxyConfig.htm
vid-app-common/src/main/webapp/app/vid/test/testMso.js
vid-app-common/src/main/webapp/app/vid/test/testViewEdit.js
vid-app-common/src/main/webapp/test.jsp [deleted file]
vid-app-common/src/test/java/org/onap/ecomp/vid/selenium/FirstClass.java [deleted file]
vid-app-common/src/test/java/org/onap/ecomp/vid/selenium/LogOutLeftPane.java [deleted file]
vid-app-common/src/test/java/org/onap/fusion/core/MockApplicationContextTestSuite.java [deleted file]
vid-app-common/src/test/java/org/onap/fusionapp/service/ProfileServiceTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/RelatedToTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/aai/AaiClientTest.java
vid-app-common/src/test/java/org/onap/vid/aai/AaiOverTLSClientServerTest.java
vid-app-common/src/test/java/org/onap/vid/aai/AaiOverTLSClientTest.java
vid-app-common/src/test/java/org/onap/vid/aai/OperationalEnvironmentTest.java
vid-app-common/src/test/java/org/onap/vid/aai/VnfResultTest.java
vid-app-common/src/test/java/org/onap/vid/aai/model/AaiGetPnfResponseTest.java
vid-app-common/src/test/java/org/onap/vid/aai/model/PnfPropertiesTest.java
vid-app-common/src/test/java/org/onap/vid/aai/model/PnfResultTest.java
vid-app-common/src/test/java/org/onap/vid/aai/util/CacheConfigTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/util/CacheProviderTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/util/CacheProviderWithLoadingCacheTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/util/HttpsAuthClientTest.java
vid-app-common/src/test/java/org/onap/vid/aai/util/NonCachingCacheProvider.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/util/ServiceInstanceStandardQueryTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/util/SingleAAIRestInterfaceTest.java
vid-app-common/src/test/java/org/onap/vid/asdc/beans/tosca/PropertyTest.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/parser/ToscaParserInflatorTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/parser/VidNotionsBuilderTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/bl/AaiServiceTest.java
vid-app-common/src/test/java/org/onap/vid/client/HttpsBasicClientTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/config/DataSourceConfig.java
vid-app-common/src/test/java/org/onap/vid/config/JobCommandsConfigWithMockedMso.java
vid-app-common/src/test/java/org/onap/vid/controller/AaiControllerTest.java
vid-app-common/src/test/java/org/onap/vid/controller/AaiServiceInstanceStandardQueryControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/ChangeManagementControllerTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controllers/ChangeManagementControllerTest.java with 94% similarity]
vid-app-common/src/test/java/org/onap/vid/controller/ClientCredentialsFilterTest.java
vid-app-common/src/test/java/org/onap/vid/controller/HealthCheckControllerTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controllers/HealthCheckControllerTest.java with 99% similarity]
vid-app-common/src/test/java/org/onap/vid/controller/LocalWebConfig.java
vid-app-common/src/test/java/org/onap/vid/controller/LoggerControllerTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controllers/LoggerControllerTest.java with 85% similarity]
vid-app-common/src/test/java/org/onap/vid/controller/MaintenanceControllerTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controllers/MaintenanceControllerTest.java with 99% similarity]
vid-app-common/src/test/java/org/onap/vid/controller/MsoControllerNewTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controllers/MsoControllerNewTest.java with 97% similarity]
vid-app-common/src/test/java/org/onap/vid/controller/MsoControllerTest.java
vid-app-common/src/test/java/org/onap/vid/controller/PropertyControllerTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controllers/PropertyControllerTest.java with 91% similarity]
vid-app-common/src/test/java/org/onap/vid/controller/RoleGeneratorControllerTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controllers/RoleGeneratorControllerTest.java with 94% similarity]
vid-app-common/src/test/java/org/onap/vid/controller/ServicePermissionsTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/ToscaParserMockHelper.java
vid-app-common/src/test/java/org/onap/vid/controller/VersionControllerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/VidControllerTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controllers/VidControllerTest.java with 99% similarity]
vid-app-common/src/test/java/org/onap/vid/controller/ViewEditSubControllerTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controllers/ViewEditSubControllerTest.java with 96% similarity]
vid-app-common/src/test/java/org/onap/vid/controllers/AaiControllerTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/controllers/LocalWebConfig.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/controllers/MsoControllerTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/controllers/PolicyControllerTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/controllers/PromiseEcompRequestIdFilterTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/controllers/ToscaParserMockHelper.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/job/command/CommandUtilsTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/InProgressStatusCommandTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/job/command/InProgressStatusServiceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/InstanceGroupCommandTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/JobCommandFactoryTest.java
vid-app-common/src/test/java/org/onap/vid/job/command/ResourceCommandTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/ResourceInProgressStatusCommandTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/ServiceInProgressStatusCommandTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/ServiceInstantiationCommandTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/job/command/WatchChildrenJobsBLTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/WatchingCommandTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/impl/AsyncInstantiationIntegrationTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/impl/JobAdapterImplTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/job/impl/JobAdapterTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/impl/JobSchedulerInitializerTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/job/impl/JobWorkerTest.java
vid-app-common/src/test/java/org/onap/vid/model/JobAuditStatusTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/model/RequestReferencesContainerTest.java
vid-app-common/src/test/java/org/onap/vid/mso/MsoBusinessLogicImplTest.java
vid-app-common/src/test/java/org/onap/vid/mso/MsoOperationalEnvironmentTest.java
vid-app-common/src/test/java/org/onap/vid/mso/RequestDetailsTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/RestMsoImplementationTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/mso/model/OperationalEnvironmentActivateInfoTest.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/OutgoingRequestHeadersTest.java [moved from vid-app-common/src/test/java/org/onap/vid/mso/rest/OutgoingRequestIdTest.java with 63% similarity]
vid-app-common/src/test/java/org/onap/vid/mso/rest/RelatedInstanceTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/RelatedModelTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/mso/rest/RequestDetailsTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/RequestTest.java
vid-app-common/src/test/java/org/onap/vid/policy/PolicyResponseWrapperTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/policy/PolicyRestIntTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/policy/PolicyRestInterfaceFactoryTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/policy/PolicyRestInterfaceTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/policy/PolicyUtilTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/policy/RestObjectTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/policy/rest/RequestDetailsTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/roles/RoleProviderTest.java
vid-app-common/src/test/java/org/onap/vid/scheduler/RestObjectTest.java
vid-app-common/src/test/java/org/onap/vid/scheduler/RestObjects/RestObjectTest.java
vid-app-common/src/test/java/org/onap/vid/scheduler/SchedulerRestInterfaceTest.java
vid-app-common/src/test/java/org/onap/vid/selenium/FirstClass.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/selenium/LogOutLeftPane.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/services/AAIServiceTreeTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/AAITreeConverterTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/AAITreeNodeBuilderTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/AaiResponseTranslatorTest.java
vid-app-common/src/test/java/org/onap/vid/services/AsyncInstantiationBaseTest.java
vid-app-common/src/test/java/org/onap/vid/services/AsyncInstantiationBusinessLogicTest.java
vid-app-common/src/test/java/org/onap/vid/services/AuditServiceImplTest.java
vid-app-common/src/test/java/org/onap/vid/services/BulkInstantiationServiceImplTest.java
vid-app-common/src/test/java/org/onap/vid/services/ChangeManagementServiceImplTest.java
vid-app-common/src/test/java/org/onap/vid/services/ChangeManagementServiceTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/services/ChangeManagementServiceUnitTest.java
vid-app-common/src/test/java/org/onap/vid/services/CloudOwnerServiceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/CsvServiceTest.java
vid-app-common/src/test/java/org/onap/vid/services/JobsBrokerServiceTest.java
vid-app-common/src/test/java/org/onap/vid/services/PortDetailsTranslatorTest.java
vid-app-common/src/test/java/org/onap/vid/services/SchedulerServiceImplTest.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/LoggingTest.java
vid-app-common/src/test/java/org/onap/vid/utils/LoggingUtilsTest.java
vid-app-common/src/test/java/org/onap/vid/utils/TimeUtilsTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/utils/TreeTest.java [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/fusion/conf/fusion.properties
vid-app-common/src/test/resources/WEB-INF/fusion/defs/definitions.xml
vid-app-common/src/test/resources/WEB-INF/fusion/orm/RNoteBookIntegration.hbm.xml
vid-app-common/src/test/resources/cacheConfig.json [new file with mode: 0644]
vid-app-common/src/test/resources/cr-csar.JSON
vid-app-common/src/test/resources/csv_files/csv_to_json.csv
vid-app-common/src/test/resources/fabric-configuration.json [new file with mode: 0644]
vid-app-common/src/test/resources/fabric-real-sriov-configuration.json [new file with mode: 0644]
vid-app-common/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker [new file with mode: 0644]
vid-app-common/src/test/resources/orchestrationRequestsByServiceInstanceId.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_deletion_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_request_naming_false.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_macro_service_request.json [moved from vid-app-common/src/test/resources/payload_jsons/bulk_service_request.json with 97% similarity]
vid-app-common/src/test/resources/payload_jsons/bulk_service_request_ecomp_naming.json
vid-app-common/src/test/resources/payload_jsons/bulk_service_request_no_vfmodule_ecomp_naming.json
vid-app-common/src/test/resources/payload_jsons/bulk_service_request_unique_names.json
vid-app-common/src/test/resources/payload_jsons/bulk_vnf_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_vnf_request_without_cloud_owner.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_vnf_request_without_instance_name.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/instance_group_instantiation_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/network_instantiation_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/network_instantiation_request_without_instance_name.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/scaleOutVfModulePayload.json
vid-app-common/src/test/resources/payload_jsons/scaleOutVfModulePayloadToMso.json
vid-app-common/src/test/resources/payload_jsons/vfModuleDeactivateAndCloudDelete.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_instance_name.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/volumegroup_instantiation_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/policy-configuration-by-policy-false.JSON
vid-app-common/src/test/resources/policy-configuration-csar.JSON
vid-app-common/src/test/resources/responses/aai/getCloudRegionAndTenantByVnfId.json [new file with mode: 0644]
vid-app-common/src/test/resources/responses/mso/orchestrationRequestsMockedMinimalResponse.json [new file with mode: 0644]
vid-app-common/src/test/resources/responses/mso/orchestrationRequestsServiceInstance.json [new file with mode: 0644]
vid-app-common/src/test/resources/responses/mso/orchestrationRequestsVnf.json [new file with mode: 0644]
vid-app-common/src/test/resources/vf-csar.JSON
vid-app-common/src/test/resources/vf-with-annotation-csar.json
vid-app-common/src/test/resources/vf-with-vfcInstanceGroups.json
vid-app-common/src/test/resources/vl-csar.JSON
vid-app-common/src/test/resources/vlan-tagging.json [new file with mode: 0644]
vid-app-common/src/test/resources/vnf-grouping-csar.json [new file with mode: 0644]
vid-app-common/src/test/resources/vnfConfigUpdatePayload.json
vid-automation/TestNg-ApiTest.xml
vid-automation/TestNg-UI-half.xml
vid-automation/TestNg-dev.xml [moved from vid-automation/TestNg.xml with 76% similarity]
vid-automation/conf/services
vid-automation/conf/users
vid-automation/pom.xml
vid-automation/src/main/java/org/onap/simulator/presetGenerator/presets/mso/PresetMSOServiceInstanceGen2WithNames.java
vid-automation/src/main/java/vid/automation/test/services/UsersService.java
vid-automation/src/main/java/vid/automation/test/test/VidBaseTestCase.java
vid-automation/src/main/java/vid/automation/test/test/ViewEditServiceInstanceTest.java
vid-automation/src/main/java/vid/automation/test/utils/DB_CONFIG.java
vid-automation/src/main/resources/META-INF/aop-ajc.xml
vid-automation/src/test/java/org/onap/vid/api/AsyncInstantiationApiTest.java
vid-automation/src/test/java/org/onap/vid/api/BaseApiAaiTest.java
vid-automation/src/test/java/org/onap/vid/api/BaseApiTest.java
vid-automation/src/test/java/org/onap/vid/api/BaseMsoApiTest.java
vid-automation/src/test/java/org/onap/vid/api/ChangeManagementApiTest.java
vid-automation/src/test/java/org/onap/vid/api/OperationalEnvironmentControllerApiTest.java
vid-automation/src/test/java/org/onap/vid/api/ProbeApiTest.java
vid-automation/src/test/java/org/onap/vid/api/SampleApiTest.java
vid-automation/src/test/java/org/onap/vid/model/probe/ExternalComponentStatus.java
vid-automation/src/test/java/org/onap/vid/more/LoggerFormatTest.java
vid-automation/src/test/java/org/onap/vid/more/RequestIdFilterInstalled.java
vid-automation/src/test/resources/test_config.properties
vid-ext-services-simulator/pom.xml