-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'mt-functional-repo5/master'
- Loading branch information
Showing
52 changed files
with
318 additions
and
7,108 deletions.
There are no files selected for viewing
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
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
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
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
80 changes: 80 additions & 0 deletions
80
automationtests/src/main/java/io/mosip/dbdto/AbisDeleteDto.java
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,80 @@ | ||
package io.mosip.dbdto; | ||
|
||
public class AbisDeleteDto { | ||
private String irisThreshold; | ||
|
||
private String request_type; | ||
|
||
private String maxResults; | ||
|
||
private String encounter_id; | ||
|
||
private String faceThreshold; | ||
|
||
private Long tid; | ||
|
||
private String fingerThreshold; | ||
|
||
@Override | ||
public String toString() { | ||
return "AbisDeleteDto [irisThreshold=" + irisThreshold + ", request_type=" + request_type + ", maxResults=" | ||
+ maxResults + ", encounter_id=" + encounter_id + ", faceThreshold=" + faceThreshold + ", tid=" | ||
+ tid + ", fingerThreshold=" + fingerThreshold + "]"; | ||
} | ||
|
||
public String getIrisThreshold() { | ||
return irisThreshold; | ||
} | ||
|
||
public void setIrisThreshold(String irisThreshold) { | ||
this.irisThreshold = irisThreshold; | ||
} | ||
|
||
public String getRequest_type() { | ||
return request_type; | ||
} | ||
|
||
public void setRequest_type(String request_type) { | ||
this.request_type = request_type; | ||
} | ||
|
||
public String getMaxResults() { | ||
return maxResults; | ||
} | ||
|
||
public void setMaxResults(String maxResults) { | ||
this.maxResults = maxResults; | ||
} | ||
|
||
public String getEncounter_id() { | ||
return encounter_id; | ||
} | ||
|
||
public void setEncounter_id(String encounter_id) { | ||
this.encounter_id = encounter_id; | ||
} | ||
|
||
public String getFaceThreshold() { | ||
return faceThreshold; | ||
} | ||
|
||
public void setFaceThreshold(String faceThreshold) { | ||
this.faceThreshold = faceThreshold; | ||
} | ||
|
||
public Long getTid() { | ||
return tid; | ||
} | ||
|
||
public void setTid(Long tid) { | ||
this.tid = tid; | ||
} | ||
|
||
public String getFingerThreshold() { | ||
return fingerThreshold; | ||
} | ||
|
||
public void setFingerThreshold(String fingerThreshold) { | ||
this.fingerThreshold = fingerThreshold; | ||
} | ||
} |
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
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
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
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
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
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
22 changes: 11 additions & 11 deletions
22
automationtests/src/main/resources/ida/TestData/RunConfig/authTypeStatus.properties
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#Wed Nov 13 15:14:16 IST 2019 | ||
VID.bio.IIR.true=3493018978513840 | ||
UIN.bio.IIR.true=5097231084 | ||
UIN.demo.true=3602780923 | ||
VID.demo.true=3493018978513840 | ||
VID.otp.true=5315921763875420 | ||
VID.bio.FIR.true=6427198390761250 | ||
VID.bio.FACE.true=2158043628148637 | ||
UIN.otp.true=5097231084 | ||
UIN.bio.FIR.true=3602780923 | ||
UIN.bio.FACE.true=4580610541 | ||
#Tue Dec 10 15:41:24 IST 2019 | ||
VID.bio.IIR.true=3691684639478379 | ||
UIN.bio.IIR.true=2549530793 | ||
UIN.demo.true=6194165205 | ||
VID.demo.true=2793295043053173 | ||
VID.otp.true=2819657927340762 | ||
VID.bio.FIR.true=6081270289649035 | ||
VID.bio.FACE.true=3691684639478379 | ||
UIN.otp.true=2836817908 | ||
UIN.bio.FIR.true=5816274852 | ||
UIN.bio.FACE.true=3902754670 |
Oops, something went wrong.