commit | 5a4f09ade63262ad7fe0f4c9a22af8a1e588e74d | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Nov 09 02:21:54 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Nov 09 02:21:54 2016 +0000 |
tree | 112e28f58a8a17377103ebc643f12145977470d4 | |
parent | b8259274093ce91aea7d873cbf45982d66ac123d [diff] | |
parent | fa535cfeda40212af56f237c8c39daf184aed862 [diff] |
Merge "m1.tiny is not always there"
diff --git a/scenario/test_autoscaling_lbv2.py b/scenario/test_autoscaling_lbv2.py index b3a1842..78cde53 100644 --- a/scenario/test_autoscaling_lbv2.py +++ b/scenario/test_autoscaling_lbv2.py
@@ -46,6 +46,8 @@ # skip unsuccessful requests if r.status_code == 200: resp.add(r.text) + if len(resp) == expected_num: + break self.assertEqual(expected_num, len(resp)) def test_autoscaling_loadbalancer_neutron(self):