Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/mosip/admin-services int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
mohanachandran-s committed Oct 9, 2024
2 parents 7c1ec25 + 0c8ec18 commit b161c48
Show file tree
Hide file tree
Showing 246 changed files with 1,107 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BiometricAttributes:
MasterData_BiometricAttributes_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/biometricattributes
uniqueIdentifier: TC_Masterdata_BiometricAttributes_01
description: Create Biometric Attribute with valid data
role: admin
checkErrorsOnlyInResponse: true
Expand All @@ -23,6 +24,7 @@ BiometricAttributes:

MasterData_BiometricAttributes_Invalid_empty_biometricTypeCode:
endPoint: /v1/masterdata/biometricattributes
uniqueIdentifier: TC_Masterdata_BiometricAttributes_02
description: Create Biometric Attributes with empty Biometric Type code value
role: admin
templateFields: ["langCode"]
Expand All @@ -49,6 +51,7 @@ BiometricAttributes:

MasterData_BiometricAttributes_Invalid_biometricTypeCode:
endPoint: /v1/masterdata/biometricattributes
uniqueIdentifier: TC_Masterdata_BiometricAttributes_03
description: Create Biometric Attributes with invalid Biometric Type code value
role: admin
templateFields: ["langCode"]
Expand All @@ -74,6 +77,7 @@ BiometricAttributes:

MasterData_BiometricAttributes_empty_langCode:
endPoint: /v1/masterdata/biometricattributes
uniqueIdentifier: TC_Masterdata_BiometricAttributes_04
description: Create Biometric Attributes with empty lang code value
role: admin
restMethod: post
Expand All @@ -99,6 +103,7 @@ BiometricAttributes:

MasterData_BiometricAttributes_Invalid_langCode:
endPoint: /v1/masterdata/biometricattributes
uniqueIdentifier: TC_Masterdata_BiometricAttributes_05
description: Create Biometric Attributes with invalid lang code value
role: admin
restMethod: post
Expand All @@ -124,6 +129,7 @@ BiometricAttributes:

MasterData_BiometricAttributes_empty_code:
endPoint: /v1/masterdata/biometricattributes
uniqueIdentifier: TC_Masterdata_BiometricAttributes_06
description: Create Biometric Attributes with empty code value
role: admin
templateFields: ["langCode"]
Expand All @@ -150,6 +156,7 @@ BiometricAttributes:

