tests: Fix MockXenAPI to make the ovs-xapi-sync test case pass again.
authorBen Pfaff <blp@nicira.com>
Wed, 27 Jun 2012 16:56:20 +0000 (09:56 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Jun 2012 16:56:37 +0000 (09:56 -0700)
commitccc898f5c79bee1e35b7e91ca1edd3c7bad59fec
tree993eb9813997299a1656dc11ad8992ec17ad1d3b
parent1dc6839d2dd4e672742114a2664f5130c3235f3d
tests: Fix MockXenAPI to make the ovs-xapi-sync test case pass again.

Commit 1dc6839d2d (xenserver: Improve efficiency of code by using
get_all_records_where()) updated the ovs-xapi-sync script and caused a unit
test failure.  This fixes it.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/MockXenAPI.py