Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Commit 3070894

Browse files
authored
try tests again (#154)
1 parent 7f9f78d commit 3070894

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

manager_tests/test_awssdk.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def inputs(self):
4646
try:
4747
return {
4848
'password': os.environ['ECOSYSTEM_SESSION_PASSWORD'],
49-
'ec2_region_name': 'ap-northeast-2',
50-
'ec2_region_endpoint': 'ap-northeast-2.amazonaws.com',
51-
'availability_zone': 'ap-northeast-2c',
49+
'ec2_region_name': 'eu-central-1',
50+
'ec2_region_endpoint': 'ec2.eu-central-1.amazonaws.com',
51+
'availability_zone': 'eu-central-1b',
5252
'aws_secret_access_key': os.environ['AWS_SECRET_ACCESS_KEY'],
5353
'aws_access_key_id': os.environ['AWS_ACCESS_KEY_ID']
5454
}
@@ -185,9 +185,9 @@ def check_resources_in_deployment_deleted(self, nodes, node_names):
185185
'LoadBalancerName')
186186
if 'LifecycleHook' in node_type:
187187
lifecycle_hook_command = \
188-
'aws autoscaling describe-lifecycle-hooks ' \
189-
'--auto-scaling-group-name test-autoscaling ' \
190-
'--lifecycle-hook-names {0}'.format(external_id)
188+
'aws autoscaling describe-lifecycle-hooks' \
189+
' --auto-scaling-group-name test-autoscaling' \
190+
' --lifecycle-hook-names {0}'.format(external_id)
191191
self.check_resource_method(
192192
command=lifecycle_hook_command, exists=False)
193193
else:

0 commit comments

Comments
 (0)