1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
Adrian Likins 2b0a7338d4 Handle win style CRLF newlines in vault text (#27590)
When parsing a vaulttext blob, use .splitlines()
instead of split(b'\n') to handle \n newlines and
windows style \r\n (CRLF) new lines.

The vaulttext enevelope at this point is just the header line
and a hexlify()'ed blob, so CRLF is a valid newline here.

Fixes #22914
2017-08-01 18:53:22 -04:00
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration Comment cli provider creds on junos group_vars (#27611) 2017-08-02 00:46:31 +02:00
results Create bot friendly sanity output. (#22381) 2017-03-07 14:59:50 -08:00
runner Add some features to the pylint sanity check 2017-07-29 14:13:30 -07:00
sanity WIP: Replace boilerplate (#27554) 2017-08-01 14:37:37 -07:00
units Handle win style CRLF newlines in vault text (#27590) 2017-08-01 18:53:22 -04:00
utils Optimize running of CI cloud integration tests. 2017-07-14 22:28:14 -07:00