aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/test
AgeCommit message (Collapse)AuthorFilesLines
2018-08-19test.component - removed unused codeArundathi Patil1-3/+1
The NotificationService was injected into test component , but was never used. Hence removing it. Issue-ID: APPC-1149 Change-Id: I602eacec516877663e6c22881460573bc4259107 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Fixed error in test component spec fileArundathi Patil1-1/+3
Test cases in test component spec file failed with below error, Eroor: No provider for NgxSpinnerModule. Fixed this error Issue-ID: APPC-1064 Change-Id: I89db4044b3fbc62cae4656e93a6b4519fb5cd0aa Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-31added progress spinner for spreadsheet uploadSandeep J2-6/+27
added progress spinner for spreadsheet upload in test.component,ts Issue-ID: APPC-1102 Change-Id: I9d030da990eae2e8efe5ae82cd1afd3c675aa286 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-26Fixed test caseArundathi Patil1-1/+3
Test case was expecting wrong value from function in test.component. fixed this issue. Issue-ID: APPC-1064 Change-Id: I668778c0ae30f218204d652ed9efbd9bc0ace097 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-16Removed duplicate code.IBM602-PC0F1E3C\Arundathi1-30/+20
The same variable values are set on file upload failure either due to wrong format or due to wrong content of the file being uploaded in uplaod() and uplaodedFileResult() methods of test component. Moved this duplicate code to a single method called setValuesOnFileUploadFailure() and called this method where required. Issue-ID: APPC-1082 Change-Id: If92d375e3cfa44479c2d7f54915a1b6461bdda89 Signed-off-by: Arundathi <arundpil@in.ibm.com>
2018-05-09Added CORS proxy Server endpointKumar, Amaresh (ak583p)1-23/+24
Added CORS proxy endpoint for backend calls to enable connection. Issue-ID: APPC-885 Change-Id: I0bb98feda477cb77312bc707cb52e1296b69245b Signed-off-by: Kumar, Amaresh (ak583p) <ak583p@us.att.com>
2018-04-09[Appc-1806] Login for Test screen, test api urls.Mohamed Asgar Samiulla(ma926a)2-86/+93
Test API urls corrected and vserverid removed from poll request. Issue-ID: APPC-831 Change-Id: I0bc616888afee8683ccbf5238980e97c6ca51af6 Signed-off-by: Mohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>
2018-04-03Corrected artifact name for multiple template idssj108s2-5/+3
Made changes in param name value component ts for setting correct artifact name while saving and retrieving artifacts, in case of multiple template ids. Issue-ID: APPC-812 Change-Id: I973f7b763f4c2204425fceb77cdae33944ba3c8d Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-22Fixed couple more defects related to test screensj108s3-114/+136
Fixed poll status button alignment and fixed minore defect in test screen and updated test cases as per code change Issue-ID: APPC-713 Change-Id: I530739fda78d6ca05fba4cbfaacef8ead3b7c23d Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-15Added few more test case & fixed modal in templatesj108s2-116/+152
Added few more test cases to improve code coverage and changed trigger command for modal in template page from Enter to ctrl-4 Issue-ID: APPC-697 Change-Id: I4a158ba687bad0bb2f808428333083200714f18a Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-13Fixed defects in test screen & updated test casessj108s3-186/+370
Fixed few defects raised by ST in test screen and also updated test cases to improve coverage. Also,changed code to match onap standards, and rectfied grep code violations. Issue-ID: APPC-730 Change-Id: I0286c38eb4f76dc8c0253a4ccab721b3ccfeff9d Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-06Update files to conform to ONAP code styleSkip Wonnell1-111/+111
Fix indentation in two files, replacing tabs with spaces Issue-ID: APPC-687 Change-Id: I6883ef86e8bfa19d627240dc0524a09dc6a16269 Signed-off-by: Skip Wonnell <skip@att.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell4-0/+931
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>