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

class FixedIpTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_add_fixed_ip()
test_add_fixed_ip_no_network()
test_remove_fixed_ip()
test_remove_fixed_ip_no_address()
compute_api_add_fixed_ip(self, context, instance, network_id)
compute_api_get(self, context, instance_id)
compute_api_remove_fixed_ip(self, context, instance, address)

Previous topic

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

Next topic

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

This Page