opsworks: impl start_instance, describe_instances

This commit is contained in:
Vladimir Sudilovsky 2016-04-18 15:44:21 -04:00
commit 1ce22068ea
5 changed files with 208 additions and 10 deletions

View file

@ -21,7 +21,7 @@ def test_create_stack_response():
@mock_opsworks
def test_describe_stacks():
client = boto3.client('opsworks')
for i in xrange(1, 4):
for i in range(1, 4):
client.create_stack(
Name="test_stack_{}".format(i),
Region="us-east-1",