vid.git
4 years agouse logging interceptor in SDC client 59/96859/5
Eylon Malin [Thu, 10 Oct 2019 12:22:07 +0000 (15:22 +0300)]
use logging interceptor in SDC client

Issue-ID: VID-253
Change-Id: I67947886fd8945a224ee81d5eb0a8fedf1f7317c
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
4 years agoAaiController tests 59/97259/1
Michal Kabaj [Thu, 17 Oct 2019 13:08:15 +0000 (15:08 +0200)]
AaiController tests

added new unit tests to AaiControllerTest

Issue-ID: VID-684
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
Change-Id: Ib6a7aaa932ff2909b8a1fd81d5128713d1dc3eb5

4 years agoAdd ability to retrieve from simulator recorded requests and headers 04/96904/1
Eylon Malin [Thu, 10 Oct 2019 21:26:05 +0000 (00:26 +0300)]
Add ability to retrieve from simulator recorded requests and headers

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ie8dfe7216240a95d40c0d7ffdd5c69f6ddb643af

4 years agoMerge "base logging interceptor for apache http client"
Ittay Stern [Thu, 10 Oct 2019 11:53:10 +0000 (11:53 +0000)]
Merge "base logging interceptor for apache http client"

4 years agofix call AAI get vnf data with right cloudRegion id 51/96851/2
Alexey Sandler [Thu, 10 Oct 2019 10:06:11 +0000 (13:06 +0300)]
fix call AAI get vnf data with right cloudRegion id

Issue-ID: VID-596
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I9879657abdc23d91370ed12736d177884963448a

4 years agobase logging interceptor for apache http client 46/96846/2
Eylon Malin [Thu, 10 Oct 2019 08:50:06 +0000 (11:50 +0300)]
base logging interceptor for apache http client

Issue-ID: VID-253

org.onap.logging.filter.spring.SpringClientFilter used
as reference implementation

Change-Id: I015bc784ab5ee2b4ee6474bdbb7a346011734a3a
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
4 years agoMerge changes from topics "VID-30", "VID-37"
Ittay Stern [Thu, 10 Oct 2019 08:22:51 +0000 (08:22 +0000)]
Merge changes from topics "VID-30", "VID-37"

* changes:
  Add the "@Override" annotation.
  Replace "==" with "===".

4 years agoMerge "Dont filter get_vnf_data_by_globalid_and_service_type_response results"
Amichai Hemli [Wed, 9 Oct 2019 19:16:57 +0000 (19:16 +0000)]
Merge "Dont filter get_vnf_data_by_globalid_and_service_type_response results"

4 years agoAdd the "@Override" annotation. 89/96289/2
anushadasari [Thu, 26 Sep 2019 16:22:36 +0000 (21:52 +0530)]
Add the "@Override" annotation.

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: I90f07b6da5934fcba0c6d4106a75684438d8bb4b
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoadd logging-filter dependencies to vid-app-common 69/96669/1
Eylon Malin [Mon, 7 Oct 2019 12:20:40 +0000 (15:20 +0300)]
add logging-filter dependencies to vid-app-common

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I1c9ae03fb9c33a12c24b887a9262df77b8d29e0c

4 years agoDont filter get_vnf_data_by_globalid_and_service_type_response results 57/96657/2
Ittay Stern [Sun, 6 Oct 2019 14:50:28 +0000 (17:50 +0300)]
Dont filter get_vnf_data_by_globalid_and_service_type_response results

Filtering happen on AAI as part of FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG.

Issue-ID: VID-659

Change-Id: If43034cce545c90ac44d6d0e70bc0baa3d21283b
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Add partner-name header sending to SDC"
Amichai Hemli [Sun, 6 Oct 2019 13:17:32 +0000 (13:17 +0000)]
Merge "Add partner-name header sending to SDC"

4 years agoMerge "send X-ONAP-RequestID and X-InvocationID headers to AAI"
Ittay Stern [Sun, 6 Oct 2019 10:51:24 +0000 (10:51 +0000)]
Merge "send X-ONAP-RequestID and X-InvocationID headers to AAI"