MasterData_BiometricAttributes_Invalid_empty_name:
endPoint: /v1/masterdata/biometricattributes
uniqueIdentifier: TC_Masterdata_BiometricAttributes_07
description: Create Biometric Attributes with empty name value
role: admin
templateFields: ["langCode"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BlockListedWordValidation:
Masterdata_BlockListedWordValidation_eng_All_Valid_Smoke:
endPoint: /v1/masterdata/blocklistedwords/words
uniqueIdentifier: TC_Masterdata_BlockListedWordValidation_01
description: Validate the Block Listed words
role: admin
templateFields: []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CreateBlockListedWords:
Masterdata_CreateBlockListedWords_All_Valid_Smoke:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_01
description: Create block listed words with valid data
role: admin
templateFields: ["description","word"]
Expand All @@ -19,6 +20,7 @@ CreateBlockListedWords:
}'
Masterdata_CreateBlockListedWords_space_in_word:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_02
description: Create block listed word with space in word value
role: admin
templateFields: ["description","word"]
Expand All @@ -42,6 +44,7 @@ CreateBlockListedWords:
}'
Masterdata_CreateBlockListedWords_Invalid_BlocklistedWordsLength129:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_03
description: Create block listed words with invalid length of word more than 128 charectars
role: admin
templateFields: ["description"]
Expand All @@ -65,6 +68,7 @@ CreateBlockListedWords:
}'
Masterdata_CreateBlockListedWords_Invalid_DescriptionLength257:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_04
description: Create block listed words with invalid Description of more than 256 charectars
role: admin
templateFields: ["word"]
Expand All @@ -88,6 +92,7 @@ CreateBlockListedWords:
}'
Masterdata_CreateBlockListedWords_Invalid_EmptyWord:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_05
description: Create block listed words with empty word value
role: admin
templateFields: ["description"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
UpdateBlockListedWords:
Masterdata_UpdateBlockListedWords_All_Valid_Smoke:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_01
description: Update Block Listed Words with valid data
role: admin
templateFields: ["description","word","oldWord"]
Expand All @@ -20,6 +21,7 @@ UpdateBlockListedWords:
}'
Masterdata_UpdateBlockListedWords_with_spaces:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_02
description: Update Block Listed Words with spaces in word
role: admin
templateFields: ["description","word","oldWord"]
Expand All @@ -44,6 +46,7 @@ UpdateBlockListedWords:
}'
Masterdata_UpdateBlockListedWords_Valid_WordLength128:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_03
description: Update Block Listed Words with valid word length of 128 charectars
role: admin
templateFields: ["description"]
Expand All @@ -67,6 +70,7 @@ UpdateBlockListedWords:
}'
Masterdata_UpdateBlockListedWords_Invalid_BlocklistedWordsLength129:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_04
description: Update Block Listed Words with invalid length of word more than 128 charectars
role: admin
templateFields: ["description"]
Expand All @@ -91,6 +95,7 @@ UpdateBlockListedWords:
}'
Masterdata_UpdateBlockListedWords_inValid_descriptionBlank:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_05
description: Update Block Listed Words with invalid Description empty
role: admin
templateFields: ["word"]
Expand All @@ -114,6 +119,7 @@ UpdateBlockListedWords:
}'
Masterdata_UpdateBlockListedWords_Invalid_DescriptionLength257:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_06
description: Update Block Listed Words with invalid length of Description more than 256 charectars
role: admin
templateFields: ["word"]
Expand All @@ -138,6 +144,7 @@ UpdateBlockListedWords:
}'
Masterdata_UpdateBlockListedWords_Invalid_EmptyWord:
endPoint: /v1/masterdata/blocklistedwords
uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_07
description: Update Block Listed Words with invalid word empty
role: admin
templateFields: ["description"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BulkUpload:
Masterdata_BulkUpload_Smoke_sid:
endPoint: /v1/admin/bulkupload
uniqueIdentifier: TC_Masterdata_BulkUpload_01
description: Bulk Upload with valid data
role: admin
restMethod: post
Expand All @@ -18,6 +19,7 @@ BulkUpload:
}'
Masterdata_BulkUpload_update_gender_name:
endPoint: /v1/admin/bulkupload
uniqueIdentifier: TC_Masterdata_BulkUpload_02
description: Update Gender Name from Bulk upload
role: admin
restMethod: post
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CreateApplicationType:
Masterdata_CreateApplicationType_All_Valid_Smoke:
endPoint: /v1/masterdata/applicationtypes
uniqueIdentifier: TC_Masterdata_CreateApplicationType_01
description: Create Application Type with valid data
role: admin
templateFields: ["langCode"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CreateBiometricTypes:
Masterdata_CreateBiometricTypes_All_Valid_Smoke:
endPoint: /v1/masterdata/biometrictypes
uniqueIdentifier: TC_Masterdata_CreateBiometricTypes_01
description: Create Biometric Types with valid data
role: admin
templateFields: ["langCode"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CreateIdType:
MasterData_CreateIdType_allValid_smoke:
endPoint: /v1/masterdata/idtypes
uniqueIdentifier: TC_Masterdata_CreateIdType_01
description: Create Id Type with valid data
role: admin
templateFields: ["langCode"]
Expand All @@ -19,6 +20,7 @@ CreateIdType:
}'
MasterData_CreateIdType_Invalid_langCode:
endPoint: /v1/masterdata/idtypes
uniqueIdentifier: TC_Masterdata_CreateIdType_02
description: Create Id Type with invalid langcode
role: admin
restMethod: post
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DecommisionDevice:
MasterData_DecommisionDevice_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/devices/decommission/{deviceId}
uniqueIdentifier: TC_Masterdata_DecommisionDevice_01
description: Decommission Device with all valid data
role: globalAdmin
checkErrorsOnlyInResponse: true
Expand All @@ -14,6 +15,7 @@ DecommisionDevice:
}'
MasterData_DecommisionDevice_Invalid_ID:
endPoint: /v1/masterdata/devices/decommission/{deviceId}
uniqueIdentifier: TC_Masterdata_DecommisionDevice_02
description: Decommission Device with invalid deviceId
role: admin
restMethod: put
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DecommisionMachine:
MasterData_DecommisionMachine_Invalid_ID:
endPoint: /v1/masterdata/machines/decommission/{id}
uniqueIdentifier: TC_Masterdata_DecommisionMachine_01
description: Decommission Machine with invalid id
role: admin
templateFields: []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DecommissionRegCenter:
MasterData_DecommissionRegCenter_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/registrationcenters/decommission/{regCenterID}
uniqueIdentifier: TC_Masterdata_DecommissionRegCenter_01
description: Decommission Registration Center with valid data
role: globalAdmin
checkErrorsOnlyInResponse: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteBlockListedWords:
Masterdata_DeleteBlockListedWords_valid_smoke:
endPoint: /v1/masterdata/blocklistedwords/{word}
uniqueIdentifier: TC_Masterdata_DeleteBlockListedWords_01
description: Delete Block Listed words with valid data
role: admin
templateFields: ["word","code"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteDevice:
MasterData_DeleteDevice_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/devices/{id}
uniqueIdentifier: TC_Masterdata_DeleteDevice_01
description: Delete Device with valid data
role: admin
checkErrorsOnlyInResponse: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteDeviceSpec:
MasterData_DeleteDeviceSpec_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/devicespecifications/{id}
uniqueIdentifier: TC_Masterdata_DeleteDeviceSpec_01
description: Delete Device Spec with valid data
role: admin
checkErrorsOnlyInResponse: true
Expand All @@ -15,6 +16,7 @@ DeleteDeviceSpec:
}'
MasterData_DeleteDeviceSpec_Invalid_ID:
endPoint: /v1/masterdata/devicespecifications/{id}
uniqueIdentifier: TC_Masterdata_DeleteDeviceSpec_02
description: Delete Device Spec with invalid id
role: admin
templateFields: []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteDocumentCategory:
MasterData_DeleteDocumentCategory_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/documentcategories/{code}
uniqueIdentifier: TC_Masterdata_DeleteDocumentCategory_01
description: Delete Document Categoty with valid data
role: admin
restMethod: delete
Expand All @@ -14,6 +15,7 @@ DeleteDocumentCategory:
}'
MasterData_DeleteDocumentCategory_Invalid_ID:
endPoint: /v1/masterdata/documentcategories/{code}
uniqueIdentifier: TC_Masterdata_DeleteDocumentCategory_02
description: Delete Document Categoty with invalid code
role: admin
restMethod: delete
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteDocumentType:
MasterData_DeleteDocumentType_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/documenttypes/{code}
uniqueIdentifier: TC_Masterdata_DeleteDocumentType_01
description: Delete Document Type with valid data
role: admin
restMethod: delete
Expand All @@ -14,6 +15,7 @@ DeleteDocumentType:
}'
MasterData_DeleteDocumentType_Invalid_ID:
endPoint: /v1/masterdata/documenttypes/{code}
uniqueIdentifier: TC_Masterdata_DeleteDocumentType_02
description: Delete Document Type with invalid code
role: admin
restMethod: delete
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteDynamicField:
MasterData_DeleteDynamicField_All_Valid_Smoke:
endPoint: /v1/masterdata/dynamicfields/{id}
uniqueIdentifier: TC_Masterdata_DeleteDynamicField_01
description: Delete Dynamic Field with valid data
role: admin
restMethod: delete
Expand All @@ -14,6 +15,7 @@ DeleteDynamicField:
}'
MasterData_DeleteDynamicField_Invalid_ID:
endPoint: /v1/masterdata/dynamicfields/{id}
uniqueIdentifier: TC_Masterdata_DeleteDynamicField_02
description: Delete Dynamic Field with invalid id
role: admin
restMethod: delete
Expand All @@ -32,6 +34,7 @@ DeleteDynamicField:
}'
MasterData_DeleteDynamicField_ByFieldName_allValid_smoke:
endPoint: /v1/masterdata/dynamicfields/all/{id}
uniqueIdentifier: TC_Masterdata_DeleteDynamicField_03
description: Delete all Dynamic Field By id
role: admin
restMethod: delete
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteGenderType:
MasterData_DeleteGenderType_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/gendertypes/{code}
uniqueIdentifier: TC_Masterdata_DeleteGenderType_01
description: Delete Gender Type with valid data
role: admin
templateFields: []
Expand All @@ -14,6 +15,7 @@ DeleteGenderType:
}'
MasterData_DeleteGenderType_Invalid_code:
endPoint: /v1/masterdata/gendertypes/{code}
uniqueIdentifier: TC_Masterdata_DeleteGenderType_02
description: Delete Gender Type with invalid code
role: admin
templateFields: []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteHoliday:
MasterData_DeleteHoliday_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/holidays
uniqueIdentifier: TC_Masterdata_DeleteHoliday_01
description: Delete Holiday with all valid data
role: admin
templateFields: []
Expand All @@ -19,6 +20,7 @@ DeleteHoliday:

