-
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 presentation and verification end-to-end test
Signed-off-by: chereseeriepa <cherese.eriepa@outlook.com>
- Loading branch information
1 parent
f28fbaf
commit 02a3d6c
Showing
8 changed files
with
330 additions
and
261 deletions.
There are no files selected for viewing
19 changes: 13 additions & 6 deletions
19
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 |
---|---|---|
@@ -1,12 +1,19 @@ | ||
@connectionless @credential-offer | ||
Feature: Edge SDK Connectionless Credential Offer | ||
@connectionless | ||
Feature: connectionless | ||
The Edge Agent should receive and present a credential connectionless | ||
|
||
Scenario: Receive a credential without a connection | ||
Scenario: Receive and verify a credential (connectionless) | ||
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 | ||
And 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 | ||
And Edge Agent should receive the connectionless credential | ||
Then Edge Agent processes the issued connectionless credential from Cloud Agent | ||
When Cloud Agent has a connectionless presentation invitation | ||
And Cloud Agent shares invitation to Edge Agent | ||
Then Edge Agent accepts the connectionless presentation invitation | ||
And Edge Agent should receive the connectionless presentation request | ||
When Edge Agent sends the present-proof | ||
Then Cloud Agent should see the present-proof is verified |
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
Oops, something went wrong.