Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSIP-38873 verifierList and mockMDL wellknown issuer APIs #551

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
GetVerifierList:
Mimoto_GetVerifierList_All_Valid_Smoke:
endPoint: /v1/mimoto/verifiers
description: Retrieving verifiers list with all valid parameters
uniqueIdentifier: TC_Mimoto_GetVerifierList_01
role: resident
restMethod: get
checkErrorsOnlyInResponse: true
inputTemplate: mimoto/GetVerifierList/GetVerifierList
outputTemplate: mimoto/GetVerifierList/GetVerifierListResult
input: '{
}'
output: '{
}'
hegdenitin marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
GetWellknownIssuerMockMdl:
Mimoto_GetWellknownIssuerMockMdl_All_Valid_Smoke:
endPoint: /v1/mimoto/issuers/MockMdl/well-known-proxy
description: Retrieving verifiers list with all valid parameters
uniqueIdentifier: TC_Mimoto_GetWellknownIssuerMockMdl_01
role: resident
restMethod: get
checkErrorsOnlyInResponse: true
inputTemplate: mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdl
outputTemplate: mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdlResult
input: '{
}'
output: '{
}'
hegdenitin marked this conversation as resolved.
Show resolved Hide resolved
Mimoto_GetWellknownIssuerMockMdl_With_MockMdl_Removed_From_URL_Neg:
endPoint: /v1/mimoto/issuers/well-known-proxy
description: Retrieving verifiers list with invalid URL
uniqueIdentifier: TC_Mimoto_GetWellknownIssuerMockMdl_02
role: resident
restMethod: get
checkErrorsOnlyInResponse: true
inputTemplate: mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdl
outputTemplate: mimoto/error
input: '{
}'
output: '{
"errors":[
{
"errorCode":"RESIDENT-APP-035"
}
]
}'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
15 changes: 14 additions & 1 deletion api-test/testNgXmlFiles/mimotoSuite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,18 @@
<class name="io.mosip.testrig.apirig.mimoto.testscripts.DeleteWithParam" />
</classes>
</test>

<test name="GetVerifierList">
<parameter name="ymlFile"
value="mimoto/GetVerifierList/GetVerifierList.yml" />
<classes>
<class name="io.mosip.testrig.apirig.mimoto.testscripts.GetWithParam" />
</classes>
</test>
<test name="GetWellknownIssuerMockMdl">
<parameter name="ymlFile"
value="mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdl.yml" />
<classes>
<class name="io.mosip.testrig.apirig.mimoto.testscripts.GetWithParam" />
</classes>
</test>
</suite>
Loading