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

class InterfaceAttachTests(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_attach_interface_with_network_id()
test_attach_interface_with_port_and_network_id()
test_attach_interface_without_network_id()
test_delete()
test_delete_interface_not_found()
test_show()
test_show_invalid()
fake_attach_interface(self, context, instance, network_id, port_id, requested_ip='192.168.1.3')
fake_detach_interface(self, context, instance, port_id)
fake_get_instance(self, context, intance_id)
fake_list_ports(self, *args, **kwargs)
fake_show_port(self, context, port_id, **kwargs)

Previous topic

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

Next topic

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

This Page