]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add high-level functional/integration DVR tests
authorAssaf Muller <amuller@redhat.com>
Tue, 28 Apr 2015 14:47:13 +0000 (10:47 -0400)
committerAssaf Muller <amuller@redhat.com>
Wed, 19 Aug 2015 22:01:16 +0000 (18:01 -0400)
commitb1fe6426e37ef687c46d05a39d5a404656746461
treea473cfda6b1e6caf6609586b4dc6d9f589cbeec1
parente0bc5239e0a3b21c421c34b0e3029dd651097a8e
Add high-level functional/integration DVR tests

* A note from the legal team: These tests in no way replace
  any existing tests. I would never dream of such a thing. Nor
  would anyone ever consider calling these 'unit' tests. That
  would be mad!

Change-Id: I73c2b2096e767575a196bf08e7d4cc7ec52fdfa3
Co-Authored-By: Lynn Li <lynn.li@hp.com>
neutron/tests/functional/services/__init__.py [new file with mode: 0644]
neutron/tests/functional/services/l3_router/__init__.py [new file with mode: 0644]
neutron/tests/functional/services/l3_router/test_l3_dvr_router_plugin.py [new file with mode: 0644]
neutron/tests/unit/plugins/ml2/base.py [new file with mode: 0644]
neutron/tests/unit/plugins/ml2/test_plugin.py