nova/plugins/xenserver
Davanum Srinivas ed0196ebb6 Get py34 subunit.run test discovery to work
Currently the tox py34 target uses testtools.run to run
a subset of our test harness. We need to be able to use
pretty_tox.sh just like py27 as we make progress with py34
support.

The first step is to make sure we can discover all the
tests using:
python -m subunit.run discover -t . ./nova/tests/ --list

So, we need to fix a bunch of things for the discovery
to work including updating to a new version of websockify.

In the xen code, we should keep the original import and
add except for py34 as xen uses an older python that does
not work with six.moves.

Depends-On: Ib4ef2e79b28b7180e564b3d6dc2188456c66c08a
Change-Id: I88b6746da6136a7386a173f6cacd42f0b470deee
2015-07-28 10:40:56 +00:00
..
doc Improve grammar throughout nova. 2012-04-10 11:15:07 -07:00
networking/etc Fixed many typos. 2014-04-25 21:47:41 -07:00
xenapi Get py34 subunit.run test discovery to work 2015-07-28 10:40:56 +00:00