Implant vid-app-common org.onap.vid.job (main and test) 11/92011/11
authorEinat Vinouze <einat.vinouze@intl.att.com>
Tue, 16 Jul 2019 14:17:36 +0000 (17:17 +0300)
committerIttay Stern <ittay.stern@att.com>
Tue, 30 Jul 2019 03:01:44 +0000 (06:01 +0300)
commite601bbdc43bae9a08e2e10c5139a6f76b47860d7
tree1913f0b369ead3f2ea5557e5649d8281eca9871c
parent76c6ee4a697617ec4cdee2f3b48bc83136c858c5
Implant vid-app-common org.onap.vid.job (main and test)

Issue-ID: VID-378

Change-Id: I41b0bdc2c4e3635f3f3319b1cd63cefc61912dfc
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Signed-off-by: Ittay Stern <ittay.stern@att.com>
281 files changed:
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/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/model/AaiGetNetworkCollectionDetails/KeyValueModel.java [moved from vid-app-common/src/main/java/org/onap/vid/job/command/BaseInstantiationCommand.java with 67% similarity]
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/RelatedToProperty.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/Relationship.java
vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/RelationshipData.java
vid-app-common/src/main/java/org/onap/vid/aai/model/ModelVersions.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/AAITreeConverter.java
vid-app-common/src/main/java/org/onap/vid/aai/util/AAITreeNodeUtils.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/asdc/local/LocalAsdcClient.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
vid-app-common/src/main/java/org/onap/vid/changeManagement/CloudConfiguration.java
vid-app-common/src/main/java/org/onap/vid/controller/AaiController.java
vid-app-common/src/main/java/org/onap/vid/controller/AaiServiceInstanceStandardQueryController.java
vid-app-common/src/main/java/org/onap/vid/controller/AsyncInstantiationController.java
vid-app-common/src/main/java/org/onap/vid/controller/MsoConfig.java
vid-app-common/src/main/java/org/onap/vid/controller/MsoController.java
vid-app-common/src/main/java/org/onap/vid/controller/WebConfig.java
vid-app-common/src/main/java/org/onap/vid/dal/AsyncInstantiationRepository.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/dao/JobRequest.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/exceptions/AbortingException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/exceptions/AccessDeniedException.java [moved from vid-app-common/src/main/java/org/onap/vid/job/command/ResourceInProgressStatusCommand.java with 52% similarity]
vid-app-common/src/main/java/org/onap/vid/exceptions/TryAgainException.java [new file with mode: 0644]
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
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/NextCommand.java
vid-app-common/src/main/java/org/onap/vid/job/command/ALaCarteServiceCommand.kt
vid-app-common/src/main/java/org/onap/vid/job/command/AggregateStateCommand.java
vid-app-common/src/main/java/org/onap/vid/job/command/BaseInProgressStatusCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/BaseRootCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/BaseWatchingCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/CommandBase.java
vid-app-common/src/main/java/org/onap/vid/job/command/CommandParentData.java
vid-app-common/src/main/java/org/onap/vid/job/command/CommandUtils.java
vid-app-common/src/main/java/org/onap/vid/job/command/ExpiryChecker.java
vid-app-common/src/main/java/org/onap/vid/job/command/HttpCallCommand.java
vid-app-common/src/main/java/org/onap/vid/job/command/InProgressStatusService.java
vid-app-common/src/main/java/org/onap/vid/job/command/InstanceGroupCommand.kt
vid-app-common/src/main/java/org/onap/vid/job/command/InstanceGroupInstantiationCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/InstanceGroupMemberCommand.kt [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/MacroServiceCommand.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/MsoRequestBuilder.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/MsoResultHandlerService.kt
vid-app-common/src/main/java/org/onap/vid/job/command/NetworkCommand.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/NetworkInstantiationCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/NoOpCommand.java
vid-app-common/src/main/java/org/onap/vid/job/command/ResourceCommand.kt
vid-app-common/src/main/java/org/onap/vid/job/command/ResourceInstantiationCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/ResourceWithChildrenInProgressCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/RootServiceCommand.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/ServiceInProgressStatusCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/ServiceInstantiationCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/VfmoduleCommand.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/VfmoduleInstantiationCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/VnfCommand.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/VnfInProgressStatusCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/VnfInstantiationCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/VolumeGroupCommand.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/command/VolumeGroupInProgressStatusCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/VolumeGroupInstantiationCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/WatchChildrenJobsBL.kt
vid-app-common/src/main/java/org/onap/vid/job/command/WatchingCommand.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/command/WatchingCommandBaseModule.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/job/impl/DeleteOldJobsSchedulerInitializer.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/job/impl/DeleteOldJobsWorker.java [moved from vid-app-common/src/main/java/org/onap/vid/job/command/MacroServiceInstantiationCommand.java with 52% similarity]
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
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
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
vid-app-common/src/main/java/org/onap/vid/model/JobAuditStatus.java
vid-app-common/src/main/java/org/onap/vid/model/ModelUtil.java
vid-app-common/src/main/java/org/onap/vid/model/ResourceInfo.java [new file with mode: 0644]
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/VersionAndFeatures.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/VidNotions.kt
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/AAITreeNode.java
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/AbstractNode.java
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/CollectionResource.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/InstanceGroup.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/NCF.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/Network.java
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/Node.java
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/NodeType.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/RelatedVnf.java
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/ServiceInstance.java
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/VfModule.java
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/Vnf.java
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/VnfGroup.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/VnfGroup.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/VpnBinding.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/Vrf.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/errorReport/ReportCreationParameters.java
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/BaseResource.java
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/InstanceGroup.java
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/InstanceGroupMember.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/Network.java
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/model/serviceInstantiation/VrfEntry.kt [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/MsoUtil.java
vid-app-common/src/main/java/org/onap/vid/mso/model/AddOrRemoveInstanceGroupMemberRequestDetails.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/BaseResourceInstantiationRequestDetails.java
vid-app-common/src/main/java/org/onap/vid/mso/model/CloudConfiguration.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/mso/model/CloudConfiguration.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/mso/model/ServiceInstantiationPre1806RequestDetails.java [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/VfModuleInstantiationRequestDetails.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/AsyncRequestStatus.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/RequestStatus.java
vid-app-common/src/main/java/org/onap/vid/properties/Features.java
vid-app-common/src/main/java/org/onap/vid/properties/VidProperties.java
vid-app-common/src/main/java/org/onap/vid/services/AAIServiceTree.java
vid-app-common/src/main/java/org/onap/vid/services/AAITreeNodeBuilder.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
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/CloudOwnerService.java
vid-app-common/src/main/java/org/onap/vid/services/RoleGenaratorServiceImpl.java
vid-app-common/src/main/java/org/onap/vid/services/VersionService.kt [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/utils/KotlinUtils.kt
vid-app-common/src/main/java/org/onap/vid/utils/Tree.kt
vid-app-common/src/main/resources/1712_ADIOD.zip [deleted file]
vid-app-common/src/main/resources/2f80c596.zip [deleted file]
vid-app-common/src/main/resources/adiod.zip [deleted file]
vid-app-common/src/main/resources/csar317927061915233480.zip [deleted file]
vid-app-common/src/main/resources/csar3933948645405128424.zip [deleted file]
vid-app-common/src/main/resources/mso_get_manual_task_by_request_id.json [deleted file]
vid-app-common/src/main/resources/pnf.zip [deleted file]
vid-app-common/src/main/resources/service-David-csar.csar [deleted file]
vid-app-common/src/main/resources/service-DemoService1-csar.csar [deleted file]
vid-app-common/src/main/resources/service-VdbeSrv-csar.zip [deleted file]
vid-app-common/src/main/resources/service-vf-csar.zip [deleted file]
vid-app-common/src/main/resources/service-vf-with-annotations.zip [deleted file]
vid-app-common/src/main/resources/service-vl-csar.zip [deleted file]
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js
vid-app-common/src/test/java/org/onap/vid/aai/AAITreeConverterTest.java
vid-app-common/src/test/java/org/onap/vid/aai/AaiClientTest.java
vid-app-common/src/test/java/org/onap/vid/aai/AaiResponseTranslatorTest.java
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
vid-app-common/src/test/java/org/onap/vid/asdc/parser/VidNotionsBuilderTest.java
vid-app-common/src/test/java/org/onap/vid/changeManagement/WorkflowRequestDetailTest.java
vid-app-common/src/test/java/org/onap/vid/config/DataSourceConfig.java
vid-app-common/src/test/java/org/onap/vid/config/JobAdapterConfig.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
vid-app-common/src/test/java/org/onap/vid/controller/LocalWebConfig.java
vid-app-common/src/test/java/org/onap/vid/controller/MsoControllerNewTest.java
vid-app-common/src/test/java/org/onap/vid/controller/MsoControllerTest.java
vid-app-common/src/test/java/org/onap/vid/controller/ToscaParserMockHelper.java
vid-app-common/src/test/java/org/onap/vid/controller/VidControllerTest.java
vid-app-common/src/test/java/org/onap/vid/dal/AsyncInstantiationRepositoryTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/CommandUtilsTest.java
vid-app-common/src/test/java/org/onap/vid/job/command/InProgressStatusServiceTest.java
vid-app-common/src/test/java/org/onap/vid/job/command/InstanceGroupCommandTest.java
vid-app-common/src/test/java/org/onap/vid/job/command/JobCommandFactoryTest.java
vid-app-common/src/test/java/org/onap/vid/job/command/MacroServiceCommandTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/MsoResultHandlerServiceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/command/ResourceCommandTest.java
vid-app-common/src/test/java/org/onap/vid/job/command/ResourceInProgressStatusCommandTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/job/command/ServiceInProgressStatusCommandTest.java
vid-app-common/src/test/java/org/onap/vid/job/command/WatchChildrenJobsBLTest.java
vid-app-common/src/test/java/org/onap/vid/job/command/WatchingCommandTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/job/impl/AsyncInstantiationIntegrationTest.java
vid-app-common/src/test/java/org/onap/vid/job/impl/DeleteOldJobsSchedulerInitializerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/job/impl/DeleteOldJobsWorkerTest.java [moved from vid-app-common/src/main/java/org/onap/vid/job/command/ALaCarteServiceInstantiationCommand.java with 52% similarity]
vid-app-common/src/test/java/org/onap/vid/job/impl/JobAdapterTest.java
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
vid-app-common/src/test/java/org/onap/vid/model/aaiTree/VpnBindingKtTest.kt [new file with mode: 0644]
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/rest/MsoRestClientNewTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/RequestDetailsTest.java
vid-app-common/src/test/java/org/onap/vid/services/AAITreeNodeBuilderTest.java
vid-app-common/src/test/java/org/onap/vid/services/AaiServiceImplTest.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/JobsBrokerServiceTest.java
vid-app-common/src/test/java/org/onap/vid/services/PortDetailsTranslatorTest.java
vid-app-common/src/test/java/org/onap/vid/services/RoleGenaratorServiceImplTest.java
vid-app-common/src/test/java/org/onap/vid/testUtils/TestUtils.java
vid-app-common/src/test/resources/WEB-INF/conf/system.properties
vid-app-common/src/test/resources/cr-csar.JSON
vid-app-common/src/test/resources/csars/1712_PASQUALE.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/csarTransportWithPnfs.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/service-AmpPhSvc-csar.zip [moved from vid-app-common/src/main/resources/service-AmpPhSvc-csar.zip with 52% similarity]
vid-app-common/src/test/resources/csars/service-Infravpn-csar.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/service-JennyVtsbcVlanSvc-csar.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/service-MsoExampleService-csar.zip [moved from vid-app-common/src/main/resources/service-MsoExampleService-csar.zip with 100% similarity]
vid-app-common/src/test/resources/csars/service-ServicecontainerContainsPprobe.zip [moved from vid-app-common/src/main/resources/service-ServicecontainerContainsPprobe.zip with 76% similarity]
vid-app-common/src/test/resources/csars/service-Servicecontainermultiplepprobes-csar.zip [moved from vid-app-common/src/main/resources/service-Servicecontainermultiplepprobes-csar.zip with 76% similarity]
vid-app-common/src/test/resources/csars/service-VdorotheaSrv-csar.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/service-fabric-configuration.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/service-vf-csar.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/service-vf-with-annotations.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/service-vl-csar.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/service-vnf-grouping-csar.zip [new file with mode: 0644]
vid-app-common/src/test/resources/csars/vLoadBalancerMS-with-policy.TOSCA.zip [moved from vid-app-common/src/main/resources/vLoadBalancerMS-with-policy.TOSCA.zip with 100% similarity]
vid-app-common/src/test/resources/fabric-configuration.json
vid-app-common/src/test/resources/fabric-real-sriov-configuration.json
vid-app-common/src/test/resources/getTopology/network.json [new file with mode: 0644]
vid-app-common/src/test/resources/getTopology/serviceWithCR/CR.json [new file with mode: 0644]
vid-app-common/src/test/resources/getTopology/serviceWithCR/getTopologyWithCR.json [new file with mode: 0644]
vid-app-common/src/test/resources/getTopology/serviceWithCR/instanceGroup-NCF.json [new file with mode: 0644]
vid-app-common/src/test/resources/getTopology/serviceWithCR/service-design-and-creation.json [new file with mode: 0644]
vid-app-common/src/test/resources/getTopology/serviceWithCR/serviceWithCR.json [new file with mode: 0644]
vid-app-common/src/test/resources/getTopology/serviceWithCR/serviceWithCRModel.json [new file with mode: 0644]
vid-app-common/src/test/resources/getTopology/vfModule.json [new file with mode: 0644]
vid-app-common/src/test/resources/getTopology/vnf.json [new file with mode: 0644]
vid-app-common/src/test/resources/orchestrationRequestsByServiceInstanceId.json
vid-app-common/src/test/resources/payload_jsons/VnfGroupCreate1Delete1None1Request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/VnfGroupCreate3Delete1None1Request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/VnfGroupCreate3Delete1None1RequestResolvedForRetry.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_request.json
vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_request_naming_false.json
vid-app-common/src/test/resources/payload_jsons/bulk_macro_service_request.json
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
vid-app-common/src/test/resources/payload_jsons/bulk_vnf_request_without_instance_name.json
vid-app-common/src/test/resources/payload_jsons/instance_group_instantiation_request.json
vid-app-common/src/test/resources/payload_jsons/mso_request_create_configuration.json
vid-app-common/src/test/resources/payload_jsons/mso_service_instantiation.json
vid-app-common/src/test/resources/payload_jsons/networkDelete1Create1Request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/network_instantiation_request.json
vid-app-common/src/test/resources/payload_jsons/network_instantiation_request_without_instance_name.json
vid-app-common/src/test/resources/payload_jsons/pre_1806_macro_service_instantiation_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/pre_1806_macro_without_cloudConfiguration.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/resume/feRequestResumeMacroService.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/resume/msoResponseGetRequestsOfServiceInstance.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vfModuleDelete1Create1None1Request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vfmodule/replace_vfmodule.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vfmodule/replace_vfmodule_fe_input.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request.json
vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_instance_name.json
vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json
vid-app-common/src/test/resources/payload_jsons/vnf/bulk_vnf_request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vnf/bulk_vnf_request_without_cloud_owner.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vnf/bulk_vnf_request_without_instance_name.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vnf/vnf_without_lob_expected.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vnf/vnf_without_lob_user_input.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vnfDelete1Create1Request.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/volumegroup_instantiation_request.json
vid-app-common/src/test/resources/payload_jsons/vrfEntry/service_with_vrf_entry_fe_input.json [new file with mode: 0644]
vid-app-common/src/test/resources/payload_jsons/vrfEntry/service_with_vrf_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
vid-app-common/src/test/resources/responses/mso/multipleOrchestrationRequestsServiceInstance.json [new file with mode: 0644]
vid-app-common/src/test/resources/responses/mso/orchestrationRequestsVnf.json
vid-app-common/src/test/resources/sdcservices.json [moved from vid-app-common/src/main/resources/sdcservices.json with 67% similarity]
vid-app-common/src/test/resources/vLoadBalancerMS-with-policy.TOSCA.json
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/vnf-grouping-csar.json