From 68cb680c1f35a41ed8fd456fba4f5e3ae4157590 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 28 Dec 2023 16:04:15 +0300 Subject: [PATCH] Added alias for test gh-7917. Added qa-plugins-supplement.conf with definition of special plugin that will query key only from client app rather than seqrch it on server. --- files/qa-plugins-supplement.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/qa-plugins-supplement.conf diff --git a/files/qa-plugins-supplement.conf b/files/qa-plugins-supplement.conf new file mode 100644 index 00000000..b4642452 --- /dev/null +++ b/files/qa-plugins-supplement.conf @@ -0,0 +1,15 @@ + +# Special configuration for encryption-related tests which need key to be queried from CLIENT app +# This configuration is used by alias-based tests which have parameter 'KeyHolderPlugin = KH2'. +#------------- +Plugin = KH2 { + Module = $(dir_plugins)/fbSampleKeyHolder + RegisterName = fbSampleKeyHolder + Config = KH2 +} + +Config = KH2 { + Auto = false +} +#------------- +