nova/nova/tests/unit/virt/xenapi
Matt Riedemann 0d2daa262a XenAPI: Fix ValueError in test_slave_asks_master_to_add_slave_to_pool
Change If9e8dd5cc2634168910d5f9f8d9302aeefa16097 in
oslo.serialization will raise a ValueError when it can't
convert something to a primitive, which in this case is the
Aggregate object used in this test. Given the add_to_aggregate
method doesn't even serialize the Aggregate object passed in,
I'm not sure how this was working before, but the fix is to
just not try and expect add_aggregate_host RPC API is called
with a serialized Aggregate object.

Change-Id: I139533dfd94a1aa7a00a6220a4411bebe1c9e88b
Related-Bug: #1593641
2017-07-16 09:30:33 -04:00
..
image XenAPI: Remove bittorrent.py which is already deprecated 2017-06-07 19:09:58 -07:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
stubs.py Deprecate xenserver.vif_driver config option and change default 2017-02-16 12:15:12 -05:00
test_agent.py XenAPI: use os-xenapi 0.2.0 in nova 2017-06-06 22:01:24 -07:00
test_driver.py Fix live migrate with XenServer 2017-02-16 14:02:35 +00:00
test_network_utils.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_vif.py XenAPI: use os-xenapi 0.2.0 in nova 2017-06-06 22:01:24 -07:00
test_vm_utils.py Remove mox from nova.tests.unit.virt.xenapi.test_vm_utils.py 2017-06-29 14:10:33 +08:00
test_vmops.py xenapi: avoid unnecessary BDM query when building device metadata 2017-07-06 13:29:43 -04:00
test_volume_utils.py [3/3]Replace six.iteritems() with .items() 2017-02-09 23:09:38 +08:00
test_volumeops.py refactor: move down ``dev_number`` in xenapi 2016-12-05 13:19:23 -06:00
test_xenapi.py XenAPI: Fix ValueError in test_slave_asks_master_to_add_slave_to_pool 2017-07-16 09:30:33 -04:00
vm_rrd.xml move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00