Enable VPNaaS functional tests in the neutronclient gate

This patch is enable VPNaaS functional tests in gate after
the project come back.

This is follow up the latter of [1].

[1] https://review.openstack.org/#/c/404366/

Change-Id: Idc9a021dc5916757b3698bd74866db2e7f824475
This commit is contained in:
Cao Xuan Hoang 2018-01-02 11:42:00 +07:00
parent 05218d9500
commit 228ad49be5
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ function load_rc_hook {
if [ "$VENV" == "functional-adv-svcs" ]
then
load_rc_hook fwaas
load_rc_hook vpnaas
fi
export DEVSTACK_LOCALCONF=$(cat $LOCAL_CONF)