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

class AgentsTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_agents_create()
test_agents_delete()
test_agents_list()
test_agents_list_with_hypervisor()
test_agents_update()
class FakeRequest

Bases: object

GET = {}
environ = {'nova.context': <nova.context.RequestContext object at 0x12eb2590>}
class FakeRequestWithHypervisor

Bases: object

GET = {'hypervisor': 'kvm'}
environ = {'nova.context': <nova.context.RequestContext object at 0x12eb2690>}
fake_agent_build_create(context, values)
fake_agent_build_destroy(context, agent_update_id)
fake_agent_build_get_all(context, hypervisor)
fake_agent_build_update(context, agent_build_id, values)

Previous topic

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

Next topic

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

This Page