]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds base in-tree functional testing of the dhcp agent (OVS)
authormarios <marios@redhat.com>
Fri, 21 Nov 2014 12:20:54 +0000 (13:20 +0100)
committerSergey Belous <sbelous@mirantis.com>
Thu, 22 Oct 2015 15:14:14 +0000 (18:14 +0300)
commit31bdb9bffd9d9d979f53f954d165526438cf0c57
tree138b9d4b3eedb0d69c61150761531530b8df0538
parent8ec2752e094070c1d317e3a74120ecf5bd0b02f5
Adds base in-tree functional testing of the dhcp agent (OVS)

Adds some utility methods and a couple of base test cases that
can be added to. These first tests exercise the ovs driver (dnsmasq)
and so the code is organised accordingly - OVS specific test cases
are defined in a DHCPAgentOVSTestFramework

Partial-Bug: #1469065
Co-Authored-By: Cedric Brandily <zzelle@gmail.com>
Co-Authored-By: Sergey Belous <sbelous@mirantis.com>
Change-Id: Ic9d5a2f2b8014e4d81f5e5f6fa58b119a86de075
neutron/tests/contrib/functional-testing.filters
neutron/tests/functional/agent/linux/helpers.py
neutron/tests/functional/agent/test_dhcp_agent.py [new file with mode: 0644]
tools/configure_for_func_testing.sh