summaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/java/org
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07Move some tests from group 3 to group 5Ittay Stern1-1/+1
Issue-ID: VID-647 Change-Id: Ic6d97cb7a7c1ce7c47dbfd8717553b9fb1225eca Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-04-19empty lineOfBusiness value when create new network (old screens) - fixAlexey Sandler1-0/+3
Issue-ID: VID-808 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I9f77e449411afdf1553f890c1c6a94eaa34afc7e Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-01allow LOB multi-selection for vnf - fix cypressEinat Vinouze1-1/+1
Issue-ID: VID-785 Change-Id: I3a11bad5b6da532b23049ce09ea439849143e941 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-23Add some timed grace for assertion on log-linesIttay Stern2-17/+21
It happens that logging is delayed, and rows are not available on disk right after an inspected event. Issue-ID: VID-647 Change-Id: Ic47cb2beff0be699f018ff6b5f264a57479bd7d0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-18allow LOB multi-selection for networkEinat Vinouze1-3/+7
Issue-ID: VID-788 Change-Id: I03674ea0c04567291ba647c76b7c88bc11a7cf0e Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-16API test to verify simpleNoTaskInfo formatAlexey Sandler1-109/+111
Use new format when fetching Orchestration requests from MSO to the CM dashboard Issue-ID: VID-787 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Id426ee13ce9dede540d7807cb836f1bb6db420c2
2020-03-16API test to verify simpleNoTaskInfo formatAlexey Sandler1-0/+158
Issue-ID: VID-787 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I650530f9490d45d3fc3fe3fcb1b853bdded7d07a Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-03-08allow platform multi-selection for networkEinat Vinouze1-3/+7
Issue-ID: VID-785 Change-Id: I4e6a4c2f0dc8c0e11f2571eec0789ad5672a9147 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-03Remove dead code in automation's utilsIttay Stern45-5581/+1
Issue-ID: VID-774 Change-Id: Icba941b2bf1b0d19666525d6e8a149e1c7e1b8a9 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-17Fix intermittent test inProgressJobMoreThan24HoursIsFailedInVidAuditIttay Stern2-14/+24
Bit more time was needed. Issue-ID: VID-647 Change-Id: Ie7e101a2eb85e71a38d1cb2efd9f7327e4705fd3 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-17Fix intermittent test inProgressJobMoreThan24HoursIsFailedInVidAuditIttay Stern1-0/+1
PresetAAIGetCloudOwnersByCloudRegionId were missing. Issue-ID: VID-647 Change-Id: I4dab07b328ef3ac7242eec22a3ef014ad87f8885 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-16Remove tenant and lcpCloudRegionId - adjust test ↵Ittay Stern2-6/+14
createNewServiceInstance_aLaCarte_WithVnf Issue-ID: VID-758 Change-Id: I232a42bd12429a97d59eb6a93fe5ef07fde7dd56 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-16Test filter owning-entities from /category_parameter by permissionsIttay Stern1-0/+4
Issue-ID: VID-758 Change-Id: I9b5dc8906067c4f077ba2e03073e6dface6aa86c Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-12API tests: support TENANT_AND_REGION_FROM_VNF flagIttay Stern3-13/+59
Input file redux-a-la-carte-no-testapi.json left intact, expectations differ. Issue-ID: VID-758 Change-Id: I3f073517a844bb2f002ff7375b5e3ed836462582 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-05Respect permissions by owning-entity-id when searching instances by owning ↵Eylon Malin1-9/+22
entity Issue-ID: VID-758 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I98d3e551231bb5aca3150da99f3431268f3373d8
2020-01-23Merge "Product family ID on VNF should be mandatory"Ittay Stern1-0/+1
2020-01-23e2e test - don't delete cookies before navigate or loginEylon Malin1-3/+0
Issue-ID: VID-757 Change-Id: I4e99b096fdbe43f83a0a389b04b34186250ce911 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2020-01-23Product family ID on VNF should be mandatoryEinat Vinouze1-0/+1
Issue-ID: VID-751 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I884651be334c543b7f4ec1a55b7542a95b2c8fe3 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-01-22make GR_API the default testApi in automation testsEylon Malin18-49/+30
Issue-ID: VID-757 Change-Id: I5af2029c53b47e2c303b424396ab0940414f9106 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2020-01-20Move onap UI loader and icons to VIDYoav Schneiderman1-1/+1
Issue-ID: VID-748 Change-Id: If79180e55651ad29bd2771a35855209419d1a0f5 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2020-01-15e2e test for instantiation templateEylon Malin1-2/+6
Issue-ID: VID-724 Change-Id: I7bac1c2789a57698224be7f42329894c5f02b150 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2020-01-12Provide literal usePreload=false when usePreload is <null>Ittay Stern1-0/+1
Issue-ID: VID-746 Change-Id: Iab121726177397d1dbde37a1f7b93b30275a9ded Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-01-09Fix the format of supplementary file and user params for aLaCarte requestsEylon Malin2-11/+23
supplementary file shall be in format [{"name": "fieldName", "value" : "xyz"}] Also this is the format of each param in user params for aLaCarte requests and old macros Issue-ID: VID-743 Change-Id: I579298ce3f0b789a7a69e6af5a85bfbd50ae9fc0 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2020-01-02Be more graceful for timeouts while SeleniumIttay Stern1-2/+13
Issue-ID: VID-647 Change-Id: I0137af588d01b8cad7a9d26ac9789d1685ad0c02 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-31Wait for loader on each Selenium's ulitimateWaitIttay Stern2-27/+36
Also upgrade selenium.version to latest: 3.141.59 Issue-ID: VID-647 Change-Id: I3a3f6ba876e864a4e20b1c7ab309a1dfc45d4277 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-25Upgrade ExtentReportIttay Stern2-76/+16
This removes the MongoDB reporter (`reporter.ExtentXReporter`) which was not in use. Issue-ID: VID-647 Change-Id: I39f934064a1686b9f827e174366442d64ee377f6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-24move templates API to a intended controllerYoav Schneiderman1-0/+4
Issue-ID: VID-730 Change-Id: Id2aa44803a190333b5a96fda77ca15d254b4c222 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-12-08Changing VNF platform to multiselect + cypress + APIAlexey Sandler1-0/+12
Issue-ID: VID-724 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: Ie8c720974da3419e26ce7e8675622f75780581b9 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-11-26Allow platform multi-selection for VNF in modern UIYoav Schneiderman1-1/+1
Issue-ID: VID-722 Change-Id: Id87f59fff128e277d9158b83f3908754375c8b01 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-11-20a-la-carte services e2e test - add more 2 VfModulesEylon Malin3-18/+34
Issue-ID: VID-701 Change-Id: I644ff412d1bff60842793e3839f66bf5007cb32b Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-19a-la-carte services new instantiation ui selenium testEylon Malin5-29/+178
Issue-ID: VID-701 Change-Id: I72f5245493d0ad3e3cc4447617c4b6a011bfd41c Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-12sanity macro test use csar that is still opened in old screensEylon Malin1-1/+1
Issue-ID: VID-701 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I3b8e62a2e76b1d0bcae3f24fd46013ca762a2c83
2019-11-12AAF tests presets should redirect to simulator by it's configIttay Stern1-2/+23
Issue-ID: VID-701 Change-Id: Ie1d0c78ec15e127fc782978175df4f608587a94a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-12Allow API tests even when VID's certificate is invalidIttay Stern1-4/+4
Issue-ID: VID-701 Change-Id: I0b02e2ae0fe468598b7bec726176552b7bf2108a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-11adjust BrowseASDCTest with ↵Eylon Malin1-10/+7
FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI Issue-ID: VID-701 Change-Id: Ieed6340e3ff1e727521d8d1747ff2db96614664d Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-07fix - when retrieve topology we are using threadPool and the MDC values are ↵Ittay Stern1-28/+27
not updated This time for homing-by-vnf-id parallel requests. Issue-ID: VID-253 Change-Id: Ic0be1470445c6fef0e18f9b9d8f1604df508265b Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-07Merge "Validations in different tests for audit log"Ittay Stern1-10/+14
2019-11-07Validations in different tests for audit logAmir Skalka1-10/+14
ChangeManagementApi/UserApi to verify incoming requests in audit log. Refactor assert message and contains method for validation Add audit logging validation to Health Check test Refactor audit log validation according to code review comments Fix the test of Add audit logging validation to Health Check test Issue-ID: VID-253 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Change-Id: I0379520054b65f2141745579a14690bdc4824655
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-03send unqiue request ids to MSO in async instantiationEylon Malin4-10/+11
Issue-ID: VID-253 Change-Id: I73e7829a2e7e980540e0c253823d030e77b9976b Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-10-31Update MSO change-management URLAmichai Hemli1-1/+1
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 SyncRestClient to work with new MetricLogClient FilterAlexey Sandler1-0/+2
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 headers in AAI base presetEylon Malin1-3/+11
Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ic86ed177602f997f5040351f4a4fb3c79ed545a2
2019-10-30use onap logging 1.6.1 with needed workaroundsEylon Malin1-1/+1
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 Stern3-39/+71
Issue-ID: VID-603 Change-Id: I2ce89cac91417ef4b60a3943da80f0ff03f865ad Signed-off-by: Ittay Stern <ittay.stern@att.com>
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-23use logging interceptor in SDC clientEylon Malin1-1/+5
Issue-ID: VID-253 Change-Id: I67947886fd8945a224ee81d5eb0a8fedf1f7317c Signed-off-by: Eylon Malin <eylon.malin@intl.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 Weiss1-6/+30
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>