commit 65a294eebca3297db2ca33846a6058d7d36a9869
Author: Paul Michali <email address hidden>
Date: Mon Mar 30 15:05:34 2015 +0000
VPNaaS Remove dependency on Neutron for unit test
Instead of mocking the execute() method from Neutron, we'll mock
higher up, at _execute() for the *Swan process. This will isolate
the tests from Neutron.
Found that some DVR tests were not activated (missing BaseTestCase
inheritance), and cleaned up a few tests.
Reviewed: https:/ /review. openstack. org/169008 /git.openstack. org/cgit/ openstack/ neutron- vpnaas/ commit/ ?id=65a294eebca 3297db2ca33846a 6058d7d36a9869
Committed: https:/
Submitter: Jenkins
Branch: master
commit 65a294eebca3297 db2ca33846a6058 d7d36a9869
Author: Paul Michali <email address hidden>
Date: Mon Mar 30 15:05:34 2015 +0000
VPNaaS Remove dependency on Neutron for unit test
Instead of mocking the execute() method from Neutron, we'll mock
higher up, at _execute() for the *Swan process. This will isolate
the tests from Neutron.
Found that some DVR tests were not activated (missing BaseTestCase
inheritance), and cleaned up a few tests.
Change-Id: Ia7655714088f53 478d4286b8f61fc a77688c1ecc
Closes-Bug: #1438259