Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Test exposes AutoScaling launch_configuration bug when using bloc…
Browse files Browse the repository at this point in the history
…k device mappings.
  • Loading branch information
Tobias Work authored and toastdriven committed Sep 13, 2013
1 parent 974743f commit 9049f05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/unit/ec2/autoscale/test_group.py
Expand Up @@ -233,12 +233,12 @@ def test_launch_config(self):

self.assert_request_parameters({
'Action': 'CreateLaunchConfiguration',
'BlockDeviceMapping.1.DeviceName': '/dev/sdf',
'BlockDeviceMapping.1.Ebs.DeleteOnTermination': 'false',
'BlockDeviceMapping.1.Ebs.SnapshotId': 'snap-12345',
'BlockDeviceMapping.2.DeviceName': '/dev/sdg',
'BlockDeviceMapping.2.Ebs.DeleteOnTermination': 'false',
'BlockDeviceMapping.2.Ebs.SnapshotId': 'snap-12346',
'BlockDeviceMappings.member.1.DeviceName': '/dev/sdf',
'BlockDeviceMappings.member.1.Ebs.DeleteOnTermination': 'false',
'BlockDeviceMappings.member.1.Ebs.SnapshotId': 'snap-12345',
'BlockDeviceMappings.member.2.DeviceName': '/dev/sdg',
'BlockDeviceMappings.member.2.Ebs.DeleteOnTermination': 'false',
'BlockDeviceMappings.member.2.Ebs.SnapshotId': 'snap-12346',
'EbsOptimized': 'false',
'LaunchConfigurationName': 'launch_config',
'ImageId': '123456',
Expand Down

0 comments on commit 9049f05

Please sign in to comment.