aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/resources
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13junits for PombaClientImplTomasz Gwozdecki1-0/+18
-Create new test class for PombaClientImpl -Added new test for PombaClientImpl.verify Change-Id: I776df73d592a219c0aa266a8207c92c1f475f4da Issue-ID: VID-418 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2019-01-09Merge from ECOMP's repositoryIttay Stern43-152/+1716
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>
2018-12-17Merge "ChangeManagementController tests"Ittay Stern3-0/+100
2018-11-30ChangeManagementController testsJoanna Jeremicz3-0/+100
Change-Id: I936a9c65c167e5076d775f4139cc76340d0fc55d Issue-ID: VID-353 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-11-29Handle annotated-input which has 2 propertiesIttay Stern1-0/+1
Handle correctly an annotated input, when it has more than a single "vf_module_label". Change-Id: Ibe3f6408d7d5c18b13e47846235a2b3ab66f35f8 Issue-ID: VID-362 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-06Merge "HealthCheckController/test refactor"Ofir Sonsino1-1/+1
2018-10-23Fix and improvement for MsoBusinessLogic testsMichal Kabaj1-1/+2
- Merged two test classes into one Moved unit tests from MsoBusinessLogic to MsoBusinessLogicImpl - unified unit test framework - using junit instead of testng - Fixed issue with broken unit tests when run in IDE - improved readability of unit tests - Fixed commented/ignored unit tests - RequestDetailsWrapper encapsulation fix Change-Id: I7f589b36757b09f41b3568d8aa8a932bd914ac0d Issue-ID: VID-283 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2018-10-18Merge "Added scaleOut to dashboard orchestrationRequests"Ofir Sonsino2-0/+282
2018-10-15Update system properties in testSonsino, Ofir (os0695)1-14/+6
Change-Id: Idc1f27b65104e5bbeabd23cb21c2d70e3803014f Issue-ID: VID-327 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-12Added scaleOut to dashboard orchestrationRequestskoblosz2-0/+282
Change-Id: Ib4862e5f151f8f231022109ee65997e83bdcff7b Issue-ID: VID-326 Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
2018-10-09Correct flow for ScaleOutWojciech Sliwka3-1/+135
Change-Id: I347fec1e15526fa9b43ab57612235b55dee3eeba Issue-ID: VID-321 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-10-01Fix service instantiation errorWojciech Sliwka2-2/+0
Fix error during service instantiation (unknown field during call to SO) Fix endpoit used durign creating vf module instance Add separate endpoint for scale out Issue-ID: VID-317 Change-Id: I34c25ae9d1ee1afe71ac340ef71c2572686bee2b Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-09-28HealthCheckController/test refactorJoanna Jeremicz1-1/+1
Issue-ID: VID-312 Change-Id: Iabdb91c9b4940ff7a173656819ad5fa807a734e9 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-09-26Merge "Changed VF creation to new MSO scaleout API"Amichai Hemli4-2/+4
2018-09-25Add junits to commit info endpointJoanna Jeremicz1-0/+3
Change-Id: I0a904ba7259bee2c10cde0a3c6be0552b03cfeb2 Issue-ID: VID-311 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-09-24Changed VF creation to new MSO scaleout APIkoblosz4-2/+4
Change-Id: Ie3cf99adc9a441d03bd31884ea46c94e9b62db74 Issue-ID: VID-248 Signed-off-by: Koblosz, Sandra (koblosz) <sandra.koblosz@nokia.com>
2018-08-30Merge "Using Generic client in SchedulerRestInterface"Ofir Sonsino1-0/+2
2018-08-30Merge "Replace SO client"Ofir Sonsino1-1/+1
2018-08-29Using Generic client in SchedulerRestInterfacekoblosz1-0/+2
Change-Id: I69603792016a091037d8767bec0f3d25641af86e Issue-ID: VID-270 Signed-off-by: koblosz <sandra.koblosz@nokia.com>
2018-08-24Replace SO clientPiotr Darosz1-1/+1
Make SO client use Generic Rest Client Change-Id: I8d0fdf4683f577e0c968f5175dbf42a42c041357 Issue-ID: VID-267 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-08-24Replace sdc clientWojciech Sliwka1-2/+2
Replace old SDC client to use genericRestClient Change-Id: I9b3b567871ac3f319742fca9457e42b6d4db0a8a Issue-ID: VID-268 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-07-10Merge 1806 code of vid-commonSonsino, Ofir (os0695)15-172/+1593
Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-04-15Change ASDC to SDC everywhere in VID UISonsino, Ofir (os0695)1-10/+7
Change-Id: I5149e2a3751370c9757c2b6a2bbff2984cc979b8 Issue-ID: VID-211 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-04-11Fix license issuesSonsino, Ofir (os0695)1-9/+4
Change-Id: Ic3eadf65b920a610b77c18317b0daad57e06b647 Issue-ID: VID-198 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-02-27org.onap migrationOfir Sonsino9-15/+15
Change-Id: I5e2d01a6da21d4003c910b5fe0702b35c2089a77 Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2018-01-31org.onap migrationOfir Sonsino23-61/+645
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-17Switch to MariaDB connectorOfir Sonsino2-8/+4
Change-Id: Id1528890cef60da6e1c4ace760550aad8116a40b Issue-ID: VID-83 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-08Improve SONAR coverageOfir Sonsino2-15/+13
Change-Id: I02e9535f96040cd038ef064ee5881c4c3e5e7bca Issue-ID: VID-72 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-20Change management and PNF supportOfir Sonsino5-10/+70
Issue-ID: VID-44, VID-48, VID-49, VID-50, VID-51, VID-52 Change-Id: I83e940aad2e4e294a0927b546c4c08ca8e539a65 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-20Global Read only role, Support VID specific RolesOfir Sonsino32-4/+4324
Issue-ID: VID-46 , VID-47 Change-Id: Ib100d20ac40a65d39e27a6e2741b19a173a2b8ea Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-04[VID-55] Upgrade Tosca Parser (merge)Ofir Sonsino4-0/+268
Change-Id: I5389f1641ef22df3ed569a154b3c367117c04d04 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-05-07[VID-6] Initial rebase pushjimmydot1-0/+16
Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346 Signed-off-by: jimmydot <jf2512@att.com>