Skip to content

Commit

Permalink
INJIWEB-940 - Updated the error code and modified execution order for…
Browse files Browse the repository at this point in the history
… download credential

Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s committed Oct 8, 2024
1 parent 4989125 commit 0cde9d5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
30 changes: 15 additions & 15 deletions api-test/src/main/resources/config/Kernel.properties
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,17 @@ AuthClientID = mosip-resident-client

#---------------------------------- Client Secret Keys -----------------------#
#-- When test rig ran in docker, these values dervied from the environment ---#
mosip_partner_client_secret = vXS7WUyPDpfWYuoz
mosip_pms_client_secret = 5Qj8vn989OL1Vlu6
mosip_resident_client_secret = SnZQ6nnVwN9YWvdM
mosip_idrepo_client_secret = AeM2TwFuuZygCuvO
mosip_reg_client_secret = DLXygc82rkAkjrwV
mosip_admin_client_secret = Styop9nqkshXMTgj
mosip_hotlist_client_secret = TKyc4cqWymxjiLEsVydX4uME1xU3i9xl
mosip_regproc_client_secret = eyeXdyhO0u2ETibw
mpartner_default_mobile_secret = iCkj8BRZU6hP6MAN
mosip_testrig_client_secret = AonuXbikoWmHP5ug
AuthClientSecret = SnZQ6nnVwN9YWvdM
mosip_partner_client_secret =
mosip_pms_client_secret =
mosip_resident_client_secret =
mosip_idrepo_client_secret =
mosip_reg_client_secret =
mosip_admin_client_secret =
mosip_hotlist_client_secret =
mosip_regproc_client_secret =
mpartner_default_mobile_secret =
mosip_testrig_client_secret =
AuthClientSecret =



Expand All @@ -169,7 +169,7 @@ new_Resident_Password = mosip123
new_Resident_Role = default-roles-mosip,PARTNER_ADMIN
roles.111995 = PARTNER_ADMIN,default-roles-mosip
keycloak_UserName = admin
keycloak_Password = sMDr9Ainw9
keycloak_Password =
keycloak-external-url = https://iam.qa-inji.mosip.net
keycloak-realm-id = mosip
iam-users-to-create = 111997,111998,220005,111992,globaladmin,111887,111999
Expand All @@ -192,13 +192,13 @@ show_sql=true
current_session_context_class=thread
audit_url=jdbc:postgresql://qa-inji.mosip.net:5432/mosip_audit
audit_username=postgres
audit_password=2BhgiSpCaT
audit_password=
audit_default_schema=audit
DB_PORT=
installation-domain=
partner_url=jdbc:postgresql://qa-inji.mosip.net:5432/mosip_ida
partner_username=postgres
partner_password=2BhgiSpCaT
partner_password=
partner_default_schema=partner
reportLogPath=automationLogAndReport
postgresqlUser=postgresql
Expand All @@ -210,7 +210,7 @@ hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
hibernate.show_sql=true
hibernate.current_session_context_class=thread
db-su-user=postgres
postgres-password=2BhgiSpCaT
postgres-password=
pms_db_schema=pms
km_db_schema=keymgr
master_db_schema=master
Expand Down
4 changes: 2 additions & 2 deletions api-test/src/main/resources/mimoto/BindingOtp/BindingOtp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ BindingOtp:
output: '{
"errors": [
{
"errorCode": "RESIDENT-APP-011"
"errorCode": "invalid_identifier"
}
]
}'
Expand Down Expand Up @@ -408,7 +408,7 @@ BindingOtp:
output: '{
"errors": [
{
"errorCode": "RESIDENT-APP-011"
"errorCode": "invalid_identifier"
}
]
}'
Expand Down
24 changes: 12 additions & 12 deletions api-test/testNgXmlFiles/mimotoApi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<class name="io.mosip.testrig.apirig.testscripts.AddIdentity" />
</classes>
</test>
<!--<test name="GenerateVID">
<test name="GenerateVID">
<parameter name="ymlFile" value="mimoto/GenerateVID/createGenerateVID.yml" />
<parameter name="idKeyName" value="vid" />
<parameter name="prerequisite" value="Yes" />
Expand Down Expand Up @@ -53,7 +53,7 @@
<classes>
<class name="io.mosip.testrig.apirig.testscripts.SimplePost" />
</classes>
</test>-->
</test>
<test name="OAuthDetailsRequest">
<parameter name="ymlFile"
value="mimoto/OAuthDetailsRequest/OAuthDetailsRequest.yml" />
Expand All @@ -77,7 +77,7 @@
<class name="io.mosip.testrig.apirig.testscripts.SimplePostForAutoGenId" />
</classes>
</test>
<!--<test name="OAuthDetailsRequestSunBirdC">
<test name="OAuthDetailsRequestSunBirdC">
<parameter name="ymlFile"
value="mimoto/SunBirdC/OAuthDetailsRequestSunBirdC/OAuthDetailsRequestSunBirdC.yml" />
<parameter name="idKeyName" value="transactionId,encodedResp" />
Expand All @@ -100,6 +100,13 @@
<class name="io.mosip.testrig.apirig.testscripts.SimplePostForAutoGenId" />
</classes>
</test>
<test name="DownloadIssuerCredential">
<parameter name="ymlFile"
value="mimoto/DownloadIssuerCredential/DownloadIssuerCredential.yml" />
<classes>
<class name="io.mosip.testrig.apirig.testscripts.PostWithFormDataBodyForPdfDownload" />
</classes>
</test>

<test name="AuthLock">
<parameter name="ymlFile"
Expand Down Expand Up @@ -179,22 +186,15 @@
<classes>
<class name="io.mosip.testrig.apirig.testscripts.GetWithParam" />
</classes>
</test>-->
<test name="DownloadIssuerCredential">
<parameter name="ymlFile"
value="mimoto/DownloadIssuerCredential/DownloadIssuerCredential.yml" />
<classes>
<class name="io.mosip.testrig.apirig.testscripts.PostWithFormDataBodyForPdfDownload" />
</classes>
</test>

<!--<test name="DeletePolicySunBirdR">
<test name="DeletePolicySunBirdR">
<parameter name="ymlFile"
value="mimoto/SunBirdR/DeletePolicySunBirdR/DeletePolicySunBirdR.yml" />
<parameter name="pathParams" value="insuranceid" />
<classes>
<class name="io.mosip.testrig.apirig.testscripts.DeleteWithParam" />
</classes>
</test>-->
</test>

</suite>

0 comments on commit 0cde9d5

Please sign in to comment.