]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use oslo function for parsing bool from env var
authorMaru Newby <marun@redhat.com>
Sat, 8 Nov 2014 17:20:37 +0000 (17:20 +0000)
committerMaru Newby <marun@redhat.com>
Tue, 2 Dec 2014 14:40:07 +0000 (14:40 +0000)
commitb1b89a7394e23407010468c802337152d25d0463
tree65426eecbafd39d4cc4241052d9e021ac94bc280
parent2e20452fe56c6268a22193122f4537d9794cf9c7
Use oslo function for parsing bool from env var

The tests were previously defining their own way of parsing booleans
from strings.  This change switches to using a function defined in
the oslo.utils.strutils module.

Implements: bp retargetable-functional-testing

Change-Id: Ic06de1ed67dd9cc762415d362a928a89da0ce2f0
neutron/tests/base.py
neutron/tests/functional/base.py
neutron/tests/unit/testlib_plugin.py