nova/nova/tests/unit/virt/xenapi
Victor Stinner 9bc21deea7 Drop L from literal integer numbers for Python 3
On Python 3, 123L is a syntax error. Replace 123L with 123 to get code working
on Python 2 and Python 3.

This patch was generated by the following tool (revision 9f3076ad5e09) using
the "long" operation:
https://bitbucket.org/haypo/misc/src/tip/python/sixer.py

Manual change:

* In nova/tests/unit/objects/test_fields.py, we explicitly want to check that
  long integers are supported as well. Keep the test on long, but replace
  1L with long(1) to avoid the syntax error on Python 3.

Blueprint nova-python3
Change-Id: I6a1234673a82909780dc7a82d5998705342dbfc6
2015-05-11 11:15:33 +02:00
..
client xenapi: Fix session tests leaking state 2015-03-05 16:57:15 -06:00
image Use oslo.log 2015-02-22 07:56:40 -05:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
stubs.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_agent.py Enable check for H238 rule 2015-01-20 18:05:47 +03:00
test_driver.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_network_utils.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_vm_utils.py Drop L from literal integer numbers for Python 3 2015-05-11 11:15:33 +02:00
test_vmops.py xenapi: pull vm_mode and auto_disk_config from image when rescue. 2015-04-07 05:25:09 +00:00
test_volume_utils.py Xenapi: Allow volume backed instances to migrate 2014-12-03 21:08:05 +00:00
test_volumeops.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_xenapi.py xenapi: pull vm_mode and auto_disk_config from image when rescue. 2015-04-07 05:25:09 +00:00
vm_rrd.xml move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00