F5Networks / neutron-lbaas

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

Update tempest test files to fix various test issues #21

Closed pjbreaux closed 7 years ago

pjbreaux commented 7 years ago

@szakeri

Issues: Fixes #20

Problem: The scenario tests for the mitaka branch fail due to request calls to VIP not properly configuring (or bypassing) ssl verification. We need to fix up the requests to have a context that allows the request to be verified.

Analysis: Modified the requirements.txt file for mitaka to point to a tempest release that is known to work (12.1.0). Updated the request call to the VIP to have an ssl context.

Tests: Ran tests manually in boulder lab.