aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-09Adding feature: Replace vfmoduleEinat Vinouze85-15682/+1851
Issue-ID: VID-603 Change-Id: I59068a0979d6fb733e4243c8f78921f396dc9d17 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-08send different request id on each mso callEylon Malin3-49/+115
Don't use static headers for ECOMP_REQUEST_ID and ONAP_REQUEST_ID but getting them from request / generate them each time Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I1be4e8e86195901975d613694acf0082cd555886 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-09-05send X-ONAP-RequestID header from MSO clientEylon Malin2-2/+11
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Icf215cf8b9711a63561740b22c035595f5281f58 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-09-05Merge "Bump VID version to 5.0.2"Wojciech Sliwka9-11/+11
2019-09-05Merge "Improve vid-simulator cloud-nativeness (fix)"Wojciech Sliwka1-0/+1
2019-09-04Add the "@Override" annotation above this method signatureThugutla sailakshmi1-0/+1
Add the "@Override" annotation Issue-ID: VID-561 Change-Id: I86d14dbd8357e92baef111f1ac6db2fdfd963ba1 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-04Improve vid-simulator cloud-nativeness (fix)Ittay Stern1-0/+1
Change-Id: I575294b0d085887c398c9ca0138b36a9e0c7bc3b Issue-ID: VID-608 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-04Merge changes from topics "VID-8", "VID-7"Ittay Stern2-7/+7
* changes: Add semicolon at the end Add a semicolon at the end of this statement
2019-09-04Merge changes from topics "VID-6", "VID-607"Ittay Stern2-22/+22
* changes: Semicolon at the end of the Statement Add a semicolon at the end of this statement
2019-09-04Bump VID version to 5.0.2Ittay Stern9-11/+11
Change-Id: I9e971e01b1516da3313c63a28ce0f8f982cb9921 Issue-ID: VID-576 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-04Add semicolon at the endanushadasari1-4/+4
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-607 Change-Id: Ief3162f9990689251c7268c515107a34b1a03a52 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-04Add a semicolon at the end of this statementanushadasari1-3/+3
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-607 Change-Id: I92d5834ace5659334bdede1dfc2af23cc697f78a Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-04Improve vid-simulator cloud-nativenessIttay Stern3-22/+32
Issue-ID: VID-608 * Integrative tests will look at `SIM_HOST` that may differ from `VID_HOST`. * Simulator will look at `hibernate.connection.url` property for db-connection config * Don't skip DB connection if schema not ready, by removing schema validation Change-Id: Idb4587c30dd0cbc0fe7e7362cb691a4cb425fd10 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-04Merge "add missing test annotation"Ittay Stern1-5/+7
2019-09-04Merge "add AAIServiceTreeIntegrativeTest"Ittay Stern1-0/+454
2019-09-04Merge "Remove the illegalStateExceptionHandler, as it's already in parent class"Ittay Stern1-16/+11
2019-09-04add missing test annotationEylon Malin1-5/+7
to test extractPortMirroringConfigData_ givenAaiResponseWithoutRegionIdName_yieldException Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I5ae29bc427b1b0d6a832b10b52102364e789e5ae
2019-09-04Merge "fix getDeactivateAndCloudDeletePath test"Ittay Stern1-10/+4
2019-09-04add AAIServiceTreeIntegrativeTestEylon Malin1-0/+454
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ibebd83ad0359612ab03934da743fda64a9833b66 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-09-04Remove the illegalStateExceptionHandler, as it's already in parent classThugutla sailakshmi1-16/+11
Issue-ID: VID-561 Change-Id: Ie27eea2f8219575bcdcaba6f7796acdd1dd07aa9 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-04Lets build modern ui by defaultwsliwka1-3/+22
to disable modern ui build just use maven with -DskipModernUi=true Added configuration for maven-cleanup-plugin to remove 'dist' directory Issue-ID: VID-576 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: I668820bbd28302b8cdaf13300b0f26cfcb3df398 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
2019-09-04Merge "Add UT to ToscaParserImpl"Ittay Stern1-0/+13
2019-09-03Semicolon at the end of the Statementanushadasari1-6/+6
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-607 Change-Id: I45f7576fe1410b4ab46949547584a597ed98c0b3 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-03Add a semicolon at the end of this statementanushadasari1-16/+16
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-607 Change-Id: Iaf0757c6a0c4a2ebe6cba74ced60f1e978160bd6 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-03fix getDeactivateAndCloudDeletePath testEylon Malin1-10/+4
Use hard coded in test instead of same logic of production code Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I967432e5e35fde7661fc2145ac3815a4b0a05318
2019-09-03change management cypressEinat Vinouze3-2/+41
This is the very first cypress test for change management Issue-ID: VID-596 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ib3ddc5d88504392281dbd25c3d6688714a01a643
2019-09-03Add UT to ToscaParserImplSara Weiss1-0/+13
Issue-ID: VID-378 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: If2cf3bd2171b7935702008f7a16fbea1b8523a35
2019-09-03Merge "Add to SimpleDateFormat function locale us parameter"Wojciech Sliwka1-1/+2
2019-09-02Add to SimpleDateFormat function locale us parameterIttay Stern1-1/+2
Change-Id: I27866be89b95d2c164909248f3bbd45373bf39a9 Issue-ID: VID-605 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-02remove not used feature RoleGeneratorEylon Malin6-487/+0
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I0eea2c7305f6faabcb1e54a7f4dd9f51fe37586f
2019-09-02Merge "Add a semicolon at the end of this statement"Ittay Stern1-5/+5
2019-09-02Merge "Add a semicolon at the end of this statement"Ittay Stern1-1/+1
2019-09-02Merge "Add a semicolon at the end of this statement"Ittay Stern2-2/+2
2019-09-02improve test to verify also serializationEylon Malin2-38/+10
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Iaff42459fc9bd7d843b21af6d710afc9a194680c
2019-09-02add UT for MsoController.testActivateFabricConfigurationEylon Malin1-1/+37
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Iddecbfef0378a559a34501e15911b350ec0766a0
2019-09-02Add a semicolon at the end of this statementanushadasari1-5/+5
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-597 Change-Id: I64c97eaf1877016fe79e6e31caf620f8c99363df Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-02Add a semicolon at the end of this statementanushadasari1-1/+1
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-597 Change-Id: If02076cca1cde742aae6e499bc29e92a1aa9b2b6 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-02Add a semicolon at the end of this statementanushadasari2-2/+2
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-597 Change-Id: Icfb0b3ce96d9f0137bdd9445173dd31e27e13305 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-02Revert "add some UT for MsoBusinessLogicImpl"Eylon Malin1-65/+0
This reverts commit b2805ebd910ecf9cc49597a52bd8f6e6b18f1d31 Reason for revert: duplicated tests. These scenarios already covered by another methods in this class. Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I645b770d853dc39947222de5b8332d3e9fd23087
2019-09-01Merge "add some UT for MsoBusinessLogicImpl"Ittay Stern1-0/+65
2019-09-01Fix "old-csars" test: csarWithVnfWithVfModuleInModelEylon Malin6-13/+12
Issue-ID: VID-378 Change-Id: Icde5058772379f2d48477c05c986f4fe8a30f446 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-01add some UT for MsoBusinessLogicImplEylon Malin1-0/+65
Add UT for: deleteSvcInstance, deleteVnf, deleteVfModule Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I838c69ae4d0209fe8d62ada98e06dcc1817a4d88
2019-09-01add UT for NCF modelEylon Malin1-0/+63
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I4f9eaa8a12770d7afb9b51633e70ff799f670b70
2019-09-01add getNewestModelVersionByInvariant to controller and serviceEylon Malin5-0/+131
Also add testGetActiveNetworkList UT Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I97c2ae029272aba915d5f9699bccff0eb9d49329 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-09-01handle non OK response from SDC while getting modelEylon Malin8-44/+175
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Idc6e587abb24fbec65ed159db7008e50abee2581
2019-08-30Merge "add ut getServiceToscaModel rethrow Exception"Ittay Stern1-20/+67
2019-08-29Merge "edit of macro services in new view edit screen"Amichai Hemli8-152/+210
2019-08-29add ut getServiceToscaModel rethrow ExceptionEylon Malin1-20/+67
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ia8a649a281cbc687bbec4f25e6bd67e1681276bc
2019-08-29edit of macro services in new view edit screenEylon Malin8-152/+210
Fix Vid Notion Builder behavior according - all macro non transport services should open the new view edit screen Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Icd45fcbfcb4bf8928f44f73fb3ddd84ac1f1d341
2019-08-29Add a semicolon at the end of this statementanushadasari1-3/+3
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-597 Change-Id: I4d324d96d28a3796b971b83997d72a64ed161ce8 Signed-off-by: anushadasari <danush10@in.ibm.com>