aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2019-09-22Modified CM old json to include ModelVer and removed VFM out of it.Amir Skalka1-0/+556
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-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-15change operational-environment-type on operational-environments queryEylon Malin4-12/+12
Issue-ID: VID-637 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ia9340269dd6a4a6616a6fdbfe166eea0731490de
2019-09-12Reduce vnf data response from A&AI in change management flowsas221v2-0/+909
Issue-ID: VID-596 Signed-off-by: Amir Skalka <as221v@intl.att.com> Change-Id: I4462ef0c2dbc9880d1a0d204f6552e3842aad821 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-09-10update MSO create service instance URLEylon Malin7-13/+13
align MSO create service instance URL to /serviceInstantiation/v7/serviceInstances also unify some system properties variables Issue-ID: VID-622 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I7a0744f5d6cfe776ce2f17b11aa5ebba4c8e65fb Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-13tests - rename csar file names for alignment with codeEylon Malin1-3/+3
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I5313de573f8077e3ddcea565c0d056c2cb5857a5
2019-08-08Resolving VlanTagSubInterfaceTest#createSubInterface_validPopupDataAndUI ↵RachelF1-2/+2
beforeTest Issue-ID: VID-566 Signed-off-by: RachelF <rachel.fishbein@intl.att.com> Change-Id: I623835324593d1de3db08824dffe4c167264174b
2019-07-25Merge workflow from vid to onap, fix workflow selenium testsRachelF1-0/+54
Issue-ID: VID-532 Change-Id: I5ae0a74d382cd31a9da1ec5b1220c5322f3abb40 Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
2019-07-17Let API tests run without report_portal_integration, using dynamic loadingIttay Stern1-7/+0
- Removed @Step annotations, as pointcut is hardcoded in com.att->   .automation.common.report_portal_integration.aspects.StepAspects - Introduced ReportPortalListenerDelegator that loads com.att->   .automation.common.report_portal_integration if available - Optimized and organized dependencies - Upgrade maven-assembly-plugin to resolve "Java heap space" error. Issue-ID: VID-378 Change-Id: Iaf9279a48a1474d0ef6d0f514259dd383f6f5dbf Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-08Merge from ecomp 718fd196 - Integration TestsIttay Stern34-184/+3453
Issue-ID: VID-378 Change-Id: Icc0bdb9ef37b1d429d47c2070f76d1ee63ad7489 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-17Merge automation from ECOMP's repositoryIttay Stern112-54641/+17048
Reference commit in ECOMP: 8e92a8c6 Issue-ID: VID-378 Change-Id: Ia32f4813378ef95097f788246aa5b1172e20ca48 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-01-09Merge from ECOMP's repositoryIttay Stern1-16/+0
Main Features -------------- - Async-Instantiation jobs mechanism major update; still WIP (package `org.onap.vid.job`) - New features in View/Edit: Activate fabric configuration; show related networks; soft delete - Support AAI service-tree traversal (`AAIServiceTree`) - In-memory cache for SDC models and certain A&AI queries (`CacheProviderWithLoadingCache`) - Upgrade TOSCA Parser and add parsing options; fix malformed TOSCA models - Resolve Cloud-Owner values for MSO - Pass X-ONAP headers to MSO Infrastructure -------------- - Remove codehaus' jackson mapper; use soley fasterxml 2.9.7 - Surefire invokes both TestNG and JUnit tests - Support Kotlin source files - AaiController2 which handles errors in a "Spring manner" - Inline generated-sources and remove jsonschema2pojo Quality -------- - Cumulative bug fixes (A&AI API, UI timeouts, and many more) - Many Sonar issues cleaned-up - Some unused classes removed - Minor changes in vid-automation project, allowing some API verification to run Hard Merges ------------ - HTTP Clients (MSO, A&AI, WebConfig, OutgoingRequestHeadersTest) - Moved `package org.onap.vid.controllers` to `controller`, without plural -- just to keep semantic sync with ECOMP. Reference commit in ECOMP: 3d1141625 Issue-ID: VID-378 Change-Id: I9c8d1e74caa41815891d441fc0760bb5f29c5788 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-08-14Renaming vid-automation #7kurczews1-1/+1
Change-Id: I6715cddf18b0fad2f4468e26574b4ebf31109ea9 Issue-ID: VID-205 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-08-12vid-automation selenium testsSonsino, Ofir (os0695)135-231/+164774
Change-Id: I6c1b0a0cf3bbfa4314c81f0cc72507db805ec632 Issue-ID: VID-281 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-01-31org.onap migrationOfir Sonsino51-0/+16811
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>