summaryrefslogtreecommitdiffstats
path: root/vid-automation
AgeCommit message (Collapse)AuthorFilesLines
2019-11-07API test can get VID URI protocol from system propertyEylon Malin1-2/+2
Issue-ID: VID-701 Change-Id: I47c4e50f8cdc333284615b80df64542b696d2674 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-06print user-id in partner name record of audit logEylon Malin1-7/+34
Issue-ID: VID-253 Also add more verifications for audit log format Change-Id: I00976a63fd1a795a972c13ad975d6a71248e5c8b Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-05remove comma's properties file with flag ↵Alexey Sandler1-1/+1
FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE Issue-ID: VID-646 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Idbd37bc2800ca8d38dff7e566654f0677f767a2a
2019-11-04Validate audit of request id on incoming requests to MSOAmir Skalka4-4/+24
ServiceInstanceMsoApiTest to verify incoming requests in audit log as well to headers and outgoing requests in logs. Issue-ID: VID-253 Change-Id: I4d94e6de4e2a844f2e0104df6c45b5070465de1e Signed-off-by: Amir Skalka <amir.skalka@intl.att.com>
2019-11-04Merge "remove internal urls"Ittay Stern3-240/+0
2019-11-04remove internal urlsAmichai Hemli3-240/+0
Issue-ID: VID-646 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ie76259a41909ae5667053a2ef2ab6f0094dc6b6c
2019-11-04fix - when retrieve topology we are using threadPool and the MDC values are ↵Ittay Stern1-4/+8
not updated This time for vf-modules parallel request. Issue-ID: VID-253 Change-Id: Ib32c29b231e16ccc1b4fbbad022c8d9ad058b74a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-04Merge "fix - when retrieve topology we are using threadPool and the MDC ↵Ittay Stern2-3/+8
values are not updated"
2019-11-04add new flag FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTEAlexey Sandler2-1/+3
Issue-ID: VID-646 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: If954d1fb597ecb974b671a05d3f5c5ea5ca9a704
2019-11-04fix - when retrieve topology we are using threadPool and the MDC values are ↵Einat Vinouze2-3/+8
not updated Issue-ID: VID-253 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I275d1768f17764efc1bde36baf53439922b534ab Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-11-04Merge "fix SERVER_FQDN MDC for audit log"Ittay Stern1-1/+1
2019-11-04improve async instantiation log test, to verify all outgoing requestsEylon Malin1-7/+6
Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I7717ddd2cbfaec6430b89f88109de8f12f9e9211
2019-11-04fix SERVER_FQDN MDC for audit logEylon Malin1-1/+1
Issue-ID: VID-253 Change-Id: I6f4b273d800a6eba735744fbd7bc3e741c1a5e83 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-03send unqiue request ids to MSO in async instantiationEylon Malin6-30/+114
Issue-ID: VID-253 Change-Id: I73e7829a2e7e980540e0c253823d030e77b9976b Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-03Merge "remove 2016 logger aspects + verify audit score"Ittay Stern3-39/+51
2019-10-31remove 2016 logger aspects + verify audit scoreEylon Malin3-39/+51
Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I841205c5b78ba46041279a36d57f4b1afa665deb
2019-10-31Update MSO change-management URLAmichai Hemli7-7/+7
Issue-ID: VID-622 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ibe7b07ecc858895de579d3dacf1a3312c6793fad
2019-10-31Fix the X-InvocationID, removed ONAP-Amichai Hemli1-1/+1
Issue-ID: VID-253 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Iae559f79f51c6b73552c2510d7cb89077fc28ca4
2019-10-31register scheduler to work with MetricLogClient FilterSara Weiss2-36/+84
Issue-ID: VID-253 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: Ic624e1c2a4b04d31177c737a5d249e734a4cfb48
2019-10-31register SyncRestClient to work with new MetricLogClient FilterAlexey Sandler2-0/+38
Issue-ID: VID-253 add API test that checks request headers logged tometrics log Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ic2bfb99d40482b939ddaa4ba5c694f1042c3dd69 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-10-31assert that InvocationId is unique in API testsEylon Malin1-0/+10
Issue-ID: VID-253 Change-Id: I8bb4c752a9609d5b5a4c649befb7344a800b00b5 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-10-31assert headers in AAI base presetEylon Malin2-12/+50
Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ic86ed177602f997f5040351f4a4fb3c79ed545a2
2019-10-31add to AAI headers in request and metric logEinat Vinouze2-1/+15
Issue-ID: VID-253 Including API test + use VidMetricLogClientFilter Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I62980b3c88e941d1a47b03c75a1c837078e1988b
2019-10-30use onap logging 1.6.1 with needed workaroundsEylon Malin2-2/+2
Issue-ID: VID-253 Onap logging 1.6.1 has some mismatches regards invocationId. This commit fix these mismatches by fixing the MDC when needed. Change-Id: Ic8d35318ae511667dfa6f9c4297d562fd976a717 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-10-29Test aai_get_service_instance_topology with vf-module placement dataIttay Stern5-43/+82
Issue-ID: VID-603 Change-Id: I2ce89cac91417ef4b60a3943da80f0ff03f865ad Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-29Add API test that call to MSO and asserts headers in request and metric logAlexey Sandler1-2/+20
Issue-ID: VID-253 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ie3beccb2fd1c70a81fd245abd03e33cdfa79efdd
2019-10-25Removed the line break before and after options over UI,Amir Skalka1-1/+2
Added a 'version' field validation over the E2E test. Issue-ID: VID-691 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Change-Id: I52205e819a373458c47b8a48239c4bdb309a0bae
2019-10-24fix ApacheClientMetricInterceptor to return expected ResponseCodeEylon Malin1-7/+10
Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I5c90f5bcbf34eee28c192128333ca940558ecb30
2019-10-24common api tests assertion, for metrics log and outgoing out headersEylon Malin2-28/+48
Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I3d0f5c215d080b5ae70fe7bb2b42a97fb944dcf9
2019-10-23Merge "register MSO Client to MetricLogClientFilter"Ittay Stern1-0/+1
2019-10-23register MSO Client to MetricLogClientFilterAlexey Sandler1-0/+1
Issue-ID: VID-253 Change-Id: Id0e3f13e62170da41981d74dbb5b92e8d3d1b69c Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-10-23Install incoming-requests auditorIttay Stern2-2/+67
Issue-ID: VID-253 Change-Id: I62aa4c0b1ab360f01eb00bb6aa83fe0e30e362ac Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-23Introduce LOG-NAME enumeratorIttay Stern5-45/+68
Issue-ID: VID-253 Change-Id: Ib24e6ce12fd89bdddaf1b15b7c0d47b3d6f8af9a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-23use logging interceptor in SDC clientEylon Malin3-13/+90
Issue-ID: VID-253 Change-Id: I67947886fd8945a224ee81d5eb0a8fedf1f7317c Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-10-11Add ability to retrieve from simulator recorded requests and headersEylon Malin1-4/+14
Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ie8dfe7216240a95d40c0d7ffdd5c69f6ddb643af
2019-10-10fix call AAI get vnf data with right cloudRegion idAlexey Sandler1-3/+1
Issue-ID: VID-596 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I9879657abdc23d91370ed12736d177884963448a
2019-10-06Dont filter get_vnf_data_by_globalid_and_service_type_response resultsIttay Stern3-542/+34
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>
2019-10-06Add partner-name header sending to SDCIttay Stern1-3/+10
Issue-ID: VID-253 Change-Id: I471ceea513b62f5bc83f8496e15b647f7d888926 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-06change management integration with reduce flagSara Weiss4-139/+37
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>
2019-10-03Merge "Verify audit logs format `audit2019`"Amichai Hemli1-4/+12
2019-10-03Fix for failing testswsliwka1-0/+11
Issue-ID: VID-602 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: Ic2662e884c987372340aa93f553972f7646bf95f
2019-10-03Merge "adding orchestration type to service models view"Ittay Stern6-7/+59
2019-10-03Verify audit logs format `audit2019`Ittay Stern1-4/+12
Issue-ID: VID-253 Change-Id: Ic62c455c101311dc3ac3022912390209e3fd86e7 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-02adding orchestration type to service models viewBartosz Gardziejewski6-7/+59
Issue-ID: VID-602 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I289b55129cbfe8fbf6dd28f0e8f41715ff4ed107
2019-10-02Verify partner-name header sent to AAI, SOIttay Stern1-10/+8
Issue-ID: VID-253 Change-Id: I80c710db1eb3f48c52b7ecebb234e75a503bf65d Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-26check if FLAG_FLASH_REPLACE_VF_MODULE open in the right placeEylon Malin1-2/+2
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
2019-09-25Merge "change management integration with reduce flag"Ittay Stern1-33/+33
2019-09-25change management integration with reduce flagSara Weiss1-33/+33
Issue-ID: VID-596 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I81155ff877016995ef977358d3bf9fddf75a18ce
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-24Merge "Take more Change-management Selenium screenshots"Ittay Stern1-2/+23