The nova.tests.api.openstack.compute.contrib.test_fixed_ips Module

class FakeModel(values)

Bases: object

Stubs out for model.

class FixedIpTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_fixed_ip_reserve()
test_fixed_ip_reserve_bad_ip()
test_fixed_ip_reserve_deleted_ip()
test_fixed_ip_unreserve()
test_fixed_ip_unreserve_bad_ip()
test_fixed_ip_unreserve_deleted_ip()
test_fixed_ips_get()
test_fixed_ips_get_bad_ip_fail()
test_fixed_ips_get_deleted_ip_fail()
fake_fixed_ip_get_by_address(context, address)
fake_fixed_ip_get_by_address_detailed(context, address)
fake_fixed_ip_update(context, address, values)
fake_network_get_all(context)

Previous topic

The nova.tests.api.openstack.compute.contrib.test_extended_status Module

Next topic

The nova.tests.api.openstack.compute.contrib.test_flavor_access Module

This Page