-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add connectionless issuance end-to-end test
Signed-off-by: chereseeriepa <cherese.eriepa@outlook.com>
- Loading branch information
1 parent
b65fa95
commit cf145f4
Showing
11 changed files
with
151 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MEDIATOR_OOB_URL= | ||
AGENT_URL= | ||
APIKEY= | ||
MEDIATOR_OOB_URL=https://mediator.mydomain.com/invitationOOB | ||
AGENT_URL=https://issuer.mydomain.com/cloud-agent/ | ||
APIKEY=myDomainAPIKey | ||
PUBLISHED_DID= | ||
JWT_SCHEMA_GUID= | ||
ANONCRED_DEFINITION_GUID= |
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
12 changes: 12 additions & 0 deletions
12
integration-tests/e2e-tests/features/connectionless-credential-offer.feature
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,12 @@ | ||
@connectionless @credential-offer | ||
Feature: Edge SDK Connectionless Credential Offer | ||
|
||
Scenario: Receive a credential without a connection | ||
Given Cloud Agent is not connected to Edge Agent | ||
When Cloud Agent has a connectionless credential offer invitation | ||
And Cloud Agent shares invitation to Edge Agent | ||
Then Edge Agent accepts the connectionless credential offer invitation | ||
Then Edge Agent should receive the connectionless credential offer | ||
Then Edge Agent accepts the connectionless credential offer | ||
Then Edge Agent should receive the connectionless credential | ||
And Edge Agent processes the issued connectionless credential from Cloud Agent |
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
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