F5Networks / neutron-lbaas

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

stable/newton pool member api tests need to use IP address other than loopback #40

Closed pjbreaux closed 7 years ago

pjbreaux commented 7 years ago

@jlongstaf

Issues: Fixes #39

Problem: There are a few member api tests which use the loopback address 127.0.0.1 to create dummy members, but the BIG-IP does not allow members to be created with this address, so those tests fails. We made this change in liberty and mitaka, but since we are not merging up all those changes into newton, we need to cherry-pick those commits into the stable/newton branch.

Analysis: Changed 127 adresses to 128 address where necessary.

Tests: Running the driver tests, which include the tests here, against a newton stack. Wait to merge until the results of those tests are posted here.

pjbreaux commented 7 years ago

@jlongstaf: hold off on merging until I've completed testing. Thanks!

pjbreaux commented 7 years ago

Tests has finished running and are available in the driver repo.