forked from mosip/mosip-functional-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mosip:develop' into develop
- Loading branch information
Showing
143 changed files
with
3,081 additions
and
27 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
apitest-commons/Biometric Devices/Face/DeviceDiscovery.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"deviceId":"3", | ||
"deviceStatus":"Ready", | ||
"certification":"L0", | ||
"serviceVersion":"0.9.5", | ||
"deviceSubId":[ | ||
"0" | ||
], | ||
"callbackId":"", | ||
"digitalId":"", | ||
"deviceCode": "b692b595-3523-face-99fc-bd76e35f190f", | ||
"specVersion":[ | ||
"0.9.5" | ||
], | ||
"purpose":"", | ||
"error":null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"deviceStatus": "Ready", | ||
"deviceId": "3", | ||
"firmware": "MOSIP.FACE.1.0.0.0", | ||
"certification": "L0", | ||
"serviceVersion": "0.9.5", | ||
"deviceSubId":[ | ||
"0" | ||
], | ||
"callbackId":"", | ||
"digitalId": "", | ||
"deviceCode": "b692b595-3523-face-99fc-bd76e35f190f", | ||
"env": "Staging", | ||
"purpose": "", | ||
"specVersion": [ | ||
"0.9.5" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"serialNo":"2345678901", | ||
"make":"MOSIP", | ||
"model":"FACE01", | ||
"type":"Face", | ||
"deviceSubType":"Full face", | ||
"deviceProvider":"MOSIP", | ||
"deviceProviderId":"MOSIP.PROXY.SBI", | ||
"dateTime":"" | ||
} |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
apitest-commons/Biometric Devices/Finger/Single/DeviceDiscovery.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"deviceId":"4", | ||
"deviceStatus":"Ready", | ||
"certification":"L0", | ||
"serviceVersion":"0.9.5", | ||
"deviceSubId":[ | ||
"0" | ||
], | ||
"callbackId":"", | ||
"digitalId":"", | ||
"deviceCode": "b692b595-3523-slap-99fc-bd76e35f290f", | ||
"specVersion":[ | ||
"0.9.5" | ||
], | ||
"purpose":"", | ||
"error":null | ||
} |
18 changes: 18 additions & 0 deletions
18
apitest-commons/Biometric Devices/Finger/Single/DeviceInfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"deviceStatus": "Ready", | ||
"deviceId": "4", | ||
"firmware": "MOSIP.SINGLE.1.0.0.0", | ||
"certification": "L0", | ||
"serviceVersion": "0.9.5", | ||
"deviceSubId":[ | ||
"0" | ||
], | ||
"callbackId":"", | ||
"digitalId": "", | ||
"deviceCode": "b692b595-3523-slap-99fc-bd76e35f290f", | ||
"env": "Staging", | ||
"purpose": "", | ||
"specVersion": [ | ||
"0.9.5" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
apitest-commons/Biometric Devices/Finger/Single/DigitalId.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"serialNo":"1234567990", | ||
"make":"MOSIP", | ||
"model":"SINGLE01", | ||
"type":"Finger", | ||
"deviceSubType":"Single", | ||
"deviceProvider":"MOSIP", | ||
"deviceProviderId":"MOSIP.PROXY.SBI", | ||
"dateTime":"" | ||
} |
Binary file added
BIN
+3.5 KB
apitest-commons/Biometric Devices/Finger/Single/Keys/mosipfingersingle.p12
Binary file not shown.
Binary file added
BIN
+3.65 KB
apitest-commons/Biometric Devices/Finger/Single/Keys/mosipfingersingleftm.p12
Binary file not shown.
17 changes: 17 additions & 0 deletions
17
apitest-commons/Biometric Devices/Finger/Slap/DeviceDiscovery.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"deviceId":"2", | ||
"deviceStatus":"Ready", | ||
"certification":"L0", | ||
"serviceVersion":"0.9.5", | ||
"deviceSubId":[ | ||
"1", "2", "3" | ||
], | ||
"callbackId":"", | ||
"digitalId":"", | ||
"deviceCode": "b692b595-3523-slap-99fc-bd76e35f190f", | ||
"specVersion":[ | ||
"0.9.5" | ||
], | ||
"purpose":"", | ||
"error":null | ||
} |
18 changes: 18 additions & 0 deletions
18
apitest-commons/Biometric Devices/Finger/Slap/DeviceInfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"deviceStatus": "Ready", | ||
"deviceId": "2", | ||
"firmware": "MOSIP.SLAP.1.0.0.0", | ||
"certification": "L0", | ||
"serviceVersion": "0.9.5", | ||
"deviceSubId":[ | ||
"1", "2", "3" | ||
], | ||
"callbackId":"", | ||
"digitalId": "", | ||
"deviceCode": "b692b595-3523-slap-99fc-bd76e35f190f", | ||
"env": "Staging", | ||
"purpose": "", | ||
"specVersion": [ | ||
"0.9.5" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
apitest-commons/Biometric Devices/Finger/Slap/DigitalId.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"serialNo":"1234567890", | ||
"make":"MOSIP", | ||
"model":"SLAP01", | ||
"type":"Finger", | ||
"deviceSubType":"Slap", | ||
"deviceProvider":"MOSIP", | ||
"deviceProviderId":"MOSIP.PROXY.SBI", | ||
"dateTime":"" | ||
} |
Binary file added
BIN
+3.47 KB
apitest-commons/Biometric Devices/Finger/Slap/Keys/mosipfingerslap.p12
Binary file not shown.
Binary file added
BIN
+3.62 KB
apitest-commons/Biometric Devices/Finger/Slap/Keys/mosipfingerslapftm.p12
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
apitest-commons/Biometric Devices/Iris/Double/DeviceDiscovery.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"deviceId":"1", | ||
"deviceStatus":"Ready", | ||
"certification":"L0", | ||
"serviceVersion":"0.9.5", | ||
"deviceSubId":[ | ||
"1", "2", "3" | ||
], | ||
"callbackId":"", | ||
"digitalId":"", | ||
"deviceCode": "b692b595-3523-iris-99fc-bd76e35f190f", | ||
"specVersion":[ | ||
"0.9.5" | ||
], | ||
"purpose":"", | ||
"error":null | ||
} |
18 changes: 18 additions & 0 deletions
18
apitest-commons/Biometric Devices/Iris/Double/DeviceInfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"deviceStatus": "Ready", | ||
"deviceId": "1", | ||
"firmware": "MOSIP.IRIS.1.0.0.0", | ||
"certification": "L0", | ||
"serviceVersion": "0.9.5", | ||
"deviceSubId":[ | ||
"1", "2", "3" | ||
], | ||
"callbackId":"", | ||
"digitalId": "", | ||
"deviceCode": "b692b595-3523-iris-99fc-bd76e35f190f", | ||
"env": "Staging", | ||
"purpose": "", | ||
"specVersion": [ | ||
"0.9.5" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
apitest-commons/Biometric Devices/Iris/Double/DigitalId.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"serialNo":"3456789012", | ||
"make":"MOSIP", | ||
"model":"IRIS01", | ||
"type":"Iris", | ||
"deviceSubType":"Double", | ||
"deviceProvider":"MOSIP", | ||
"deviceProviderId":"MOSIP.PROXY.SBI", | ||
"dateTime":"" | ||
} |
Binary file added
BIN
+3.47 KB
apitest-commons/Biometric Devices/Iris/Double/Keys/mosipirisdouble.p12
Binary file not shown.
Binary file added
BIN
+3.62 KB
apitest-commons/Biometric Devices/Iris/Double/Keys/mosipirisdoubleftm.p12
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
apitest-commons/Biometric Devices/Iris/Single/DeviceDiscovery.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"deviceId":"5", | ||
"deviceStatus":"Ready", | ||
"certification":"L0", | ||
"serviceVersion":"0.9.5", | ||
"deviceSubId":[ | ||
"0" | ||
], | ||
"callbackId":"", | ||
"digitalId":"", | ||
"deviceCode": "b692b595-3523-iris-99fc-bd76e35fff8", | ||
"specVersion":[ | ||
"0.9.5" | ||
], | ||
"purpose":"", | ||
"error":null | ||
} |
18 changes: 18 additions & 0 deletions
18
apitest-commons/Biometric Devices/Iris/Single/DeviceInfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"deviceStatus": "Ready", | ||
"deviceId": "5", | ||
"firmware": "MOSIP.IRIS.2.0.0.0", | ||
"certification": "L0", | ||
"serviceVersion": "0.9.5", | ||
"deviceSubId":[ | ||
"0" | ||
], | ||
"callbackId":"", | ||
"digitalId": "", | ||
"deviceCode": "b692b595-3523-iris-99fc-bd76e35fff8", | ||
"env": "Staging", | ||
"purpose": "", | ||
"specVersion": [ | ||
"0.9.5" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
apitest-commons/Biometric Devices/Iris/Single/DigitalId.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"serialNo":"3456789099", | ||
"make":"MOSIP", | ||
"model":"IRIS02", | ||
"type":"Iris", | ||
"deviceSubType":"Single", | ||
"deviceProvider":"MOSIP", | ||
"deviceProviderId":"MOSIP.PROXY.SBI", | ||
"dateTime":"" | ||
} |
Binary file added
BIN
+3.49 KB
apitest-commons/Biometric Devices/Iris/Single/Keys/mosipirissingle.p12
Binary file not shown.
Binary file added
BIN
+3.64 KB
apitest-commons/Biometric Devices/Iris/Single/Keys/mosipirissingleftm.p12
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
-----BEGIN CERTIFICATE----- | ||
MIIDPzCCAiegAwIBAgIEYCFEgjANBgkqhkiG9w0BAQsFADBSMQswCQYDVQQGEwJJ | ||
TjESMBAGA1UECAwJS2FybmF0YWthMQ4wDAYDVQQKDAVNb3NpcDEOMAwGA1UECwwF | ||
TW9zaXAxDzANBgNVBAMMBlJvb3RDQTAeFw0yMTAyMDgxNDAyNDJaFw0zMTAyMDgx | ||
NDAyNDJaMFIxCzAJBgNVBAYTAklOMRIwEAYDVQQIDAlLYXJuYXRha2ExDjAMBgNV | ||
BAoMBU1vc2lwMQ4wDAYDVQQLDAVNb3NpcDEPMA0GA1UEAwwGUm9vdENBMIIBIjAN | ||
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz9kaCs4Yrh2mMFx/wGV42Tn7vM9d | ||
t2au3JOWu/fbeaNk8/TgNEA1GrVerqagcRDDo+6jBDbX7XO9iRHX1wmIcVkH7osa | ||
cMKGfYzZbvkWjGFRCam10xLGyczSeDiIIj+H3eLXzTP0iZBcVyw40EMLWk7BHld+ | ||
eFY1XS+EDPIv6snjIxWDEd+wND1tOvWgPsS7mYy8Mn9QRYZXH9KW8/nW0bf/Z74U | ||
d89PtXl3WSSrrRZSQofGDwM5RPOEzrYcurZowwWLWmgAmvcsATxhOAiKe6e6tvbD | ||
yXTC8+9CRv22zGTcasI5QOYzGaj6wMKr9h2WgAY1LJFBIkEjf1ykWGlTbQIDAQAB | ||
ox0wGzAMBgNVHRMEBTADAQH/MAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQsFAAOC | ||
AQEAzWge0dKje1/opIyiho0e6p6a/M/UD05bNLg7XD6uMqJAT9C1YTwq77OD0nrc | ||
ZpMQoQ4zCFEbGoPvHWzW0Isc7Y3F40YI8bQdmEQtJuiqsCUQ8XW3b4YDTH6VM5go | ||
+VZgoRucIRBwCAss1tMrxjT3lMWwuyA9DaOkryRW/m9QmlLoTWLQabi/pO+FS+oy | ||
WYYxJOzvqC3xUTYHi+DzlLSWR08NE7gdHrD4aAHYLPIyzgVuToztB7PYmbuOnKmS | ||
M9sHlKqgpN7/AgvTOFOEX5mi5BcPGKagryTfipwLVyWaQBDCcVNkAtoLTYPCTEAj | ||
UhONf7GpbeehitYjHQoknr21EA== | ||
-----END CERTIFICATE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
-----BEGIN CERTIFICATE----- | ||
MIIDeTCCAmGgAwIBAgIEYMHynDANBgkqhkiG9w0BAQsFADBvMQswCQYDVQQGEwJJ | ||
TjESMBAGA1UECAwJS2FybmF0YWthMRIwEAYDVQQHDAlCYW5nYWxvcmUxETAPBgNV | ||
BAoMCG1vc2lwLmlvMREwDwYDVQQLDAhtb3NpcC5pbzESMBAGA1UEAwwJUm9vdENB | ||
RlRNMB4XDTIxMDYxMDExMDgxMloXDTIyMDYxMDExMDgxMlowbzELMAkGA1UEBhMC | ||
SU4xEjAQBgNVBAgMCUthcm5hdGFrYTESMBAGA1UEBwwJQmFuZ2Fsb3JlMREwDwYD | ||
VQQKDAhtb3NpcC5pbzERMA8GA1UECwwIbW9zaXAuaW8xEjAQBgNVBAMMCVJvb3RD | ||
QUZUTTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3FfxvirIiPH6YF | ||
X4GR1z7LOI8tiwvfqjAFba6p4vMHs0xNu0TWJ9GS3qlDglmWczm3hgHndWD3rIUQ | ||
V4fMsQDapA0giFVMxushm8u9JYl2HXwtVgrXUeKEdVS3zpWf2qQCXK9vQAOHvhhu | ||
UMWVzL4yxd1RwUGjuSjM/pZqa/Tq0aDfqFVZ/MckxSvieEKEYODtcxXA708SQ07I | ||
aFDZ2gKTD4aYUlCed9fAois+ko06tzqS1kerMiORzZExtUY/hwx2UrLVUBFYTBqW | ||
Wuw0N2VjsaifQAti0JJGYPCBqM2Q7OctIvccAjghHYxCXj+yNRtOm8ooNZTefMJr | ||
fCY9OucCAwEAAaMdMBswCwYDVR0PBAQDAgEGMAwGA1UdEwQFMAMBAf8wDQYJKoZI | ||
hvcNAQELBQADggEBAEQJMIT958jm1e5sCctUcOoHLQVdM9f3NLKicCUCjVMNCDjg | ||
DbkoL72rlktTDbzi4AizaBXwxQdB951SG4Vjbc5tSC3WzB7d8QMiLRwG14Q165Gw | ||
VGuMMOpJn4jlMzJMhhP67vJ4hYI2Op4eDAPH3HCods/Ew4JJ/edwpJ80tLKiB0f6 | ||
fnyPXxPUSMtkLCCpp2/zf1OkXmUT8dIgU27R9+/8x/ZphDVJcc00XrgM4VI1dX+W | ||
8W8Ua6GlQSL83HIqVudnFAmCDF0dRX//ghUOeJwWEMgcm/cUNTZv6hZjmDpVeout | ||
E1o6hXGXWRnaDU9/QGpi2BuiSgREOarAQf62sPI= | ||
-----END CERTIFICATE----- |
Oops, something went wrong.