-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
final version of tests (walletsdk still unreachable)
- Loading branch information
1 parent
ed3a16f
commit 2ad7508
Showing
8 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
integration-tests/e2e-tests/features/provide_anoncred_proof.feature
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
integration-tests/e2e-tests/features/provide_proof.feature
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
integration-tests/e2e-tests/features/provide_proof_anoncred.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 @@ | ||
@proof | ||
@anoncred | ||
Feature: Provide AnonCred proof | ||
The Edge Agent should be able to provide verifiable AnonCred proof to Cloud Agent | ||
|
||
Scenario: Edge Agent with a credential should provide AnonCred proof to Cloud Agent | ||
Given Cloud Agent is connected to Edge Agent | ||
And Edge Agent has 1 anonymous credentials issued by Cloud Agent | ||
When Cloud Agent requests presentation of AnonCred proof | ||
And Edge Agent presents the proof | ||
Then Cloud Agent should see the presented proof is verified | ||
|
11 changes: 11 additions & 0 deletions
11
integration-tests/e2e-tests/features/provide_proof_jwt.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,11 @@ | ||
@proof | ||
@jwt | ||
Feature: Provide JWT proof | ||
The Edge Agent should provide JWT proof to Cloud Agent | ||
|
||
Scenario: Edge Agent with a credential should provide JWT proof to Cloud Agent | ||
Given Cloud Agent is connected to Edge Agent | ||
And Edge Agent has 1 credentials issued by Cloud Agent | ||
When Cloud Agent requests presentation of JWT proof | ||
And Edge Agent presents the proof | ||
Then Cloud Agent should see the presented 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