4 years agosend X-ONAP-RequestID and X-InvocationID headers to AAI 54/96654/4
Eylon Malin [Sun, 6 Oct 2019 06:41:33 +0000 (09:41 +0300)]
send X-ONAP-RequestID and X-InvocationID headers to AAI

Issue-ID: VID-253
Change-Id: I5910e351982d3f118248f7dbeb735db018e1f05e
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
4 years agoAdd partner-name header sending to SDC 56/96656/1
Ittay Stern [Sun, 6 Oct 2019 09:58:38 +0000 (12:58 +0300)]
Add partner-name header sending to SDC

Issue-ID: VID-253

Change-Id: I471ceea513b62f5bc83f8496e15b647f7d888926
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "all rest calls of AAIRestInterface use doRest method"
Ittay Stern [Sun, 6 Oct 2019 08:53:30 +0000 (08:53 +0000)]
Merge "all rest calls of AAIRestInterface use doRest method"

4 years agochange management integration with reduce flag 53/96653/4
Sara Weiss [Sun, 6 Oct 2019 05:59:07 +0000 (08:59 +0300)]
change management integration with reduce flag

Issue-ID: VID-596
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
Change-Id: I3b9df53ae4b58b3abe672b3871b75a68fda79fc9
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
4 years agoall rest calls of AAIRestInterface use doRest method 52/96652/4
Eylon Malin [Sun, 6 Oct 2019 05:44:02 +0000 (08:44 +0300)]
all rest calls of AAIRestInterface use doRest method

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ie25a8be8d649fe322698c81a969c720dc123c629
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
4 years agoMerge "Verify audit logs format `audit2019`"
Amichai Hemli [Thu, 3 Oct 2019 14:53:32 +0000 (14:53 +0000)]
Merge "Verify audit logs format `audit2019`"

4 years agoMerge "sort base resource according it's position field"
Amichai Hemli [Thu, 3 Oct 2019 14:42:23 +0000 (14:42 +0000)]
Merge "sort base resource according it's position field"

4 years agoMerge "send INVOCATION_ID header in MsoRestClientNew"
Ittay Stern [Thu, 3 Oct 2019 12:47:06 +0000 (12:47 +0000)]
Merge "send INVOCATION_ID header in MsoRestClientNew"

4 years agosort base resource according it's position field 70/96270/5
Einat Vinouze [Wed, 25 Sep 2019 13:06:48 +0000 (16:06 +0300)]
sort base resource according it's position field

Issue-ID: VID-646
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: I35705cd4a239e30bc6d86da7cde05495648d2a04
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
4 years agoFix for failing tests 56/96556/1
wsliwka [Thu, 3 Oct 2019 11:45:01 +0000 (13:45 +0200)]
Fix for failing tests

Issue-ID: VID-602
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: Ic2662e884c987372340aa93f553972f7646bf95f

4 years agosend INVOCATION_ID header in MsoRestClientNew 46/96546/2
Eylon Malin [Thu, 3 Oct 2019 09:09:56 +0000 (12:09 +0300)]
send INVOCATION_ID header in MsoRestClientNew

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I6f4e317571999b2bf0f37d5407c23ab79e7358b4

4 years agoMerge "adding orchestration type to service models view"
Ittay Stern [Thu, 3 Oct 2019 09:37:54 +0000 (09:37 +0000)]
Merge "adding orchestration type to service models view"

4 years agoVerify audit logs format `audit2019` 00/96500/3
Ittay Stern [Sun, 15 Sep 2019 09:08:51 +0000 (12:08 +0300)]
Verify audit logs format `audit2019`

Issue-ID: VID-253

Change-Id: Ic62c455c101311dc3ac3022912390209e3fd86e7
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "remove unused post method"
Ittay Stern [Thu, 3 Oct 2019 07:27:47 +0000 (07:27 +0000)]
Merge "remove unused post method"

4 years agoMerge changes I3d32b225,I75b554a6
Ittay Stern [Thu, 3 Oct 2019 07:24:49 +0000 (07:24 +0000)]
Merge changes I3d32b225,I75b554a6

