Skip to content

Commit a3a7db4

Browse files
author
Madhuri Yechuri
committed
No need to remove S3 bucket in test_installer anymore.
1 parent 06245e6 commit a3a7db4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

flocker/acceptance/endtoend/test_installer.py

-7
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,6 @@ def delete_cloudformation_stack(stack_id):
176176
:param unicode stack_id: The AWS cloudformation stack ID.
177177
:returns: A ``Deferred`` which fires when the stack has been deleted.
178178
"""
179-
result = get_stack_report(stack_id)
180-
outputs = result['Outputs']
181-
s3_bucket_name = get_output(outputs, 'S3Bucket')
182-
check_output(
183-
['aws', 's3', 'rb', 's3://{}'.format(s3_bucket_name), '--force']
184-
)
185-
186179
check_output(
187180
['aws', 'cloudformation', 'delete-stack',
188181
'--stack-name', stack_id]

0 commit comments

Comments
 (0)