]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Transform BaseLinuxTestCase methods in helpers
authorCedric Brandily <zzelle@gmail.com>
Thu, 19 Mar 2015 14:18:03 +0000 (14:18 +0000)
committerCedric Brandily <zzelle@gmail.com>
Mon, 23 Mar 2015 16:24:31 +0000 (16:24 +0000)
commit1c4d0f125cc8652f07fad6b042dcef2716f3acf9
tree26ea07122244b61bd421fb5c8fe70e53ebbfd5b5
parente7becaf36c905d12d1c7c39dc83e8da628333f0d
Transform BaseLinuxTestCase methods in helpers

This change transforms BaseLinuxTestCase[1] methods into helpers.  They
are not removed but transformed into wrappers to helpers methods to
reduce change size.  A follow-up change will remove them and adapt
testcases currently using them.

[1] in neutron.tests.functional.agent.linux.base

Change-Id: Id325a91b74ff7a989739eea5cac61009dc5dc945
neutron/tests/common/net_helpers.py [new file with mode: 0644]
neutron/tests/functional/agent/linux/base.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/functional/agent/test_ovs_lib.py