ovsdb.at: Run Python tests for Python 2 and 3.
authorRussell Bryant <russell@ovn.org>
Fri, 18 Dec 2015 13:33:30 +0000 (08:33 -0500)
committerRussell Bryant <russell@ovn.org>
Mon, 22 Feb 2016 20:17:35 +0000 (15:17 -0500)
commitf08b8d918f1ae7c9c814c31a7e600bd16687e1a5
tree07401d0eaa478be28a6347bd9052fad40d9db03d
parentf7255f0661ad642b22486a15cd9ffc8515e68935
ovsdb.at: Run Python tests for Python 2 and 3.

ovsdb.at includes some macros for running some identical test cases for
both C and Python.  Update these macros to run the test case for both
Python 2 and 3.  Retain the existing behavior for the direct use of the
_PY versions of these macros to only run against Python 2 without any
changes needed.

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