* changes:
  add test case of restCall to outgoing request header test
  remove unused interface and unused methods

4 years agoremove unused post method 37/96537/1
Eylon Malin [Thu, 3 Oct 2019 05:44:49 +0000 (08:44 +0300)]
remove unused post method

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I17260b3228ea4d0d4cff80bcfe2aa941cc8e19f2

4 years agoadd test case of restCall to outgoing request header test 36/96536/1
Eylon Malin [Thu, 3 Oct 2019 05:32:54 +0000 (08:32 +0300)]
add test case of restCall to outgoing request header test

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I3d32b225c47f9cf5af187d2c2bb850e9519d4bfc

4 years agoremove unused interface and unused methods 35/96535/1
Eylon Malin [Thu, 3 Oct 2019 05:17:28 +0000 (08:17 +0300)]
remove unused interface and unused methods

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I75b554a6221e9736bb8d360225c3d7e20e69a6ab

4 years agoUT - requestId is same in next call but invocationId is different 34/96534/1
Eylon Malin [Thu, 3 Oct 2019 04:58:17 +0000 (07:58 +0300)]
UT - requestId is same in next call but invocationId is different

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I3c07a26b2644435ca530466f47fb3b77d01dcbe4

4 years agoMerge "send INVOCATION_ID header via RestMsoImplementation"
Amichai Hemli [Wed, 2 Oct 2019 22:20:15 +0000 (22:20 +0000)]
Merge "send INVOCATION_ID header via RestMsoImplementation"

4 years agoMsoRestClientNew not extends RestMsoImplementation 05/96505/2
Eylon Malin [Wed, 2 Oct 2019 12:41:08 +0000 (15:41 +0300)]
MsoRestClientNew not extends RestMsoImplementation

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I2e67f31bee79e05286fec4152ae5c85a96186047

4 years agoadding orchestration type to service models view 65/96165/7
Bartosz Gardziejewski [Tue, 24 Sep 2019 05:54:09 +0000 (07:54 +0200)]
adding orchestration type to service models view

Issue-ID: VID-602
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I289b55129cbfe8fbf6dd28f0e8f41715ff4ed107

4 years agosend INVOCATION_ID header via RestMsoImplementation 03/96503/1
Eylon Malin [Wed, 2 Oct 2019 11:57:35 +0000 (14:57 +0300)]
send INVOCATION_ID header via RestMsoImplementation

Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ifc199a3ef0faf2c02b73a065667866f25c20bd56

4 years agoVerify partner-name header sent to AAI, SO 71/96271/3
Ittay Stern [Thu, 26 Sep 2019 04:50:07 +0000 (07:50 +0300)]
Verify partner-name header sent to AAI, SO

Issue-ID: VID-253

Change-Id: I80c710db1eb3f48c52b7ecebb234e75a503bf65d
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Revive SO's OutgoingRequestHeadersTest"
Amichai Hemli [Wed, 2 Oct 2019 09:19:43 +0000 (09:19 +0000)]
Merge "Revive SO's OutgoingRequestHeadersTest"

4 years agoenable mso rest client send DELETE request with body 93/96493/1
Eylon Malin [Wed, 2 Oct 2019 07:55:06 +0000 (10:55 +0300)]
enable mso rest client send DELETE request with body

config SUPPRESS_HTTP_COMPLIANCE_VALIDATION directly from
RestMsoImplementation, instead of relaying on the jersey client
configuration.
Also remove Delete method from RestMsoImplementation since it's not used
in production code.
Issue-ID: VID-657

Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: If30d60c6aca9b7d9ab3e6d07b13c1246ed3d67e3

4 years agoReplace "==" with "===". 51/96451/1
anushadasari [Tue, 1 Oct 2019 07:33:51 +0000 (13:03 +0530)]
Replace "==" with "===".

The == and != operators do type coercion before comparing values. This is bad because it can mask type errors. For example, it evaluates ' \t\r\n' == 0 as true.
It is best to always use the side-effect-less === and !== operators instead.

