summaryrefslogtreecommitdiff
path: root/tests/MockXenAPI.py
Commit message (Collapse)AuthorAgeFilesLines
* python: Resolve pep8 blank line errors.Russell Bryant2016-01-051-0/+3
| | | | | | | | | | Resolve pep8 errors E302 and E303: E302 expected 2 blank lines, found 1 E303 too many blank lines (3) Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
* tests: Fix MockXenAPI to make the ovs-xapi-sync test case pass again.Ben Pfaff2012-06-271-1/+17
| | | | | | | | 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>
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
| | | | | | | | Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* xenserver: Add vm-id to the external_ids.Gurucharan Shetty2012-03-061-0/+9
| | | | | | | | | | | | The vm-id external id in the interface table will uniquely identify a VM that is connected to a bridge through that interface. In xenserver, this will have the same value as the external id - xs-vm-uuid and can be overridden by setting the nicira-vm-id key in the other_config field of VM record of XAPI. Bug #10020. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
* ovs-xapi-sync: Add unit test.Ben Pfaff2011-09-261-0/+89