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:
parent
bc59f5e644
commit
68cb680c1f
15
files/qa-plugins-supplement.conf
Normal file
15
files/qa-plugins-supplement.conf
Normal 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
|
||||
}
|
||||
#-------------
|
||||
|
Loading…
Reference in New Issue
Block a user