diff options
author | Scott Moser <smoser@ubuntu.com> | 2018-01-19 09:43:55 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2018-01-23 21:05:21 -0500 |
commit | 32a6a1764e902c31dd3af9b674cea14cd6501187 (patch) | |
tree | 86c84dab8cb09f0bc45d01df2a810fdcf30f7bab /tox.ini | |
parent | ccbe7f6e53eb243b5c869d4f927b93b47e5cb8cd (diff) | |
download | vyos-cloud-init-32a6a1764e902c31dd3af9b674cea14cd6501187.tar.gz vyos-cloud-init-32a6a1764e902c31dd3af9b674cea14cd6501187.zip |
tests: Fix EC2 Platform to return console output as bytes.
The EC2 test platform uses boto, and boto decodes console output
with decode('utf-8', 'replace). It is known that Ubuntu consoles
contain non-utf8 characters, making this call lossy.
The change here is to patch the boto session to include a OutputBytes
entry in the console_output response, and then to utilize that in
console_log.
More information on problem and solution at:
https://github.com/boto/botocore/issues/1351
Diffstat (limited to 'tox.ini')
0 files changed, 0 insertions, 0 deletions