Skip to content

Commit

Permalink
Expand upgrade integration test
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale committed May 7, 2024
1 parent 9b56434 commit c697972
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/features/upgrade.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ Feature: ACA-Py Anoncreds Upgrade
Then "Bob" can verify the credential from "<issuer>" was revoked
And "<issuer>" upgrades the wallet to anoncreds
And "Bob" has an issued <Schema_name> credential <Credential_data> from "<issuer>"
And "Bob" upgrades the wallet to anoncreds
And "Bob" has an issued <Schema_name> credential <Credential_data> from "<issuer>"
When "Faber" sends a request for proof presentation <Proof_request> to "Bob"

Examples:
| issuer | Acme_capabilities | Bob_capabilities | Schema_name | Credential_data | Proof_request |
| Acme | --revocation --public-did --multitenant | | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 |
| Acme | --revocation --public-did --multitenant | --multitenant | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 |

0 comments on commit c697972

Please sign in to comment.