aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs
AgeCommit message (Collapse)AuthorFilesLines
2018-09-17Added DistributeTraffic LCM command supportLukasz Rajewski5-15/+19
Proposed change adds support for new LCM API dedicated for traffic distribution accross different VNFs. Change-Id: Ib73a9dea6810163f504f5126b35640971eb7f87a Issue-ID: APPC-1170 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2018-09-16reference-dataform.component- added test caseArundathi Patil1-0/+22
wrote test case to test and cover validateDataAndSaveToAppc() function Issue-ID: APPC-1064 Change-Id: I35651401b8065284b7616e8519095d259c170f93 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-16reference-dataform.util- added test caseArundathi Patil1-0/+8
Wrote test case to test and cover nullCheckForVnfcType() and nullCheckForVnfcTypeList() functions. Issue-ID: APPC-1064 Change-Id: I3a306b32ada7754010703fe382402fa0699c5f56 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-13Fix for Defect: CDT reference data does not send .od74272-9/+27
CDT sent reference data payload, which was not initialized, when the data were manually entered. The missing initialization is added with this fix. Change-Id: I89fde82b6ef32ad65390f2dc15de39aaece8fe8e Issue-ID: APPC-1205 Signed-off-by: od7427 <od7427@att.com>
2018-09-12APPC CDT to Support Multiple Templates -addit.fixod74271-15/+39
Additional minor changes (minor error fix) added to the previously submitted implementation of the original APPC-1010 requirement: APPC CDT Should Support Multiple Templates For Configure and ConfigModify for VNFs with VNFC level templates. Change-Id: Ie7e38be60f1de4e4649eb0b9ccf7310ceffa4307 Issue-ID: APPC-1010 Signed-off-by: od7427 <od7427@att.com>
2018-09-11reference-dataform.util- added test caseArundathi Patil1-0/+8
Wrote test case to test and cover checkResult function when status code is 400 Issue-ID: APPC-1064 Change-Id: Ic951f3b83bd3ab68f4a6a14df2ad7aea88f5ad09 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-11reference-dataform.component: added test caseArundathi Patil1-0/+20
Wrote test case to test and cover displayHandleVnfc function when vnfc variable in mapping-editor.sevice is true. Issue-ID: APPC-1064 Change-Id: Ia90c1c9a50540d32776f251f49444d0ac165f789 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-10reference-dataform.component- added test caseArundathi Patil1-0/+27
Wrote test case to test and cover displayHandleVnfc() function Issue-ID: APPC-1064 Change-Id: I0bc81df5c458d44cc044cad60967c0a051f82af0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-08added test case to reference-dataform.util serviceArundathi Patil1-1/+9
wrote test case to test and cover checkresult function Issue-ID: APPC-1064 Change-Id: I6ba4d926ba525be3a842f73f6b6d0e727e9bfa1a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-07reference-dataform- added test caseArundathi Patil1-0/+30
wrote test case to test and cover validateVnfcName function Issue-ID: APPC-1064 Change-Id: I453f8d3d971db1af82c1db80dd0e901fc4c0810b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06reference-dataform.component - fixed test casesArundathi Patil1-13/+32
Fixed rest of the failing test cases Issue-ID: APPC-1064 Change-Id: Idab0b2550959eb51d7f144a493338255fbbbc8dc Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06reference-dataform.util - added spec fileArundathi Patil1-0/+50
wrote test case for reference-dataform.util service Issue-ID: APPC-1064 Change-Id: I9a2fe38107f7305979ed1997087eab20efadb53e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06build-artifacts.component: added test caseArundathi Patil1-0/+23
wrote test case to test and cover newly added lines of code in build-artifacts component. Issue-ID: APPC-1064 Change-Id: I0cf6a4973b13dd493b48a96a34ca708bcb4a6ceb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05reference-dataform- fixed few test casesArundathi Patil1-4/+4
Fixed few failing test cases. Issue-ID: APPC-1064 Change-Id: I2398983d732173b82abfeb5335c6ecf0f357531a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04reference-dataform.component.spec- fixed test caseArundathi Patil1-4/+14
Fixed few of the errors which caused test case failures Issue-ID: APPC-1064 Change-Id: I22ff94900b608b3132848c76a418701df40d3d2c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03reference-dataform.component: fixed test caseArundathi Patil1-1/+2
Fixed test case that failed with error "cannot read property length of undefined" Issue-ID: APPC-1064 Change-Id: Ie007d431b5d9ece826fc60e1a318f9092cb02e12 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31myvnfs.component.spec- added test casesArundathi Patil1-0/+18
Added test cases to cover the new changes in method buildNewDesign() function Issue-ID: APPC-1064 Change-Id: Icd4e48509b64c40a77f893fa5ca9490605878b2a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31build-artifacts.component.spec- added test casesArundathi Patil1-1/+5
added test case to cover setAllowotherUpdates function and to test a condition in checkRefDataReqFields() function Issue-ID: APPC-1064 Change-Id: I01bbd061894b98e6afe07b4fc8f87dab65d2378d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-30mynfs.component- added test casesArundathi Patil1-0/+30
added test case to test and cover the new method 'validateVnfName()' in myvnfs.component. Issue-ID: APPC-1064 Change-Id: I5e45480efd7c18ced7d56b01e3dbb7aff4f3d9e8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-30reference-dataform.component.spec- Fixed errorsArundathi Patil1-24/+24
Fixed ng test errors that were caused due to code changes in reference-dataform component Issue-ID: APPC-1064 Change-Id: Idd2a4ded0efa6d5955911cdab3e85cd819de481b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-28APPC CDT to Support Multiple Templates for VNFCsod742711-206/+993
APPC CDT Should Support Multiple Templates For Configure and ConfigModify for VNFs with VNFC level templates. CDT would be used to create a single reference artifact for a VNF. For the Configure related actions (Configure and ConfigModify) vnfc-type to be shown at the top. The user would have a new link below it, to be able to add each vnfc-type. For each vnfc-type, the user would create the associated template and PD file as usual. The fix required to modify several visual elements and variables related to VNFC Types on MyVNFS page, ReferenceData page, Template page and Parameters page. Also a number of supporting services were modified. New Modal window type is now used for VNFC-related dialogs. Change-Id: Ibbbb50e2ff6f96783c0aea89a6870d7c28021ba0 Issue-ID: APPC-1010 Signed-off-by: od7427 <od7427@att.com>
2018-08-24parameter-definition service- removed unused codeArundathi Patil1-2/+0
The HttpUtilService was injected into parameter-definition service, but was never used. Hence removing it. Issue-ID: APPC-1149 Change-Id: Iec30f6ab4a36920b46f9458b01be8cc58f964cc0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-19login-guard-service - removed unused codeArundathi Patil1-3/+2
The mapping-editor service is injected into login-guard-service, but is never used. Hence removed it. Issue-ID: APPC-1149 Change-Id: Ic11bcb8246199cc308fca0914e7e4e0d690716fb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-14parameter-definition.service:removed hardcoded valArundathi Patil1-4/+5
Moved the hardcoded values from parameter-definition service to app-contants as variables. Issue-ID: APPC-1054 Change-Id: Ib61aea5eec6d9c87405179711a347a18e58b2c4a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-14auth-guard-modal : removed unused codeArundathi Patil1-2/+3
The NgbActiveModal of ng-bootstarp is injected into auth-guard-modal, but is never used. hence removing it. Issue-ID: APPC-1149 Change-Id: Ie1ba8b11ffb334105bbc6a5a2575fe1507d276e5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-13template-configuartion spec- fixed test casesArundathi Patil1-0/+10
5 of the test cases in template-configuration spec file failed as these tets cases were trying to access the component instance which was only declared but not defined. Fixed this issue. Issue-ID: APPC-1064 Change-Id: Iadbc3b7b66ed30089400e35cf5632a72f5a34991 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-09parameter-definition.service : added test caseArundathi Patil1-33/+56
wrote test case to cover processResponseKeys function Issue-ID: APPC-1064 Change-Id: Id8ba082a07ef046485aafae6b9be1f6f80db4ef9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-09build-artifacts - added test caseArundathi Patil1-0/+9
wrote test case to test checkRefDataReqFields() funtion when action, device-protocol and scope values are set to blank. Issue-ID: APPC-1064 Change-Id: I405aca5092e631183e690bcd60b10439f1396568 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-09Template-configration-unsubscribed from observableArundathi Patil1-3/+8
Unsubscribed from subscription in template-configuration component. This will release any resources that the subscription holds when the component is destroyed. Issue-ID: APPC-1049 Change-Id: Icbf3575e034a693f7357782826690d079945faa7 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-07build-artifacts component : added test caseArundathi Patil1-0/+9
wrote test case to test checkRefDataReqFields() function to notify error message when no valid template identifier is selected. Issue-ID: APPC-1064 Change-Id: I083abfd29aac325938116c5acc604e737a0d09ae Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-07LoginGuardService : added test caseArundathi Patil1-3/+8
wrote test case to test canActivate function to navigate user to login page if the user is not logged in. Issue-ID: APPC-1064 Change-Id: Icc5a137474f69b8f9a8c2bc386ecc2b784f64ebb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-07ReferenceDataForm : added test caseArundathi Patil1-0/+7
wrote unit test case to test openModel function of referenceDataForm component. Issue-ID: APPC-1064 Change-Id: I4dcd719876df1bd1ce4a30baa7131f081b9923b2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-06Reference-dataform : Removed hardcoded valuesArundathi Patil1-25/+44
Moved few of the hardcoded values from reference-dataform component to app-constants file as variables Issue-ID: APPC-1054 Change-Id: Ib8afe569b7c669f50bf3eeec88deec27711c49a4 Signed-off-by: Arundathi patil <arundpil@in.ibm.com>
2018-08-06gcauth.guard.service - added test caseArundathi Patil1-2/+13
Added test case to cover canActivate method when referenceObject is not defined. Issue-ID: APPC-1064 Change-Id: I19d08cf1e0b6426e52d1db48be89ed8e76864560 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03reference-data-form - added test caseArundathi Patil1-0/+12
added test case to cover fileChange() method in reference-data-form spec file. Issue-ID: APPC-1064 Change-Id: Id27e82a648e9bb578035bc90505e15b12a0c8654 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03auth-guard-modal component : Removed fdescribeArundathi Patil1-1/+1
removed fdescribe from auth-gurad-modal spec file which was accidentally checkedin in the previos checkin Issue-ID: APPC-1064 Change-Id: I15856005e9ef7df13ec58e46287b6437d610917d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03gcauth-guard service - removed fdescribeArundathi Patil1-1/+1
Removed fdescribe from gcauth-guard spec file which was accidentally checkdin in the previous change. Issue-ID: APPC-1064 Change-Id: Iaefd0d3ed9d7909b0fb55b16a19070227ae6b86b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03parameter.component - fixed test caseArundathi Patil1-2/+2
fixed test case 'should retrive PD from cache' that was failing with the below error as it was expecting wrong value. Error: Expected [ ] to be 'TEST PD INFORMATION' In this test case, ngAfterViewInit() method is called which returns the PD data. This PD data is stored into variable called 'displayParamObjects' and then this variable is returned to the calling function. The value for 'displayParamObjects' is set in getPDFromSession() method which makes a async http call to get the PD data, so even before the results of the async call are returned, ngAfterViewInit() method returns the empty 'displayParamObject' variable. Hence changed the expected value to the actual value returned by ngAfterViewInit() method. We can write a seperate test case to test the async call made by getPDFromSession() method. Issue-ID: APPC-1064 Change-Id: I0b8f38b6e52dc7478a4ab510ca3ff10ff81ae0ca Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03param-name-value - fixed test caseArundathi Patil1-1/+1
Test case in param-name-value was failing as it was expecting wrong value. Fixed this issue. Issue-ID: APPC-1064 Change-Id: Iaee9cb29b40ee2e2e39632cd91ef81c91d9e8c1c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Fixed error in param-name-value spec fileArundathi Patil1-1/+2
Test cases in param-name-value.component.spec file failed with below error, Error: No Provider for Utility service Fixed this error Issue-ID: APPC-1064 Change-Id: Ie0e63be45b1cdde0bd2169168c562452babd6aa5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Added spec file for gcauth guard serviceArundathi Patil1-0/+62
Wrote test cases to cover gcauth guard service Issue-ID: APPC-1064 Change-Id: Iaa01bc22b1fdb52f0cecb7b6c20502c8f6f05a14 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02added spec for auth-guard componentArundathi Patil1-0/+47
Wrote test case to cover auth-guard component Issue-ID: APPC-1064 Change-Id: Id9da15a608fd7954c380cffac4d94044ae4fe1f5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Reference-dataform- test casesArundathi Patil1-0/+12
Wrote test case to cover upload function in refernce-dataform.component Issue-ID: APPC-1064 Change-Id: I44c62b944c14b9f66fc2117ad7d578b2388e973b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Test Case - Paramete-definitions.serviceArundathi Patil1-3/+12
Wrote test case to cover setValues method pf parameter-definitions service Issue-ID: APPC-1064 Change-Id: I5e43aba3c6af733cf20922036ef7ad09b86a7cdd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Test cases - build-artifacts componentArundathi Patil1-0/+14
Wrote test cases to cover updateAccessUpdatePages method in build-artifacts component. Issue-ID: APPC-1064 Change-Id: If654c89d1daf1d9639aa172c08f3270b6337ba0e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Test case- myVnfs componentArundathi Patil1-1/+6
Wrote test case to cover navigateToreference method of myVnfs component Issue-ID: APPC-1064 Change-Id: Ie6417fb2e975164c9d5226d7e270ec4f7dbbdb1a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02userloginForm- Fixed test caseArundathi Patil1-5/+6
Test case in userlogin form was expecting wrong values because of which the test case failed. Changed the test case expecting values to proper values. Issue-ID: APPC-1064 Change-Id: I9b1aedc70a806b235c0b56d936370e8a1a62d2dd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01Fixed error in user-login-form spec fileArundathi Patil1-5/+14
Test cases in userLogin-form spec file failed with below error, Error: Cannot read property 'root' of undefined. This error was because, activated route was not injected into the testingbed. Fixed this error. Issue-ID: APPC-1064 Change-Id: Ib9978b73be744204e8dd64b97abbc0959a4e5839 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01Removed unwanted codeArundathi Patil1-2/+3
Removed ngbModal from imports and constructor as it was not used. Issue-ID: APPC-1054 Change-Id: I92406941099384b1b17472d57c888041deb7e0a4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01Fixed error in template-configuration specArundathi Patil1-1/+2
Test cases in template-configuration spec file failed with the below error, Error: No provider for UtilityService. Fixed this error. Issue-ID: APPC-1064 Change-Id: Ibb580435a3f70024988434eba74b61be80423990 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>