]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't use duplicate filter names for functional testing
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 11 Nov 2015 14:13:00 +0000 (15:13 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 11 Nov 2015 14:15:03 +0000 (15:15 +0100)
commitd24df91ebfe1a944ea087dce45c0257d11d7df51
treebab977070a85c06ab393f8f2b10cfb34d08c36c6
parent8ab5be120e3a28c66e237c5c552b963936588239
Don't use duplicate filter names for functional testing

They are not supported by Python 3.x configparser module (you get
DuplicateOptionError if duplicate names are present).

This makes tests relying on rootwrap daemon to get stuck, because the daemon
fails to spawn, while we wait for results from the process.

Change-Id: I1628bb87b235a6b4bac53afda37402e986520f39
Related-Bug: #1515118
neutron/tests/contrib/functional-testing.filters