-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
- Loading branch information
1 parent
985ac26
commit 7bf9f42
Showing
16 changed files
with
171 additions
and
44 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,9 +1,7 @@ | ||
@goncalo-frade-iohk @yshyn-iohk @elribonazo @hamada147 @cristianIOHK | ||
@elribonazo @cristianIOHK | ||
|
||
# Test related: | ||
/sampleapp/ @amagyar-iohk @todorkoleviohk @hamada147 @cristianIOHK | ||
/tests/ @amagyar-iohk @todorkoleviohk @hamada147 @cristianIOHK | ||
/tests/ @amagyar-iohk | ||
|
||
# Docs: | ||
*.md @petevielhaber | ||
|
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
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
tests/end-to-end/src/test/resources/features/credential/anoncred/Verify.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 @@ | ||
@anoncreds @verification | ||
Feature: Verify Anoncreds presentation | ||
The Edge Agent should be able to receive a verifiable credential from Cloud Agent and then send a presentation to another edge agent who will verify it | ||
|
||
@disabled | ||
Scenario: SDKs Anoncreds Verification | ||
Given Cloud Agent is connected to Edge Agent | ||
And Edge Agent has '1' anonymous credentials issued by Cloud Agent | ||
When Verifier Edge Agent request Edge Agent to verify the anonymous credential | ||
When Edge Agent sends the verification proof | ||
Then Verifier Edge Agent should see the verification proof is verified |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.