[tests] Update boto version for the AssociatePublicIpAddress boto fix. Refs #82

This commit is contained in:
Hugo Lopes Tavares 2014-02-10 14:08:56 -05:00
parent 8b6facf133
commit 94abf90920

View File

@ -50,7 +50,7 @@ def test_create_launch_configuration_for_2_12():
launch_config.ebs_optimized.should.equal(True) launch_config.ebs_optimized.should.equal(True)
@requires_boto_gte("2.23") @requires_boto_gte("2.25.0")
@mock_autoscaling @mock_autoscaling
def test_create_launch_configuration_using_ip_association(): def test_create_launch_configuration_using_ip_association():
conn = boto.connect_autoscale() conn = boto.connect_autoscale()
@ -65,7 +65,7 @@ def test_create_launch_configuration_using_ip_association():
launch_config.associate_public_ip_address.should.equal(True) launch_config.associate_public_ip_address.should.equal(True)
@requires_boto_gte("2.23") @requires_boto_gte("2.25.0")
@mock_autoscaling @mock_autoscaling
def test_create_launch_configuration_using_ip_association_should_default_to_false(): def test_create_launch_configuration_using_ip_association_should_default_to_false():
conn = boto.connect_autoscale() conn = boto.connect_autoscale()