]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix setup of Neutron core plugin in VPNaaS UT
authorKevin Benton <blak111@gmail.com>
Thu, 2 Oct 2014 08:16:46 +0000 (01:16 -0700)
committerKevin Benton <blak111@gmail.com>
Thu, 2 Oct 2014 08:16:46 +0000 (01:16 -0700)
commit623aa30b33692f8b1d1d12859281d23163829835
tree594febec7924f7ee67c6f343ba8f29a0bd120b7c
parent26a17ccf9c507d6cd67410334d6f0883e1d927ea
Fix setup of Neutron core plugin in VPNaaS UT

One of the VPNaaS unit test setup routines creates
and extension manager but passes it a class but it
should be passing an instance of that class.

Change-Id: I589cdda0674fdf8fa20d92c2609e1ba6966125d8
neutron/tests/unit/db/vpn/test_db_vpnaas.py