]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Don't stub LoadBalancer.update in autoscaling tests
authorZane Bitter <zbitter@redhat.com>
Fri, 30 Aug 2013 18:45:54 +0000 (20:45 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 30 Aug 2013 18:50:16 +0000 (20:50 +0200)
commit4da718ce544076926abeb01a8ba61b71d33e530e
treeee178644d2d98e75c26c74a338ea617e5229496c
parent8b732241df6007c3005b14413ee1fe047eb4d108
Don't stub LoadBalancer.update in autoscaling tests

Stub handle_update() instead. We can still verify that the arguments are as
expected, while still exercising as much of the logic as possible.

Change-Id: Iebb861bb5af27d92e65083c8bac6821f91382dd5
heat/tests/test_autoscaling.py