log-api: Don't enable logging for linuxbridge

We still run API tests agains logging API and the job has OVS enabled.
As all linuxbridge flavors contain same string, this patch changes when
logging service plugin is configured which is always but in linuxbridge
scenario job.

Change-Id: I66234f45ee74c070119d84830790df296ba8d5f7
Related-bug: #1743463
This commit is contained in:
Jakub Libosvar 2018-01-18 13:49:51 +00:00
parent 17ae56a244
commit 4db37df648
1 changed files with 1 additions and 1 deletions

View File

@ -113,10 +113,10 @@ case $VENV in
fi
if [[ "$VENV" =~ "ovs" ]]; then
load_conf_hook ovsfw
load_rc_hook log # bug 1743463
fi
if [[ "$VENV" != "dsvm-scenario-linuxbridge" ]]; then
load_conf_hook tunnel_types
load_rc_hook log # bug 1743463
fi
if [[ "$VENV" =~ "dsvm-scenario-linuxbridge" ]]; then
# linuxbridge doesn't support gre