On 3 June 2016 at 09:13, Ben Pfaff <b...@ovn.org> wrote: > On Mon, May 23, 2016 at 06:20:25PM -0700, Joe Stringer wrote: >> Since commit e23812fc60af ("Increase prerequisite from Python 2.4 to >> Python 2.7.") in OVS v2.5, we have required a newer version of python >> to build and run OVS on all platforms, including Xenserver. However, >> support for python3 was not yet introduced. >> >> This series updates the xenserver scripts just enough to allow the >> interface-reconfigure tests to run and pass on both python2.7 and python3, >> without attempting to fully satisfy PEP-8 or flake8. This should assist >> developers beginning to use python3 as the default python interpreter on >> their development systems. > > I tested that these pass "make check" on my system. > > I looked over all of them and they all seem reasonable. > > For the whole series: > Acked-by: Ben Pfaff <b...@ovn.org>
Thanks. I also tried this out on Ubuntu 1[46].04 with a symlink from /usr/local/bin/python to /usr/bin/python3 and it worked fine for me there. I applied the series to master. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev