Fix broken flow classifier tests

Commit I14702ddcc5c32ba34b5f905a15cd816a69ef2b49 broke our tests
becasue of a missing import.
This is a temporary fix until the import will be added to the sfc
tests base class.

Change-Id: Ib24b346f651d07cc869d95f82d250065f5c3ce0f
This commit is contained in:
Adit Sarfaty 2016-09-28 11:56:23 +03:00
parent 172c5d8cb9
commit 51a2c82ff7

View File

@ -25,6 +25,7 @@ from neutron.common import config
from neutron import context
from neutron.extensions import portbindings
from neutron import manager
from neutron.plugins.ml2.drivers import type_vxlan # noqa
from networking_sfc.db import flowclassifier_db as fdb
from networking_sfc.extensions import flowclassifier