avinetworks / openstack-lbaasv2

Repository of Avi's Driver for OpenStack LBaaSv2
Apache License 2.0
0 stars 2 forks source link

AV-80310: Handle unexpected value/type of member weight #11

Closed anantpatil closed 4 years ago

anantpatil commented 4 years ago

AV-80310: Handle unexpected value/type of member weight

Test cases:

  1. Test with and without specifying weight of pool member.
  2. Test updating weight from 0 to a valid value. (Case of enable)
  3. Test updating from valid value to 0. (Case of disable).
  4. Test just updating the weight from one value to another. Check ratio is updated.
  5. Test by manually mocking the weight and setting it to invalid type/value.
apalsule commented 4 years ago

@anantpatil I cannot merge it.