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 <russ...@ovn.org> --- tests/ovsdb.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ovsdb.at b/tests/ovsdb.at index 2e87ef3..5000713 100644 --- a/tests/ovsdb.at +++ b/tests/ovsdb.at @@ -56,7 +56,7 @@ m4_define([OVSDB_CHECK_POSITIVE_PY3], m4_define([OVSDB_CHECK_POSITIVE_CPY], [OVSDB_CHECK_POSITIVE([$1 - C], [$2], [$3], [$4], [$5]) OVSDB_CHECK_POSITIVE_PY([$1 - Python2], [$2], [$3], [$4], [$5], [$6]) - OVSDB_CHECK_POSITIVE_PY([$1 - Python3], [$2], [$3], [$4], [$5], [$7])]) + OVSDB_CHECK_POSITIVE_PY3([$1 - Python3], [$2], [$3], [$4], [$5], [$7])]) # OVSDB_CHECK_NEGATIVE(TITLE, TEST-OVSDB-ARGS, OUTPUT, [KEYWORDS], [PREREQ]) # -- 2.5.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev