aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/src/test
AgeCommit message (Collapse)AuthorFilesLines
2021-10-25Support disabling host verification in naming service1.2.1Dan Timoney1-1/+1
As a workaround for an issue found in processing SAN certificates, allow for hostname verification to be diabled by setting the environment variable DISABLE_HOST_VERIFICATION=true. By default, host name verification remains enabled ... it must be explicitly disabled for this environment variable setting. Issue-ID: CCSDK-3501 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0e3260cc5b8640814dd2f092aee20bca183dc34b
2020-11-11Fix initialization errorsDan Timoney2-2/+55
Updated database initialization to correctly handle differences between mysql/mariadb syntax and h2 syntax. Change-Id: I6f2732da5d26201fc61ef8de7d30e3137220c184 Issue-ID: CCSDK-2978 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Naming micro-service - upgrade to spring-boot-2.bt298322-1/+207
This contains all the changes to upgrade this micro-service to spring-boot-2 and spring-5, and is a pre-requisite for the changes related to policy. Issue-ID: CCSDK-1307 Signed-off-by: bt2983 <bt2983@att.com> Change-Id: Ie35df3bebac958b50c2c4635080c06d68f887a8e Naming m-s -- upgrade to spring-boot 1.5.2 Issue-ID: CCSDK-1307 Signed-off-by: bt2983 <bt2983@att.com> Change-Id: Id685b44dc8703baa4371fdabf999aa8b5eaa6ea0
2020-03-04Naming micro-service - upgrade to policy decision API.bt29831-6/+8
Issue-ID: CCSDK-1307 Signed-off-by: bt2983 <bt2983@att.com> Change-Id: I03cb725a2ef5c187ce41a9d5ea242684fdcbc0f3
2020-03-04Naming micro-service - upgrade to spring-boot-2.bt298317-121/+141
This contains all the changes to upgrade this micro-service to spring-boot-2 and spring-5, and is a pre-requisite for the changes related to policy. Issue-ID: CCSDK-1307 Signed-off-by: bt2983 <bt2983@att.com> Change-Id: Ie35df3bebac958b50c2c4635080c06d68f887a8e
2019-01-29Merge "Added Junit Testfile for PolicyFinderServiceDbImpl"Dan Timoney1-0/+43
2019-01-19Added Junit Testfile for PolicyFinderServiceDbImplezhil1-0/+43
Change-Id: I126ae770b42807780c588e893c590b147ccb470c Issue-ID: CCSDK-933 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-19Added test cases to AaiServiceImpl.javaezhil1-3/+7
Change-Id: Ic3811991d3d6988537b3f2119a18092b9f6f8192 Issue-ID: CCSDK-963 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-19Merge "added test file to test ExternalkeyValidator.java"Dan Timoney1-0/+44
2018-11-16added test file to test ExternalkeyValidator.javaSandeep J1-0/+44
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib3afe9e2fe682d86cafe050e36dfbb5fa4292fc5 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-16added test case to AaiServiceImplTestSandeep J1-2/+12
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib89f25c39bf0878170da6997ca74c587c4c72535 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-10-07Naming micro-service code.BT298330-180/+740
Changes for bypassing normal flow when client passes an already resolved name. Plus, unit test updates, and code formatting updates to follow standards. Change-Id: I7e432531b6f344f6aeb358e2b28b8a6fd74c5070 Issue-ID: CCSDK-608 Signed-off-by: BT2983 <BT2983@att.com>
2018-10-04Merge "Added testcase to PolicyFinderServiceImpl"Dan Timoney1-10/+17
2018-10-04Merge "Added test file for NameGenRequest"Dan Timoney1-0/+64
2018-10-04Merge "Added test file for NameGenResponse"Dan Timoney1-0/+51
2018-10-03Merge "Added test file for HelloWorld"Dan Timoney1-0/+42
2018-10-03Merge "Added test file for GetConfigResponse"Dan Timoney1-0/+41
2018-09-27Added testcase to PolicyFinderServiceImplezhil1-10/+17
Added testcase for handle error method in PolicyFinderService Issue-ID: CCSDK-594 Change-Id: I5ec263001af0cf7ddc5a8065e54d5d162c295e29 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-09-24Added test file for NameGenResponseArundathi Patil1-0/+51
To increase the coverage Issue-ID: CCSDK-552 Change-Id: I6f21460997b6913bc4dab39f81a614ba115650aa Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Added test file for NameGenRequestArundathi Patil1-0/+64
To increase the coverage Issue-ID: CCSDK-552 Change-Id: I418c62fd2a134fd307883cfa4f270bcd2345262a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Added test file for HelloWorldArundathi Patil1-0/+42
To increase the coverage. Issue-ID: CCSDK-552 Change-Id: I31e72eea55b4a6b9ff5e0e4bf1b6f8182621432e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Added test file for GetConfigResponseArundathi Patil1-0/+41
To increase the coverage Issue-ID: CCSDK-552 Change-Id: Id62958fce23c38b3c957a82ed6ddf7e5a2b15ae1 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Added test file for GetConfigRequestArundathi Patil1-0/+60
To increase the coverage. Issue-ID: CCSDK-552 Change-Id: Id01311100b2f8d21e000eb6d3d6ed5d221c92f7f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-24Added test file to AaiServiceImplArundathi Patil1-0/+51
Wrote test cases to AaiServiceImpl. Issue-ID: CCSDK-552 Change-Id: I820c09caee9c4c533d07ea9d1f1c5d77dbbe09a8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-21Merge "Added test file for ServiceParameterTest"Dan Timoney1-0/+95
2018-09-21Merge "Added test file to cover IdentifierMap"Dan Timoney1-0/+98
2018-09-21Merge "Added test file for PolicyDetails"Dan Timoney1-0/+75
2018-09-20Merge "Added test file to cover GeneratedName"Dan Timoney1-0/+90
2018-09-20Merge "Added test file to cover AaiResponse"Dan Timoney1-0/+41
2018-09-20Merge "added test case to SpringServiceTest.java"Dan Timoney1-0/+5
2018-09-20Added test file for ServiceParameterTestArundathi Patil1-0/+95
To increase the coverage Issue-ID: CCSDK-552 Change-Id: Ia70ae4efffb673a8b5b358a4e56f66a526cc860b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-20Added test file for PolicyDetailsArundathi Patil1-0/+75
To increase the coverage Issue-ID: CCSDK-552 Change-Id: Ic5f8105bdf6b071c3ab42bcf4ef48a152c29dfc4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-19Added test file to cover GeneratedNameArundathi Patil1-0/+90
To increase the coverage Issue-ID: CCSDK-552 Change-Id: Icd2308880de9bf2f11e6fb2d5fe1b1a12f64a18f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-19Added test file to cover IdentifierMapArundathi Patil1-0/+98
To increase the coverage. Issue-ID: CCSDK-552 Change-Id: I5c31b6388bc08413b57ad13f83728d530457602d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-19Added test file to cover AaiResponseArundathi Patil1-0/+41
To increase code coverage Issue-ID: CCSDK-552 Change-Id: I54efcd4eddc339832d49e8ec571ec1c24aa51b52 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-19added test case to SpringServiceTest.javaSandeep J1-0/+5
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I7d395d354468469b919b87a69ec7542e90346b6c Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-18added test case to PolicyPropertyMethodUtilsTestSandeep J1-0/+5
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I99e927f97e06be07d25a4a297cd129e1bbb01cda Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-17naming micro-service updates.BT298314-15/+542
More tests, changes for maria DB, support for UUID and timestamp etc. Change-Id: I17bdf3acbe970ef4104f2ec0d59d5777c0a9928e Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-09-14Merge "added test case to PolicyFinderServiceImpl"Dan Timoney1-0/+9
2018-09-14Merge "added test cases to SpringServiceTest.java"Dan Timoney1-0/+15
2018-09-14Merge "added test case to PropertyOperatorTest.java"Dan Timoney1-0/+9
2018-09-14added test case to PolicyFinderServiceImplSandeep J1-0/+9
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I9f926a3dc218c2c7a6de6d616b49999f7c531466 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-14added test cases to SpringServiceTest.javaSandeep J1-0/+15
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I6f6964410c8743d4141243e7a6b32ab7393d60ec Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-14added test case to PropertyOperatorTest.javaSandeep J1-0/+9
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I9efbb57491b6b6c53447dbb77da97d5a62c93481 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-12Merge "added test cases to SequenceFormatter.java"Dan Timoney1-2/+41
2018-09-12added test cases to SequenceFormatter.javaSandeep J1-2/+41
to increase code coverage for PolicySequence.java Issue-ID: CCSDK-552 Change-Id: Ia630d079f1bbdd583e98b7a162f036a0b3a0d1ed Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-12added TestExternalInterface.javaSandeep J1-0/+97
added TestExternalInterface.java to test ExternalInterface.java. Coverage increased from 0 to 100%. Issue-ID: CCSDK-552 Change-Id: I99e206677ba890927e1bb036b88c85adada06116 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-08-16Naming micro-service code.BT298314-46/+348
Docker updates and tests. Change-Id: Iba669453c4035290441c757f5b1c673ab41213d6 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - more tests.BT298317-0/+1293
Integration tests and more unit tests. Change-Id: Id3500085a43ff817d04d8f407e5cdbc4271dfb35 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - tests.BT298316-0/+1683
Unit tests. Change-Id: I14176a8b47764d5e308258fd9b24bf3e301d04d5 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>