Issue-ID: VID-656
Change-Id: If93fe032fae618bb0bd7112c24a0e4d3acab6337
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoMerge "Rebalance Cypress pipeline groups"
Amichai Hemli [Thu, 26 Sep 2019 11:42:59 +0000 (11:42 +0000)]
Merge "Rebalance Cypress pipeline groups"

4 years agoRevive SO's OutgoingRequestHeadersTest 58/96258/3
Ittay Stern [Wed, 25 Sep 2019 09:11:32 +0000 (12:11 +0300)]
Revive SO's OutgoingRequestHeadersTest

Issue-ID: VID-253

Change-Id: Ibdd6d876a80375b355f8478072998577c998fcd1
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Try to fix failing tests"
Ittay Stern [Thu, 26 Sep 2019 10:26:49 +0000 (10:26 +0000)]
Merge "Try to fix failing tests"

4 years agoTry to fix failing tests 69/96269/2
wsliwka [Thu, 26 Sep 2019 08:55:00 +0000 (10:55 +0200)]
Try to fix failing tests

Keystore instantiation is failing on jenkins.
Add mocked keystore

Issue-ID: VID-653
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I428db5b14d90c63de6b11ad5d366e839efbf33ed

4 years agoMerge "check if FLAG_FLASH_REPLACE_VF_MODULE open in the right place"
Amichai Hemli [Thu, 26 Sep 2019 08:09:33 +0000 (08:09 +0000)]
Merge "check if FLAG_FLASH_REPLACE_VF_MODULE open in the right place"

4 years agocheck if FLAG_FLASH_REPLACE_VF_MODULE open in the right place 65/96265/1
Eylon Malin [Thu, 26 Sep 2019 07:04:17 +0000 (10:04 +0300)]
check if FLAG_FLASH_REPLACE_VF_MODULE open in the right place

modern View/Edit couldn't be opened when FLAG_FLASH_REPLACE_VF_MODULE
is on before that fix.
Issue-ID: VID-652

Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ib7ff6f374b6c8aa62133a7ef53fc21877f4b3c53

4 years agoRebalance Cypress pipeline groups 64/96264/1
Ittay Stern [Thu, 26 Sep 2019 06:38:59 +0000 (09:38 +0300)]
Rebalance Cypress pipeline groups

Issue-ID: VID-647

Change-Id: I2260dcadba49c4970460b5b854b72265eea198f8
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoDisable Test Administration Script where old `wget` 59/96259/1
Ittay Stern [Thu, 26 Sep 2019 04:53:33 +0000 (07:53 +0300)]
Disable Test Administration Script where old `wget`

Change-Id: I4bace8cf4eeba84ad13794e2abe9d5e525dc91ea
Issue-ID: VID-638
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoExpect None_Upgrade action for VNF upgrade 41/96241/1
Amichai Hemli [Wed, 25 Sep 2019 15:08:03 +0000 (18:08 +0300)]
Expect None_Upgrade action for VNF upgrade

FE will send the None_Upgrade action therefore we need to map it to Upgrade

Issue-ID: VID-651
Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Change-Id: Ia4806386dcd8faf557f0c17a2f533afa386b2ec1

4 years agoMerge "Test Administration Script: category_parameter.sh"
Amichai Hemli [Wed, 25 Sep 2019 12:43:31 +0000 (12:43 +0000)]
Merge "Test Administration Script: category_parameter.sh"

4 years agoMerge "Introduce request-id headers enum"
Amichai Hemli [Wed, 25 Sep 2019 10:43:09 +0000 (10:43 +0000)]
Merge "Introduce request-id headers enum"

4 years agoMerge "change management integration with reduce flag"
Ittay Stern [Wed, 25 Sep 2019 10:32:50 +0000 (10:32 +0000)]
Merge "change management integration with reduce flag"

4 years agoMerge "Add a position field to BaseResource (fix)"
Ittay Stern [Wed, 25 Sep 2019 10:25:52 +0000 (10:25 +0000)]
Merge "Add a position field to BaseResource (fix)"

