commit | 90e2a6d3c0184cd36d58d4eae598e192b6aefda7 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Mon Feb 06 19:56:43 2017 -0500 |
committer | Jens Rosenboom <j.rosenboom@x-ion.de> | Thu Feb 16 10:34:20 2017 +0100 |
tree | 1cadec1562226c11f3fa6893aaf393e3a847bdcd | |
parent | 7c43b980c038ca2815db8a23728ff180d8c899e0 [diff] |
Fix test_novnc for python3 When running test_novnc on python3 there are bunch of mismatches between bytes objects and strings. This commit cleans those up by casting things where appropriate to ensure everything is the same type on both py2 and py3. At the same time some sloppy asserts were cleaned up to make the casting easier. Depends-On: I349742d80e0abeb7866eeeb647ce18948eff81f8 Change-Id: Ibc95a8e0b264c3df396e866527574cd1aa73611a