aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-25Merge "change management integration with reduce flag"Ittay Stern3-40/+40
2019-09-25Merge "Add a position field to BaseResource (fix)"Ittay Stern2-0/+4
2019-09-25change management integration with reduce flagSara Weiss3-40/+40
Issue-ID: VID-596 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I81155ff877016995ef977358d3bf9fddf75a18ce
2019-09-25Test Administration Script: category_parameter.shIttay Stern4-0/+140
Issue-ID: VID-638 Change-Id: Ia971cc95f03ed1e3372302afd3c699633370204f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-25Add a position field to BaseResource (fix)Einat Vinouze2-0/+4
Issue-ID: VID-646 Change-Id: Ib057ca542dfa1b935c534ec461fb0c549a8c08d9 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-09-24Add "@Override" annotation above method signature.anushadasari1-0/+1
Using the @Override annotation is useful for two reasons : It elicits a warning from the compiler if the annotated method doesn't actually override anything, as in the case of a misspelling. It improves the readability of the source code by making it obvious that methods are overridden. Issue-ID: VID-612 Change-Id: Ic628b85f7a3e4c08712c88298fa4620ecddce0cc Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari1-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: I27deafe5e97d71be4b5b6501f3cda0a19769123b Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari1-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-607 Change-Id: Ibf05db5e76be01c78cfac8196fcf4bb09dfa7709 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari1-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: Id3fd3e7baea856e8aab4c5c7c509a6c00bb44ced Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari1-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-607 Change-Id: I45637083e88ac2e1c4cb27519a3116f2f5f792e8 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari1-11/+11
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: I2adee2c4d945cde39d796106fa6540d875b25219 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari1-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-607 Change-Id: I6798e2fbf4439e5336e1af734aa762449454f04f Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari1-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-607 Change-Id: I74a97be12bc5a110c4afd7f2d3eaf51b0ae707c8 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari2-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: I351d26cab21fffe5925dd6bc64691166e5c3ea3d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Add a semicolon at the end of this statement.anushadasari1-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-607 Change-Id: I1fd965413585256c09e61c2a19b0651800e65eab Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Introduce request-id headers enumIttay Stern3-29/+45
Issue-ID: VID-253 Change-Id: I4df5756d14969a2c0daa777c75c1365837f9ad1f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-24Merge "Encoding path segments on reduced custom query"Ittay Stern2-5/+7
2019-09-24Merge "Take more Change-management Selenium screenshots"Ittay Stern1-2/+23
2019-09-24Merge "Add memory to Cypress"Amichai Hemli2-2/+2
2019-09-24Encoding path segments on reduced custom queryAmichai Hemli2-5/+7
Need to URL-encode the path segments when sending URL in the custom queries to A&AI Issue-ID: VID-596 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ie551cccfc1a8c627984185324a59c18f13200e91
2019-09-24Merge "Add mso configuration tests"Wojciech Sliwka1-0/+131
2019-09-24Merge "change management new filter tests"Ittay Stern6-17/+194
2019-09-24Merge "Add a position field to BaseResource"Ittay Stern12-92/+124
2019-09-24Add a position field to BaseResourceEinat Vinouze12-92/+124
Issue-ID: VID-646 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Id1f84dadd31840cf9fa3cdbc7afd7da727a22c7f
2019-09-24change management new filter testsSara Weiss6-17/+194
Issue-ID: VID-596 Change-Id: I591da151bb27a46c217edec552e7c9c670a96aaa Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
2019-09-24Merge "AaiController tests"Ittay Stern1-63/+112
2019-09-23add 'cloud region' optional field to change managementSara Weiss4-20/+69
Issue-ID: VID-596 Change-Id: Ieb89980f7e802fe2508950a0e1a23188145fd85e Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
2019-09-23Take more Change-management Selenium screenshotsIttay Stern1-2/+23
Issue-ID: VID-397 Change-Id: I9b925068346dd3ebb6665a83b0a1b7876193c2ff Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-23Add mso configuration testskurczews1-0/+131
Issue-ID: VID-470 Change-Id: I2eeb3780ffe161c8616fb72573d4ce4916edc9ee Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-09-23Change-management: provide and use scheduler's fields through ↵Ittay Stern6-30/+150
vm.scheduleWorkflow() In addition, show error message when no Portal-frame. Use the dumped data to revive ChangeManagementTest tests by capturing the error's payload. Issue-ID: VID-397 Change-Id: I978bf537c43b0e3933e82c761c60cd067ab2cf27 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-23AaiController testsMichal Kabaj1-63/+112
added new unit tests to AaiControllerTest Issue-ID: VID-649 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com> Change-Id: Ib16f31487e09e0dfdd0813e2a16def620e166be2
2019-09-22Remove injections from filter, as filter is not Spring-controlledIttay Stern4-26/+14
Change-Id: Iecb4d6fbb79c5920d088fe536e6622690f8f881e Issue-ID: VID-253 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-22Merge "Modified CM old json to include ModelVer and removed VFM out of it. ↵Amichai Hemli2-6/+583
Modified CM tests to use the new preset and term it over feature flag"
2019-09-22Modified CM old json to include ModelVer and removed VFM out of it.Amir Skalka2-6/+583
Modified CM tests to use the new preset and term it over feature flag Issue-ID: VID-596 Signed-off-by: as221v <as221v@intl.att.com> Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Change-Id: I801c2f6ee19eabbb6d52e7f27e89df29389137d9
2019-09-22Merge "Use x-onap-requestid header in filter's API test"Amichai Hemli1-16/+20
2019-09-22Merge "Let request-id value derive from alternative request-headers"Amichai Hemli4-29/+209
2019-09-22Merge "Rename PromiseRequestIdFilter, extract isWrapNeeded and ↵Amichai Hemli3-45/+61
incomingRequestId methods"
2019-09-22Use x-onap-requestid header in filter's API testIttay Stern1-16/+20
Issue-ID: VID-253 Change-Id: I2412a27e32f006588241cd46d06fab28c5779581 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-22Let request-id value derive from alternative request-headersIttay Stern4-29/+209
Issue-ID: VID-253 Change-Id: Icae6caf5f720da0c7587f62380d1783669e69d9f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-22Add memory to CypressIttay Stern2-2/+2
Fixing error: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory Change-Id: Ifa12f3c39bdf29c3211a3c75bcc17876a2af5b85 Issue-ID: VID-647 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-19Release version 6.0.0Ittay Stern1-0/+8
Change-Id: I0e8bbd6d19398f5eced4e4348468ca2cd85834e0 Issue-ID: VID-576 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-19Merge "Revert license attribution change"Amichai Hemli1-1/+1
2019-09-19Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId ↵Ittay Stern3-45/+61
methods Change-Id: Idb39f7d5e723598e34e737522c4f73d8de3df93c Issue-ID: VID-253 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-19change vnfreducedresponse presetAlexey Sandler1-284/+204
Issue-ID: VID-596 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I5347ca2bc8a17d60e1e282784f38ceaa0725fdd3
2019-09-19Merge "Disable homing_solution"6.0.0Ittay Stern8-14/+155
2019-09-19Revert license attribution changeIttay Stern1-1/+1
Change-Id: Id75ede28269505cb62eda0ff6f03ac7d02efce73 Issue-ID: VID-378 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-19Disable homing_solutionwsliwka8-14/+155
Send Homing_solution=none during macro instantiation Add flag 'FLAG_DISABLE_HOMING' (by default set to true) which defines whether homing_solution should be in request to so or not Issue-ID: VID-576 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: I6151151a0256a5bb4e637acf08ae511f4b265dc2 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
2019-09-19Merge "Bump VID master version to 6.0.0 (Frankfurt)"Wojciech Sliwka8-12/+12
2019-09-18Merge "remove duplicated label InternalState.REPLACE_MYSELF"Ittay Stern1-5/+0
2019-09-18remove duplicated label InternalState.REPLACE_MYSELFEinat Vinouze1-5/+0
Issue-ID: VID-646 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ifc6a43f9b34c5c792a05cc3502c1e8fcf5023210