4 years agochange management integration with reduce flag 20/96220/1
Sara Weiss [Wed, 25 Sep 2019 09:51:29 +0000 (12:51 +0300)]
change management integration with reduce flag

Issue-ID: VID-596
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
Change-Id: I81155ff877016995ef977358d3bf9fddf75a18ce

4 years agoTest Administration Script: category_parameter.sh 99/95699/15
Ittay Stern [Sun, 15 Sep 2019 15:41:14 +0000 (18:41 +0300)]
Test Administration Script: category_parameter.sh

Issue-ID: VID-638

Change-Id: Ia971cc95f03ed1e3372302afd3c699633370204f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoAdd a position field to BaseResource (fix) 76/96176/2
Einat Vinouze [Tue, 24 Sep 2019 13:12:29 +0000 (16:12 +0300)]
Add a position field to BaseResource (fix)

Issue-ID: VID-646
Change-Id: Ib057ca542dfa1b935c534ec461fb0c549a8c08d9
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
4 years agoAdd "@Override" annotation above method signature. 05/95205/4
anushadasari [Mon, 9 Sep 2019 07:07:09 +0000 (12:37 +0530)]
Add "@Override" annotation above method signature.

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>
4 years agoAdd a semicolon at the end of this statement. 65/95565/2
anushadasari [Thu, 12 Sep 2019 11:07:13 +0000 (16:37 +0530)]
Add a semicolon at the end of this statement.

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>
4 years agoAdd a semicolon at the end of this statement. 64/95564/2
anushadasari [Thu, 12 Sep 2019 11:04:16 +0000 (16:34 +0530)]
Add a semicolon at the end of this statement.

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>
4 years agoAdd a semicolon at the end of this statement. 63/95563/2
anushadasari [Thu, 12 Sep 2019 11:00:49 +0000 (16:30 +0530)]
Add a semicolon at the end of this statement.

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>
4 years agoAdd a semicolon at the end of this statement. 59/95459/2
anushadasari [Wed, 11 Sep 2019 06:21:41 +0000 (11:51 +0530)]
Add a semicolon at the end of this statement.

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>
4 years agoAdd a semicolon at the end of this statement. 57/95457/2
anushadasari [Wed, 11 Sep 2019 06:17:43 +0000 (11:47 +0530)]
Add a semicolon at the end of this statement.

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>
4 years agoAdd a semicolon at the end of this statement. 54/95454/2
anushadasari [Wed, 11 Sep 2019 06:07:12 +0000 (11:37 +0530)]
Add a semicolon at the end of this statement.

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>
4 years agoAdd a semicolon at the end of this statement. 02/95402/2
anushadasari [Tue, 10 Sep 2019 16:43:36 +0000 (22:13 +0530)]
Add a semicolon at the end of this statement.

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>
4 years agoAdd a semicolon at the end of this statement. 00/95400/3
anushadasari [Tue, 10 Sep 2019 16:33:05 +0000 (22:03 +0530)]
Add a semicolon at the end of this statement.

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>
4 years agoAdd a semicolon at the end of this statement. 97/95397/2
anushadasari [Tue, 10 Sep 2019 16:07:35 +0000 (21:37 +0530)]
Add a semicolon at the end of this statement.

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>
4 years agoIntroduce request-id headers enum 78/96178/1
Ittay Stern [Tue, 24 Sep 2019 13:45:51 +0000 (16:45 +0300)]
Introduce request-id headers enum

Issue-ID: VID-253

Change-Id: I4df5756d14969a2c0daa777c75c1365837f9ad1f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Encoding path segments on reduced custom query"
Ittay Stern [Tue, 24 Sep 2019 10:39:48 +0000 (10:39 +0000)]
Merge "Encoding path segments on reduced custom query"

4 years agoMerge "Take more Change-management Selenium screenshots"
Ittay Stern [Tue, 24 Sep 2019 10:39:34 +0000 (10:39 +0000)]
Merge "Take more Change-management Selenium screenshots"

