]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add common base class for agent functional tests
authorKyle Mestery <kmestery@cisco.com>
Wed, 2 Apr 2014 07:17:37 +0000 (07:17 +0000)
committerKyle Mestery <kmestery@cisco.com>
Mon, 7 Apr 2014 08:13:59 +0000 (08:13 +0000)
commit83a11d406eb421285a7fffd3ce853394211ac397
treece0467effbd5617409b1436e20fdb59fb46bb4fc
parent9009a2296b648b3977fd8c1f3d8324dfe965e1f0
Add common base class for agent functional tests

Refactor the functional tests a bit to add a common base class for agent
tests. This is needed an upcoming commit which adds a functional test
for VXLAN version checking.

Closes-Bug: #1301363

Change-Id: I438e401cbfb40e5557e5125f2a409bac5c1fd1c2
neutron/plugins/common/constants.py
neutron/tests/functional/agent/linux/base.py [new file with mode: 0644]
neutron/tests/functional/agent/linux/test_ovsdb_monitor.py