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

class ConsoleOutputExtensionTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_get_console_output_filtered_characters()
test_get_console_output_not_ready()
test_get_console_output_with_length_as_str()
test_get_console_output_with_non_integer_length()
test_get_console_output_with_tail()
test_get_text_console_bad_body()
test_get_text_console_instance_action()
test_get_text_console_no_instance()
test_get_text_console_no_instance_on_get_output()
fake_get(self, context, instance_uuid)
fake_get_console_output(self, _context, _instance, tail_length)
fake_get_console_output_all_characters(self, _ctx, _instance, _tail_len)
fake_get_console_output_not_ready(self, _context, _instance, tail_length)
fake_get_not_found(*args, **kwargs)

Previous topic

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

Next topic

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

This Page