]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
moving vxlan module check to sanity checks and making practical
authorMatthew Thode <mthode@mthode.org>
Wed, 10 Dec 2014 21:12:25 +0000 (15:12 -0600)
committerMatthew Thode <mthode@mthode.org>
Tue, 6 Jan 2015 20:42:38 +0000 (14:42 -0600)
commit6ccd411831183df5eb23e14393fb890ac103929e
treea1d4309b077245e9eda49109b2fc653f6e58eee8
parent0a46f3633ea13fd135d0229574b6817b348951eb
moving vxlan module check to sanity checks and making practical

Instead of checking via modinfo (which only checks if a module is
available) this checks actual usage, which is a more reliable way of
testing real world problems.

Change-Id: Ida78652ed50e2cb16fa0ab7194d8468714b99d61
Closes-Bug: 1339197
neutron/cmd/sanity/checks.py
neutron/cmd/sanity_check.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/functional/sanity/test_sanity.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py