6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

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.

This commit is contained in:
pavel-zotov 2023-12-28 16:04:15 +03:00
parent bc59f5e644
commit 68cb680c1f

View File

@ -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
}
#-------------