This commit is contained in:
Chris Wolfe 2018-02-19 09:59:52 -06:00
parent 8ac4ff1e99
commit 7a6987a7f1

View File

@ -466,7 +466,9 @@ def test_send_command():
params = {'commands': ['#!/bin/bash\necho \'hello world\'']}
client = boto3.client('ssm', region_name='us-east-1')
# note the timeout is determined server side, so this is a simpler check.
before = datetime.datetime.now()
response = client.send_command(
InstanceIds=['i-123456'],
DocumentName=ssm_document,