Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ansible/library/exabgp]: Output handling for PY3 (sonic-net#14423)
Tests running in PTF Py3 only image fail with error - E {"changed": false, "failed": true, "msg": "Error: (<class 'AttributeError'>, AttributeError(\"'str' object has no attribute 'decode'\"), <traceback object at 0x7f60a07fe2c0>)"} How did you do it? Fixed to code to treat output as UTF-8 native string in Py3. How did you verify/test it? By running failed tests manually on a testbed.
- Loading branch information