From 51a2c82ff7b48caa5d45c1cc3ea6bd19e8f64747 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Wed, 28 Sep 2016 11:56:23 +0300 Subject: [PATCH] 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 --- .../tests/unit/services/flowclassifier/test_nsxv_driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vmware_nsx/tests/unit/services/flowclassifier/test_nsxv_driver.py b/vmware_nsx/tests/unit/services/flowclassifier/test_nsxv_driver.py index f32863082f..c554201c69 100644 --- a/vmware_nsx/tests/unit/services/flowclassifier/test_nsxv_driver.py +++ b/vmware_nsx/tests/unit/services/flowclassifier/test_nsxv_driver.py @@ -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