From c4f320f9da51cfde66b934f527466768703d1201 Mon Sep 17 00:00:00 2001 From: jamshale Date: Tue, 20 Feb 2024 18:02:58 +0000 Subject: [PATCH 1/2] Add anoncreds multitenant endorsement integration tests Signed-off-by: jamshale --- demo/features/0586-sign-transaction.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/features/0586-sign-transaction.feature b/demo/features/0586-sign-transaction.feature index 06bea76d3b..19e40c315e 100644 --- a/demo/features/0586-sign-transaction.feature +++ b/demo/features/0586-sign-transaction.feature @@ -39,6 +39,7 @@ Feature: RFC 0586 Aries sign (endorse) transactions functions | --wallet-type askar-anoncreds | --wallet-type askar-anoncreds | anoncreds-testing | | --wallet-type askar-anoncreds | | driverslicense | | | --wallet-type askar-anoncreds | anoncreds-testing | + | | --wallet-type askar-anoncreds --multitenant | anoncreds-testing | @T001.1-RFC0586 @GHA @@ -234,3 +235,4 @@ Feature: RFC 0586 Aries sign (endorse) transactions functions Examples: | Acme_capabilities | Bob_capabilities | Schema_name | Credential_data | | --endorser-role endorser --revocation --public-did | --endorser-role author --revocation --wallet-type askar-anoncreds | anoncreds-testing | Data_AC_NormalizedValues | + | --endorser-role endorser --revocation --public-did | --endorser-role author --revocation --multitanant --wallet-type askar-anoncreds | anoncreds-testing | Data_AC_NormalizedValues | From 63aac4db96804019458ed62e6989420d14a599af Mon Sep 17 00:00:00 2001 From: jamshale Date: Tue, 20 Feb 2024 22:45:45 +0000 Subject: [PATCH 2/2] Fix spelling / Reduce GHA endorsement tests slightly Signed-off-by: jamshale --- demo/features/0586-sign-transaction.feature | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/demo/features/0586-sign-transaction.feature b/demo/features/0586-sign-transaction.feature index 19e40c315e..3a57b76e08 100644 --- a/demo/features/0586-sign-transaction.feature +++ b/demo/features/0586-sign-transaction.feature @@ -36,13 +36,11 @@ Feature: RFC 0586 Aries sign (endorse) transactions functions @WalletType_Askar_AnonCreds @GHA Examples: | Acme_capabilities | Bob_capabilities | Schema_name | - | --wallet-type askar-anoncreds | --wallet-type askar-anoncreds | anoncreds-testing | | --wallet-type askar-anoncreds | | driverslicense | | | --wallet-type askar-anoncreds | anoncreds-testing | - | | --wallet-type askar-anoncreds --multitenant | anoncreds-testing | - @T001.1-RFC0586 @GHA + @T001.1-RFC0586 Scenario Outline: endorse a transaction and write to the ledger Given we have "2" agents | name | role | capabilities | @@ -121,7 +119,7 @@ Feature: RFC 0586 Aries sign (endorse) transactions functions | Acme_capabilities | Bob_capabilities | Schema_name | Credential_data | | --revocation --public-did --did-exchange | --revocation --did-exchange --wallet-type askar-anoncreds | anoncreds-testing | Data_AC_NormalizedValues | - @T002.1-RFC0586 @GHA + @T002.1-RFC0586 Scenario Outline: endorse a schema and cred def transaction, write to the ledger, issue and revoke a credential, manually invoking each endorsement endpoint Given we have "2" agents | name | role | capabilities | @@ -235,4 +233,4 @@ Feature: RFC 0586 Aries sign (endorse) transactions functions Examples: | Acme_capabilities | Bob_capabilities | Schema_name | Credential_data | | --endorser-role endorser --revocation --public-did | --endorser-role author --revocation --wallet-type askar-anoncreds | anoncreds-testing | Data_AC_NormalizedValues | - | --endorser-role endorser --revocation --public-did | --endorser-role author --revocation --multitanant --wallet-type askar-anoncreds | anoncreds-testing | Data_AC_NormalizedValues | + | --endorser-role endorser --revocation --public-did | --endorser-role author --revocation --multitenant --wallet-type askar-anoncreds | anoncreds-testing | Data_AC_NormalizedValues |