tests: Run Python 3 tests with Python 3.
authorRussell Bryant <russell@ovn.org>
Thu, 24 Mar 2016 19:11:46 +0000 (15:11 -0400)
committerRussell Bryant <russell@ovn.org>
Thu, 24 Mar 2016 19:38:56 +0000 (15:38 -0400)
commitfd536ebb43a81bbed5ba8a3951334a33a69cb636
treec0e14a80e232b0240a70358d1f5c98825e30d148
parent56e18591d40301f557ccdf081369e6389e0f4f9e
tests: Run Python 3 tests with Python 3.

I noticed one spot where there intention was to run some tests with
Python 3, but a typo was making it still run with Python 2.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
tests/ovsdb.at