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

class HypervisorsSerializersTest(*args, **kwargs)

Bases: nova.test.TestCase

compare_to_exemplar(exemplar, hyper)
test_detail_serializer()
test_index_serializer()
test_servers_serializer()
test_show_serializer()
test_statistics_serializer()
test_uptime_serializer()
class HypervisorsTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_detail()
test_index()
test_servers()
test_show_noid()
test_show_withid()
test_statistics()
test_uptime_implemented()
test_uptime_noid()
test_uptime_notimplemented()
test_view_hypervisor_detail_noservers()
test_view_hypervisor_nodetail_noservers()
test_view_hypervisor_servers()
fake_compute_node_get(context, compute_id)
fake_compute_node_get_all(context)
fake_compute_node_search_by_hypervisor(context, hypervisor_re)
fake_compute_node_statistics(context)
fake_instance_get_all_by_host(context, host)

Previous topic

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

Next topic

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

This Page