F5Networks / neutron-lbaas

Clone of the OpenStack project neutron-lbaas
Apache License 2.0
1 stars 10 forks source link

TestHealthMonitors.test_update_health_monitor_missing_url_path has an Error at teardown when lb.get('pools') is not iterable #49

Closed ssorenso closed 6 years ago

ssorenso commented 7 years ago

Traceback:

../../../../../.tox/apiv2/local/lib/python2.7/site-packages/tempest/test.py:318: in tearDownClass
    six.reraise(etype, value, trace)
../../../../../.tox/apiv2/local/lib/python2.7/site-packages/tempest/test.py:301: in tearDownClass
    teardown()
base.py:161: in resource_cleanup
    cls._teardown_lb(lb, lb_id)
base.py:133: in _teardown_lb
    for pool in lb.get('pools'):
E   TypeError: 'NoneType' object is not iterable

impacted tests:

ssorenso commented 7 years ago

This is the issue in the driver