diff --git a/demo/features/0160-connection.feature b/demo/features/0160-connection.feature index 247c714b3c..5e08f637bb 100644 --- a/demo/features/0160-connection.feature +++ b/demo/features/0160-connection.feature @@ -21,3 +21,6 @@ Feature: RFC 0160 Aries agent connection functions | --public-did --wallet-type askar-anoncreds | --wallet-type askar-anoncreds | | --public-did --wallet-type askar-anoncreds | | | --public-did | --wallet-type askar-anoncreds | + | --public-did --did-exchange --wallet-type askar-anoncreds | --did-exchange --wallet-type askar-anoncreds | + | --public-did --mediation --wallet-type askar-anoncreds | --mediation --wallet-type askar-anoncreds | + | --public-did --multitenant --wallet-type askar-anoncreds | --multitenant --wallet-type askar-anoncreds | diff --git a/demo/features/0453-issue-credential.feature b/demo/features/0453-issue-credential.feature index d08a502c25..dcd9b9b3f0 100644 --- a/demo/features/0453-issue-credential.feature +++ b/demo/features/0453-issue-credential.feature @@ -100,6 +100,9 @@ Feature: RFC 0453 Aries agent issue credential | --public-did --cred-type json-ld --mediation | --mediation | driverslicense | Data_DL_NormalizedValues | | --public-did --cred-type json-ld --multitenant | --multitenant | driverslicense | Data_DL_NormalizedValues | | --public-did --cred-type json-ld --wallet-type askar-anoncreds | --wallet-type askar-anoncreds | driverslicense | Data_DL_NormalizedValues | + | --public-did --cred-type json-ld --did-exchange --wallet-type askar-anoncreds | --did-exchange --wallet-type askar-anoncreds | driverslicense | Data_DL_NormalizedValues | + | --public-did --cred-type json-ld --mediation --wallet-type askar-anoncreds | --mediation --wallet-type askar-anoncreds | driverslicense | Data_DL_NormalizedValues | + | --public-did --cred-type json-ld --multitenant --wallet-type askar-anoncreds | --multitenant --wallet-type askar-anoncreds | driverslicense | Data_DL_NormalizedValues | @T003.1-RFC0453 @GHA @@ -139,6 +142,7 @@ Feature: RFC 0453 Aries agent issue credential | --revocation --public-did | | driverslicense | Data_DL_NormalizedValues | | --revocation --public-did --did-exchange | --did-exchange | driverslicense | Data_DL_NormalizedValues | | --revocation --public-did --multitenant | --multitenant | driverslicense | Data_DL_NormalizedValues | + | --revocation --public-did --wallet-type askar-anoncreds | --wallet-type askar-anoncreds | driverslicense | Data_DL_NormalizedValues | @T004.1-RFC0453 Scenario Outline: Issue a credential with revocation, with the Issuer beginning with an offer, and then revoking the credential @@ -154,3 +158,4 @@ Feature: RFC 0453 Aries agent issue credential Examples: | Acme_capabilities | Bob_capabilities | Schema_name | Credential_data | | --revocation --public-did --mediation | --mediation | driverslicense | Data_DL_NormalizedValues | + | --revocation --public-did --mediation --wallet-type askar-anoncreds | --mediation --wallet-type askar-anoncreds | driverslicense | Data_DL_NormalizedValues | diff --git a/demo/features/0454-present-proof.feature b/demo/features/0454-present-proof.feature index b77a6978cc..bb57369d4f 100644 --- a/demo/features/0454-present-proof.feature +++ b/demo/features/0454-present-proof.feature @@ -40,6 +40,8 @@ Feature: RFC 0454 Aries agent present proof | Faber | --public-did | | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 | | Acme | --public-did --mediation --multitenant | --mediation --multitenant | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 | | Faber | --public-did --wallet-type askar-anoncreds | --wallet-type askar-anoncreds | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 | + | Faber | --public-did --wallet-type askar-anoncreds | --wallet-type askar-anoncreds | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 | + | Acme | --public-did --mediation --multitenant | --mediation --multitenant | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 | @T001.2-RFC0454 @GHA @@ -103,6 +105,8 @@ Feature: RFC 0454 Aries agent present proof | Acme | --revocation --public-did --mediation | | 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 | | Faber | --revocation --public-did --wallet-type askar-anoncreds | --wallet-type askar-anoncreds | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 | + | Acme | --revocation --public-did --mediation --wallet-type askar-anoncreds | --wallet-type askar-anoncreds | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 | + | Acme | --revocation --public-did --multitenant --wallet-type askar-anoncreds | --multitenant --wallet-type askar-anoncreds | driverslicense_v2 | Data_DL_MaxValues | DL_age_over_19_v2 | @T003-RFC0454.1 @GHA Scenario Outline: Present Proof for multiple credentials where the one is revocable and one isn't, neither credential is revoked