4 years agoMerge "Add memory to Cypress"
Amichai Hemli [Tue, 24 Sep 2019 09:56:16 +0000 (09:56 +0000)]
Merge "Add memory to Cypress"

4 years agoEncoding path segments on reduced custom query 69/96169/1
Amichai Hemli [Mon, 23 Sep 2019 18:45:26 +0000 (21:45 +0300)]
Encoding path segments on reduced custom query

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

4 years agoMerge "Add mso configuration tests"
Wojciech Sliwka [Tue, 24 Sep 2019 09:04:13 +0000 (09:04 +0000)]
Merge "Add mso configuration tests"

4 years agoMerge "change management new filter tests"
Ittay Stern [Tue, 24 Sep 2019 08:27:36 +0000 (08:27 +0000)]
Merge "change management new filter tests"

4 years agoMerge "Add a position field to BaseResource"
Ittay Stern [Tue, 24 Sep 2019 08:11:01 +0000 (08:11 +0000)]
Merge "Add a position field to BaseResource"

4 years agoAdd a position field to BaseResource 36/96136/3
Einat Vinouze [Mon, 23 Sep 2019 09:06:47 +0000 (12:06 +0300)]
Add a position field to BaseResource

Issue-ID: VID-646
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: Id1f84dadd31840cf9fa3cdbc7afd7da727a22c7f

4 years agochange management new filter tests 78/95978/10
Sara Weiss [Thu, 19 Sep 2019 10:30:42 +0000 (13:30 +0300)]
change management new filter tests

Issue-ID: VID-596
Change-Id: I591da151bb27a46c217edec552e7c9c670a96aaa
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
4 years agoMerge "AaiController tests"
Ittay Stern [Tue, 24 Sep 2019 04:04:10 +0000 (04:04 +0000)]
Merge "AaiController tests"

4 years agoadd 'cloud region' optional field to change management 07/95907/9
Sara Weiss [Wed, 18 Sep 2019 10:55:55 +0000 (13:55 +0300)]
add 'cloud region' optional field to change management

Issue-ID: VID-596

Change-Id: Ieb89980f7e802fe2508950a0e1a23188145fd85e
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
4 years agoTake more Change-management Selenium screenshots 43/96143/1
Ittay Stern [Mon, 23 Sep 2019 13:30:34 +0000 (16:30 +0300)]
Take more Change-management Selenium screenshots

Issue-ID: VID-397

Change-Id: I9b925068346dd3ebb6665a83b0a1b7876193c2ff
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoAdd mso configuration tests 32/96132/2
kurczews [Mon, 23 Sep 2019 07:48:28 +0000 (09:48 +0200)]
Add mso configuration tests

Issue-ID: VID-470
Change-Id: I2eeb3780ffe161c8616fb72573d4ce4916edc9ee
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
4 years agoChange-management: provide and use scheduler's fields through vm.scheduleWorkflow() 26/96126/3
Ittay Stern [Sun, 22 Sep 2019 17:04:28 +0000 (20:04 +0300)]
Change-management: provide and use scheduler's fields through 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>
4 years agoAaiController tests 38/96138/1
Michal Kabaj [Mon, 23 Sep 2019 09:35:02 +0000 (11:35 +0200)]
AaiController tests

added new unit tests to AaiControllerTest

Issue-ID: VID-649
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
Change-Id: Ib16f31487e09e0dfdd0813e2a16def620e166be2

4 years agoRemove injections from filter, as filter is not Spring-controlled 25/96125/1
Ittay Stern [Sun, 22 Sep 2019 17:25:08 +0000 (20:25 +0300)]
Remove injections from filter, as filter is not Spring-controlled

Change-Id: Iecb4d6fbb79c5920d088fe536e6622690f8f881e
Issue-ID: VID-253
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Modified CM old json to include ModelVer and removed VFM out of it. Modified...
Amichai Hemli [Sun, 22 Sep 2019 15:10:39 +0000 (15:10 +0000)]
Merge "Modified CM old json to include ModelVer and removed VFM out of it. Modified CM tests to use the new preset and term it over feature flag"

