Today I checked the CTK file for Digital Identity but still I am able to see that there is no change in the CTK files.
Original Message:
Sent: Nov 13, 2023 07:18
From: Victor Mari Rodriguez
Subject: TMF720 Digital identity CTK Issue
Hi @Raj Gahalot,
You are correct the path should be lower case.
I will publish an update to the ctk with the corrected letters.
Best regards,
Victor Mari
------------------------------
Victor Mari Rodriguez
TM Forum
Original Message:
Sent: Oct 23, 2023 03:16
From: Raj Gahalot
Subject: TMF720 Digital identity CTK Issue
Hello TMF Team,
Hope you are doing good.
Please let me know our view on the raised point for Digital Identity.
------------------------------
Raj Gahalot
Tech Mahindra Limited
Original Message:
Sent: Oct 17, 2023 03:37
From: Raj Gahalot
Subject: TMF720 Digital identity CTK Issue
Hello Team,
While we were doing the CTK compliance for "TMF720 Digital identity" API then we found 1 issue in term of DETELE operation URL.
Our observation is that in CTK all the URL are the same except DELETE operations. Like here you can see that in Delete operation, 'D' is capital i.e. 'DigitalIdentity' post V4 while in other operations it is starting with small 'd' i.e. 'digitalIdentity'.
GET: localhost:8720/tmf-api/digitalIdentityManagement/v4/digitalIdentity?status={{STATUSDI01}}
DELETE : localhost:8720/tmf-api/digitalIdentityManagement/v4/DigitalIdentity/9ed1c5f2-8bc8-4fb6-a054-609b46bbaee4
Due to this our 1 test case is getting failed in CTK report. Hence we were not able to take the CTK fail count to 0.
During our RnD, we found that under ctk folder, URL in "TMF720-DigitalIdentity-v4.0.0.testkit" file was staring from capital 'D' i.e. 'DigitalIdentity'.
"url": {
"raw": "{{DigitalIdentity}}DigitalIdentity/9ed1c5f2-8bc8-4fb6-a054-609b46bbaee4",
"host": [
"{{DigitalIdentity}}DigitalIdentity"
Once we did the changes in above file & URL, and changed 'D' to 'd' in above URL, it was working fine.
"url": {
"raw": "{{DigitalIdentity}}digitalIdentity/9ed1c5f2-8bc8-4fb6-a054-609b46bbaee4",
"host": [
"{{DigitalIdentity}}digitalIdentity"
],
Please share your view on it.
Is it Ok to change the URL in mentioned file and apply for API conformance Or TMF team will fix this issue and share updated CTK took kit?
Awaiting your revert on the same, please do the needful.
PFA from html result.
Regards,
Raj Gahalot
TechM
#General
------------------------------
Raj Gahalot
Tech Mahindra Limited
------------------------------