F5Networks / neutron-lbaas

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

Scenario tests in liberty failing due to AttributeError #24

Closed pjbreaux closed 7 years ago

pjbreaux commented 7 years ago

@dflanigan

Fixes: Issue #23

Problem: Six scenario tests are failing with AttributeError, object has no attribute 'tenant_id'.

Analysis: Added call to set tenant_id at the beginning of the base.py's setUp function.

Tests: Ran these scenario tests against an undercloud stack and five tests pass, but the sixth fails due to another error.