]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix a recent ipv6 UT regression
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 1 Sep 2014 04:39:12 +0000 (13:39 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 1 Sep 2014 06:56:24 +0000 (15:56 +0900)
commit6f5f14872387f3814d3c421f07e68f6ce45f7d7d
tree6369c5eb2d735a0d2663e87d9c651afff12127b8
parentcde6a03d2ab9c79688c3531014dbfa752ef8f874
Fix a recent ipv6 UT regression

This fixes UT failures on systems without the procfs entry
by adding appropriate mocking.  The problem introduced by
the following change:
    https://review.openstack.org/#/c/116826/
    commit 0c963f6140237d8d3f361c6aaa7d2a6b656504db

Also, add a test for the case which the change in question fixed.

Closes-Bug: #1363805
Related-Bug: #1361542
Change-Id: I72842c3446f3275e2288adc411540ab036025ed0
neutron/tests/unit/test_ipv6.py