]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Simplify base test cases
authorMaru Newby <marun@redhat.com>
Mon, 23 Mar 2015 23:18:44 +0000 (23:18 +0000)
committerarmando-migliaccio <armamig@gmail.com>
Fri, 27 Mar 2015 01:01:22 +0000 (18:01 -0700)
commita314544defd29bc95e2f012ad24028ea1aabfae8
tree899b27b62f1f9fb38b83f1df2a0421b7a1cc2950
parent0c2cf8b4604b15e0fc16be850fb416e21cf1cde6
Simplify base test cases

Previous changes (Ifa270536481fcb19c476c9c62d89e6c5cae36ca1 and
I44251db399cd73390a9d1931a7f253662002ba10) separated out test setup
that had to import Neutron to allow the api tests to run.  The api
tests previously imported Tempest, and errors would result if both
Neutron and Tempest were imported in the same test run.  Now that the
api tests do not import Tempest, the base test cases can be simplified
by reversing the referenced changes.

A dependent change to neutron-fwaas removes reference to testlib
plugin: I0f2098cfd380fb6978d643cfd09bcc5cf8ddbdb9

Change-Id: Ifca5615680217818b8c5e8fc2dee5d089fbd9532
23 files changed:
neutron/tests/api/base_v2.py
neutron/tests/api/test_v2_rest.py
neutron/tests/base.py
neutron/tests/common/base.py
neutron/tests/functional/agent/linux/base.py
neutron/tests/functional/api/test_v2_plugin.py
neutron/tests/unit/db/test_l3_ha_db.py
neutron/tests/unit/services/metering/test_metering_agent.py
neutron/tests/unit/test_api_v2.py
neutron/tests/unit/test_api_v2_extension.py
neutron/tests/unit/test_db_plugin.py
neutron/tests/unit/test_db_plugin_level.py
neutron/tests/unit/test_dhcp_scheduler.py
neutron/tests/unit/test_extension_ext_gw_mode.py
neutron/tests/unit/test_extension_extended_attribute.py
neutron/tests/unit/test_extension_pnet.py
neutron/tests/unit/test_l3_plugin.py
neutron/tests/unit/test_l3_schedulers.py
neutron/tests/unit/test_neutron_manager.py
neutron/tests/unit/test_quota_ext.py
neutron/tests/unit/test_rpc_service.py
neutron/tests/unit/test_servicetype.py
neutron/tests/unit/testlib_plugin.py [deleted file]