xenserver: Fix string compatibility in python3.
authorJoe Stringer <joe@ovn.org>
Tue, 24 May 2016 01:20:27 +0000 (18:20 -0700)
committerJoe Stringer <joe@ovn.org>
Tue, 7 Jun 2016 23:18:44 +0000 (16:18 -0700)
commit1ea636ec836719630cef9465bc248870a66a3b24
tree43bf659235760821172e4ae7a1d852776225b723
parent8b35f045e18a1d1c9cf10eb214adf6d6f290592d
xenserver: Fix string compatibility in python3.

PEP 3120 made UTF-8 the default source encoding for python3 strings;
ensure that the output for strings are consistent between python2.7 and
python3.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
tests/interface-reconfigure.at
xenserver/opt_xensource_libexec_InterfaceReconfigure.py
xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py