]> git.proxmox.com Git - mirror_ovs.git/commit
ovsdb-idl.at: Return stream open_block python tests.
authorIlya Maximets <i.maximets@ovn.org>
Fri, 4 Sep 2020 11:51:26 +0000 (13:51 +0200)
committerIlya Maximets <i.maximets@ovn.org>
Mon, 16 Nov 2020 16:47:11 +0000 (17:47 +0100)
commit6fcef9088b6657f7a68cdded172f5bb5b053d848
tree492c8a45130358b58892c82e333854d83654e2f7
parent42da9cbc3aea5ce33beab1f2d86dc3e175603cad
ovsdb-idl.at: Return stream open_block python tests.

Invocations of CHECK_STREAM_OPEN_BLOCK_PY was accidentally removed
during python2 to python3 conversion.  So, these tests was not
checked since that time.

This change returns tests back.  CHECK_STREAM_OPEN_BLOCK_PY needed
updates, so instead I refactored function for C tests to be able to
perform python tests too.  Also, added test for python with IPv6.

Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.")
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Acked-by: Gaetan Rivet <grive@u256.net>
tests/ovsdb-idl.at