]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Check for configured IPV6 before running tests
authorJohn Griffith <john.griffith@solidfire.com>
Thu, 17 Jan 2013 23:30:32 +0000 (16:30 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Thu, 17 Jan 2013 23:32:14 +0000 (16:32 -0700)
commitad45eb32a6be5b47b89508d3dfba409434a049e1
tree38611c71f244406b62300d3a323f48d869006276
parentd3324a35adc6bdba9b58a1bc2dbb6d9654e8936a
Check for configured IPV6 before running tests

Some folks don't/can't have IPV6 configured on their systems,
the new IPV6 tests in test_wsgi require that you do, so
let's add a check and skip if there are no IPV6 configured interfaces.

Change-Id: I7cbdcbc3ad4cc4690634f6464d6e28d9f4dfd791
cinder/tests/test_wsgi.py