Functional test_ipwrapper_get_device_by_ip fails with new kernels
Bug #1522199 reported by
Assaf Muller
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| neutron |
Fix Released
|
High
|
John Schwarz | ||
Bug Description
Trace:
http://
The test creates a device via:
sudo ip tuntap add test223ef12 mode tap
Which on my system (Fedora 22) results in a device called:
test223ef12@NONE
And the test fails to compare 'test223ef12' to 'test223ef12@NONE'.
| Changed in neutron: | |
| status: | New → Confirmed |
| importance: | Undecided → High |
| milestone: | none → mitaka-2 |
| tags: | added: liberty-backport-potential |
| tags: | added: kilo-backport-potential |
| tags: | removed: liberty-backport-potential |
To post a comment you must log in.

The test failure probably exposed a failure in the production code rather than a test-only failure but I haven't given this too much thought yet.