MasterData_DeleteHoliday_Invalid_requesttime_Neg:
endPoint: /v1/masterdata/holidays
uniqueIdentifier: TC_Masterdata_DeleteHoliday_02
description: Delete Holiday with invalid requesttime
role: admin
templateFields: []
Expand All @@ -43,6 +45,7 @@ DeleteHoliday:

MasterData_DeleteHoliday_Invalid_locationCode:
endPoint: /v1/masterdata/holidays
uniqueIdentifier: TC_Masterdata_DeleteHoliday_03
description: Delete Holiday with invalid locationCode
role: admin
templateFields: []
Expand All @@ -67,6 +70,7 @@ DeleteHoliday:

MasterData_DeleteHoliday_Invalid_holidayDate_Neg:
endPoint: /v1/masterdata/holidays
uniqueIdentifier: TC_Masterdata_DeleteHoliday_04
description: Delete Holiday with invalid holidayDate
role: admin
templateFields: []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteLanguage:
Masterdata_DeleteLanguage_All_Valid_Smoke:
endPoint: /v1/masterdata/languages/{code}
uniqueIdentifier: TC_Masterdata_DeleteLanguage_01
description: Delete Language with valid data
role: admin
checkErrorsOnlyInResponse: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DeleteLocation:
MasterData_DeleteLocation_All_Valid_Smoke_sid:
endPoint: /v1/masterdata/locations/{locationcode}
uniqueIdentifier: TC_Masterdata_DeleteLocation_01
description: Delete Location with valid data
role: admin
checkErrorsOnlyInResponse: true
Expand All @@ -15,6 +16,7 @@ DeleteLocation:
}'
MasterData_DeleteLocation_Invalid_ID:
endPoint: /v1/masterdata/locations/{locationcode}
uniqueIdentifier: TC_Masterdata_DeleteLocation_02
description: Delete Location with invalid locationcode
role: admin
restMethod: delete
Expand Down
Loading

0 comments on commit b161c48

Please sign in to comment.