]> git.proxmox.com Git - mirror_ovs.git/commit
Simplify partial map Py3 IDL test added by commit a59912a0
authorRyan Moats <rmoats@us.ibm.com>
Mon, 15 Aug 2016 00:48:24 +0000 (19:48 -0500)
committerBen Pfaff <blp@ovn.org>
Mon, 15 Aug 2016 03:17:00 +0000 (20:17 -0700)
commit884d9bad71f56c4f3e4b5d7dd5e62d6fdb964ee1
tree957edb7f674235a1d4d3fb31fe992e2ef58be557
parentf5792c3f36dee70f5c17d03982dce212847024b3
Simplify partial map Py3 IDL test added by commit a59912a0

Commit a59912a0 ("python: Add support for partial map
and partial set updates") added unit tests for the partial
map function for the python IDL.  However, because Python3
doesn't order dictionaries consistently, this
test is a crap shoot for systems that support Python3.

As a short term fix, do not use a dictionary with multiple
elements for the partial map test case.

Change-Id: Ibdec10ebd895051321b9bff7d9fe8a7e0bd9eb88
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/ovsdb-idl.at
tests/test-ovsdb.py