aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/features
AgeCommit message (Collapse)AuthorFilesLines
2019-01-02docker for cucumber BDDilanap39-1948/+0
Issue-ID: SDC-2028 Change-Id: I7c1376c449ba7650c3bbc1838726cfd178d2ca40 Signed-off-by: ilanap <ilanap@amdocs.com>
2018-12-19API for get all interface lifecycle typesshrikantawachar1-0/+8
API for get all interface lifecycle types Change-Id: I64471c98ff9626ac53562a075a34f506c2e263ab Issue-ID: SDC-1999 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-11-23Service Workflow changessiddharth09052-2/+2
Service workflow change with few bug fixes Change-Id: Ice2376565bf46fb8d86fb6062654ec54bb2daa43 Issue-ID: SDC-1937 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-09-13Interface operation support for service - BDDmojahidi2-16/+55
Added flow test for Interface operation support for service Change-Id: I0f4ed8fbc6c124b63ff167cbeaf0921c544b5b79 Issue-ID: SDC-1739 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-08-13BDD fixayalaben2-26/+1
Change-Id: I7d38608334b7f96d1e97d72fc68a40c981e3d4d0 Issue-ID: SDC-1640 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-07-30Add support for workflowId and workflowVersionIdmojahidi1-17/+1
Enhance operation data model and APIs to support workflowId and workflowVersionId Change-Id: Ib8772027a3e0147ae0bb59811a9b31fe46975ac6 Issue-ID: SDC-1535 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-07-23BDD Test updatesiddharth09052-2/+2
Changed error response code Change-Id: I688e0c32a3c6fbadadd43cb8d77760a4435e53b6 Issue-ID: SDC-1496 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-07-15Nested input params appears in MainServiceTemplateeleonorali1-1/+38
When Nested heat belongs to Volume HEAT and Volume Heat was associated to main HEAT (parent) input parameters came from such nested were appear in MainServiceTemplate.yaml (TOSCA) Also these parameters had annotation in nestedServiceTemplate.yaml Change-Id: I46fff53de502c7ec48b6e4c26087121be89dd0a1 Issue-ID: SDC-1498 Signed-off-by: eleonorali <eleonoral@amdocs.com>
2018-07-15Enhancement in md5 field of Imageshrikantawachar1-0/+69
Implementation and Flow tests Change-Id: I4c7e3dfe077ba43317cf0b06b0ea4d85bfb50da8 Issue-ID: SDC-1502 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-07-10Enhance MRN in EP & LKGshrikantawachar1-0/+74
Flow tests Change-Id: I210a00647aead6039a0746ef6916a0bf8955d7e7 Issue-ID: SDC-1485 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-06-26Add output parameter support in Operation screenmojahidi1-1/+17
Added code to support Output parameter, fixed UTs, Added flow test Change-Id: I4ff869d120cefd7645a407278caeea6ee695c73b Issue-ID: SDC-1440 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-06-13Fix for nfcparameters in component questionnairesheetalm1-0/+52
issue - nfc naming code and nfc function fields' values are wiped out with a VSP update Moved the above fields from composition to questionnaire Add BDD test. Add license to java files Change-Id: I2b746fedc17c19b716df35bf0dad2c212f15df30 Issue-ID: SDC-1419 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-05-01Flow test for IntefaceOperationmojahidi1-0/+96
Added flow tests for IntefaceOperation Change-Id: Ic2f35dc20f997cef583a0fffc94cef16a3742bea Issue-ID: SDC-1060 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-04-30Vlan Tagging Flow testsojasdubey1-0/+372
Added flow tests for vlan tagging feature Change-Id: If43e077be0034af307fe176b53ce77a5d2cfce47 Issue-ID: SDC-1073 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2018-04-22SIROV - add parent heat name for volumeeleonorali1-1/+19
SIROV - add Low Test for Volume associated to Nested Change-Id: I9ea70d27be7b87eb12205f8f94eaa193d22957e3 Issue-ID: SDC-996 Signed-off-by: eleonorali <eleonoral@amdocs.com>
2018-04-22List items filters flow teststalig2-0/+110
Change-Id: Id843c02e5d328a61e0c6b3e713d962e7edfa197f Issue-ID: SDC-1213 Signed-off-by: talig <talig@amdocs.com>
2018-04-17SIROV - add parent heat name for volumeeleonorali1-0/+48
SIROV - add parent heat name for parameter came from volume HEAT Change-Id: I5592dc8b292037e740a1d7ac11e7ee0576cc2ec8 Issue-ID: SDC-996 Signed-off-by: eleonorali <eleonoral@amdocs.com>
2018-04-16Add flow tests for unique value RESTstalig2-2/+35
Change-Id: I6ffbdbbcf83b5d17db83c39cc32fcd164ccfd6c0 Issue-ID: SDC-1177 Signed-off-by: talig <talig@amdocs.com>
2018-04-12Fix teststalio7-13/+8
Fix failing flow tests Change-Id: I83ddc746b1664aaa46e39e4890db3ee39520c917 Issue-ID: SDC-1216 Signed-off-by: talio <tali.orenbach@amdocs.com>
2018-04-10Activity Spec - Change Error Response Structuresheetalm2-11/+11
1 Added ActivitySpecNotFoundException to map to 404 Not Found response code 2 404 Not Found response code will only be returned in case activity spec does not exists irrespective of GET or PUT used in REST 3 Update flow test to check error messages 4 Error Response to have only "message" now 5 Use proper response code instead of EXPECTATION_FAILED Change-Id: I82fb3c0970f4e9416d9fe2577174dcaf0a4fef92 Issue-ID: SDC-1048 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-03-28Activity Spec Service - Flow Testsheetalm2-0/+99
Change in URL and correct steps Fixed review comments Flow tests for Activity Spec Currently the tests are commented since Activity Spec is not build and deployed as of now as part of onboarding Change-Id: I6d509ccfa88619f2d9574932f0315a3459a6e0b7 Issue-ID: SDC-1048 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-03-19Archive Itemayalaben3-0/+140
Change-Id: Idd5eedc3b0ca9e3cc72f7de9fd432cdbbf77631d Issue-ID: SDC-1086 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-03-08Download Processed file updated flow testsshrikantawachar6-20/+26
Corrected flow test for download file and updated rest of flow tests. Change-Id: If61b4f0750c012de885894e3a5d294b226edb135 Issue-ID: SDC-1087 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-03-06updated heat validation flow tests.katy.rotman4-12/+12
updated flow tests to match code change + changed scenario names for readability. Issue-ID: SDC-994 Change-Id: I20f1ce77d40c3a126baeb07c58eb46db422d9a5d Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-03-04adding flow tests for vlan tagging validationkaty.rotman4-0/+94
Issue-ID: SDC-994 Change-Id: I04c1fd0e10f36681b4a5752900d2e2be67579c4a Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-02-26Update BDD scenarioilanap1-10/+11
Change-Id: Ifd28be253da9d0a1a7981e70e873093bec1b7f2f Issue-ID: SDC-990 Signed-off-by: ilanap <ilanap@amdocs.com>
2018-02-18SRIOV - set Toggle feautures On on Flow Testeleonorali3-1/+22
SRIOV - set Toggle feautures On on Flow Test Change-Id: Id22c21d698c26ea506d338114d4c599d47e4a2b1 Issue-ID: SDC-1050 Signed-off-by: eleonorali <eleonoral@amdocs.com>
2018-02-18Flow Tests - delete item and Toggleayalaben5-0/+107
Change-Id: I73ed5fdc13891b3ad56ab5c8f00083bf8f7d13f3 Issue-ID: SDC-1034 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-14SRIOV - add annotations add fixeleonorali1-1/+6
SRIOV - add annotation - set param_name mandatory Change-Id: I2b75c4b0db8205166205fe86f59f70067720f7e5 Issue-ID: SDC-996 Signed-off-by: eleonorali <eleonoral@amdocs.com>
2018-02-14Enforcing HEAT validation after HEAT uploadshrikantawachar5-0/+184
Back end implementation , Junits for Enforcing HEAT validation after heat upload. Change-Id: I0572b1d5e455023d45dc3b50b0bae7f3b6bbcc2e Issue-ID: SDC-1027 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-02-12SRIOV - add annotationseleonorali1-0/+47
add SRIOV - add Full flow Test Change-Id: I82a159490d4be3e7028a5778d72308d951268ff7 Issue-ID: SDC-996 Signed-off-by: eleonorali <eleonoral@amdocs.com>
2018-02-08Adding BDD cucumber testing componentilanap10-0/+318
Change-Id: I4fd7eb798cbc7cad85562453fb0a6f74fd12ff5b Issue-ID: SDC-990 Signed-off-by: ilanap <ilanap@amdocs.com>