-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #709 from ase-101/release-141
Fixes and apitestrig changes from develop branch are cherry-picked
- Loading branch information
Showing
49 changed files
with
1,037 additions
and
629 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
## Run automationtests | ||
java -jar -Dmodules="$MODULES" -Denv.user="$ENV_USER" -Denv.endpoint="$ENV_ENDPOINT" -Denv.testLevel="$ENV_TESTLEVEL" automationtests.jar; | ||
java -jar -Dmodules="$MODULES" -Denv.user="$ENV_USER" -Denv.endpoint="$ENV_ENDPOINT" -Denv.testLevel="$ENV_TESTLEVEL" apitest-esignet-*-jar-with-dependencies.jar; |
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
<artifactId>apitest-esignet</artifactId> | ||
<packaging>jar</packaging> | ||
<name>apitest-esignet</name> | ||
<description>Parent project of MOSIP functional tests</description> | ||
<url>https://github.com/mosip/mosip-functional-tests</url> | ||
<description>Parent project of apitest-esignet</description> | ||
<url>https://github.com/mosip/esignet</url> | ||
<version>1.2.0.1-SNAPSHOT</version> | ||
|
||
<licenses> | ||
|
@@ -18,13 +18,20 @@ | |
</licenses> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/mosip/mosip-functional-tests.git</connection> | ||
<developerConnection>scm:git:ssh://github.com:mosip/mosip-functional-tests.git</developerConnection> | ||
<url>https://github.com/mosip/mosip-functional-tests</url> | ||
<connection>scm:git:git://github.com/mosip/esignet.git</connection> | ||
<developerConnection>scm:git:ssh://github.com:mosip/esignet.git</developerConnection> | ||
<url>https://github.com/mosip/esignet</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
|
||
<developers> | ||
<developer> | ||
<name>Mosip</name> | ||
<email>[email protected]</email> | ||
<organization>io.mosip</organization> | ||
<organizationUrl>https://github.com/mosip/esignet</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
|
||
<properties> | ||
|
@@ -169,7 +176,7 @@ | |
<rest.assured.version>3.0.7</rest.assured.version> | ||
<testng.version>6.11</testng.version> | ||
<zt.zip.version>1.13</zt.zip.version> | ||
<fileName>apitests-esignet-1.2.0.1-SNAPSHOT-jar-with-dependencies</fileName> | ||
<fileName>apitest-esignet-1.2.0.1-SNAPSHOT-jar-with-dependencies</fileName> | ||
|
||
</properties> | ||
<build> | ||
|
@@ -379,8 +386,8 @@ | |
<dependencies> | ||
|
||
<dependency> | ||
<groupId>io.mosip.testrig.apirig.automationtests.commons</groupId> | ||
<artifactId>automationtests-commons</artifactId> | ||
<groupId>io.mosip.testrig.apirig.apitest.commons</groupId> | ||
<artifactId>apitest-commons</artifactId> | ||
<version>1.2.0.1-SNAPSHOT</version> | ||
</dependency> | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -269,6 +269,33 @@ AddIdentity: | |
"status":"ACTIVATED" | ||
}' | ||
|
||
ESignet_AddIdentity_Linked_Consent_User2_smoke_Pos: | ||
endPoint: /idrepository/v1/identity/ | ||
role: idrepo | ||
restMethod: post | ||
inputTemplate: esignet/AddIdentity/addIdentity_$LANGNUMBER$ | ||
outputTemplate: esignet/AddIdentity/addIdentityResult | ||
input: '{ | ||
"value": "$BIOVALUE$", | ||
"id": "mosip.id.create", | ||
"registrationId": "$RID$", | ||
"biometricReferenceId": "23452353", | ||
"UIN": "$UIN$", | ||
"dateOfBirth": "1992/04/15", | ||
"postalCode": "14022", | ||
"email": "[email protected]", | ||
"phone": "9876543210", | ||
"referenceIdentityNumber": "6789545678878", | ||
"version": "v1", | ||
"introducerRID": "212124324784879", | ||
"introducerUIN": "212124324784879", | ||
"category": "individualBiometrics", | ||
"requesttime": "$TIMESTAMP$" | ||
}' | ||
output: '{ | ||
"status":"ACTIVATED" | ||
}' | ||
|
||
ESignet_AddIdentity_Linked_Consent_Vid_smoke_Pos: | ||
endPoint: /idrepository/v1/identity/ | ||
role: idrepo | ||
|
@@ -296,6 +323,33 @@ AddIdentity: | |
"status":"ACTIVATED" | ||
}' | ||
|
||
ESignet_AddIdentity_Linked_Consent_User2_Vid_smoke_Pos: | ||
endPoint: /idrepository/v1/identity/ | ||
role: idrepo | ||
restMethod: post | ||
inputTemplate: esignet/AddIdentity/addIdentity_$LANGNUMBER$ | ||
outputTemplate: esignet/AddIdentity/addIdentityResult | ||
input: '{ | ||
"value": "$BIOVALUE$", | ||
"id": "mosip.id.create", | ||
"registrationId": "$RID$", | ||
"biometricReferenceId": "23452353", | ||
"UIN": "$UIN$", | ||
"dateOfBirth": "1992/04/15", | ||
"postalCode": "14022", | ||
"email": "[email protected]", | ||
"phone": "9876543210", | ||
"referenceIdentityNumber": "6789545678878", | ||
"version": "v1", | ||
"introducerRID": "212124324784879", | ||
"introducerUIN": "212124324784879", | ||
"category": "individualBiometrics", | ||
"requesttime": "$TIMESTAMP$" | ||
}' | ||
output: '{ | ||
"status":"ACTIVATED" | ||
}' | ||
|
||
ESignet_AddIdentity_BioAuth_smoke_Pos: | ||
endPoint: /idrepository/v1/identity/ | ||
role: idrepo | ||
|
Oops, something went wrong.