From a0bd0f191ec8ce5a53ca5c4a817b78666933c46e Mon Sep 17 00:00:00 2001 From: jamshale Date: Tue, 20 Feb 2024 18:02:58 +0000 Subject: [PATCH] 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 |