test: compile and test apps/emqx_connector with ee profile

This commit is contained in:
Ivan Dyachkov 2023-10-25 17:15:27 +02:00 committed by Zaiming (Stone) Shi
parent ad1def08c8
commit d53cd381ae
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@ describe_app() {
runner="docker"
fi
case "${app}" in
# emqx_connector test suite is using kafka brdige which is only available in emqx-enterprise
apps/emqx_connector)
profile='emqx-enterprise'
;;
apps/*)
if [[ -f "${app}/BSL.txt" ]]; then
profile='emqx-enterprise'