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

class ConsolesExtensionTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_get_spice_console()
test_get_spice_console_invalid_type()
test_get_spice_console_no_instance()
test_get_spice_console_no_instance_on_console_get()
test_get_spice_console_no_type()
test_get_spice_console_not_ready()
test_get_vnc_console()
test_get_vnc_console_invalid_type()
test_get_vnc_console_no_instance()
test_get_vnc_console_no_instance_on_console_get()
test_get_vnc_console_no_type()
test_get_vnc_console_not_ready()
fake_get(self, context, instance_uuid)
fake_get_not_found(self, context, instance_uuid)
fake_get_spice_console(self, _context, _instance, _console_type)
fake_get_spice_console_invalid_type(self, _context, _instance, _console_type)
fake_get_spice_console_not_found(self, _context, instance, _console_type)
fake_get_spice_console_not_ready(self, _context, instance, _console_type)
fake_get_vnc_console(self, _context, _instance, _console_type)
fake_get_vnc_console_invalid_type(self, _context, _instance, _console_type)
fake_get_vnc_console_not_found(self, _context, instance, _console_type)
fake_get_vnc_console_not_ready(self, _context, instance, _console_type)

Previous topic

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

Next topic

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

This Page