4 years agoModified CM old json to include ModelVer and removed VFM out of it. 24/96124/1
Amir Skalka [Sun, 22 Sep 2019 14:48:29 +0000 (17:48 +0300)]
Modified CM old json to include ModelVer and removed VFM out of it.
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

4 years agoMerge "Use x-onap-requestid header in filter's API test"
Amichai Hemli [Sun, 22 Sep 2019 14:46:44 +0000 (14:46 +0000)]
Merge "Use x-onap-requestid header in filter's API test"

4 years agoMerge "Let request-id value derive from alternative request-headers"
Amichai Hemli [Sun, 22 Sep 2019 14:46:27 +0000 (14:46 +0000)]
Merge "Let request-id value derive from alternative request-headers"

4 years agoMerge "Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId...
Amichai Hemli [Sun, 22 Sep 2019 14:45:17 +0000 (14:45 +0000)]
Merge "Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId methods"

4 years agoUse x-onap-requestid header in filter's API test 19/96019/2
Ittay Stern [Thu, 19 Sep 2019 16:09:16 +0000 (19:09 +0300)]
Use x-onap-requestid header in filter's API test

Issue-ID: VID-253

Change-Id: I2412a27e32f006588241cd46d06fab28c5779581
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoLet request-id value derive from alternative request-headers 10/96010/4
Ittay Stern [Thu, 19 Sep 2019 15:26:45 +0000 (18:26 +0300)]
Let request-id value derive from alternative request-headers

Issue-ID: VID-253

Change-Id: Icae6caf5f720da0c7587f62380d1783669e69d9f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoAdd memory to Cypress 22/96122/1
Ittay Stern [Sun, 22 Sep 2019 10:41:36 +0000 (13:41 +0300)]
Add memory to Cypress

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>
4 years agoRelease version 6.0.0 24/96024/1
Ittay Stern [Thu, 19 Sep 2019 16:54:10 +0000 (19:54 +0300)]
Release version 6.0.0

Change-Id: I0e8bbd6d19398f5eced4e4348468ca2cd85834e0
Issue-ID: VID-576
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Revert license attribution change"
Amichai Hemli [Thu, 19 Sep 2019 12:23:08 +0000 (12:23 +0000)]
Merge "Revert license attribution change"

4 years agoRename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId methods 76/95976/2
Ittay Stern [Thu, 19 Sep 2019 10:10:26 +0000 (13:10 +0300)]
Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId methods

Change-Id: Idb39f7d5e723598e34e737522c4f73d8de3df93c
Issue-ID: VID-253
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agochange vnfreducedresponse preset 77/95977/1
Alexey Sandler [Thu, 19 Sep 2019 10:13:00 +0000 (13:13 +0300)]
change vnfreducedresponse preset

Issue-ID: VID-596
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I5347ca2bc8a17d60e1e282784f38ceaa0725fdd3

4 years agoMerge "Disable homing_solution" 6.0.0
Ittay Stern [Thu, 19 Sep 2019 09:44:51 +0000 (09:44 +0000)]
Merge "Disable homing_solution"

4 years agoRevert license attribution change 72/95972/2
Ittay Stern [Thu, 19 Sep 2019 09:14:07 +0000 (12:14 +0300)]
Revert license attribution change

Change-Id: Id75ede28269505cb62eda0ff6f03ac7d02efce73
Issue-ID: VID-378
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoDisable homing_solution 16/95816/5
wsliwka [Tue, 17 Sep 2019 12:31:42 +0000 (14:31 +0200)]
Disable homing_solution

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>
4 years agoMerge "Bump VID master version to 6.0.0 (Frankfurt)"
Wojciech Sliwka [Thu, 19 Sep 2019 07:56:17 +0000 (07:56 +0000)]
Merge "Bump VID master version to 6.0.0 (Frankfurt)"

4 years agoMerge "remove duplicated label InternalState.REPLACE_MYSELF"
Ittay Stern [Wed, 18 Sep 2019 14:59:00 +0000 (14:59 +0000)]
Merge "remove duplicated label  InternalState.REPLACE_MYSELF"