cfme.infrastructure.provider.rhevm module

class cfme.infrastructure.provider.rhevm.RHEVMEndpoint(**kwargs)[source]

Bases: cfme.common.provider.DefaultEndpoint

view_value_mapping
class cfme.infrastructure.provider.rhevm.RHEVMEndpointForm(parent, logger=None, **kwargs)[source]

Bases: widgetastic.widget.View

candu

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

default

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

class cfme.infrastructure.provider.rhevm.RHEVMProvider(name=None, endpoints=None, zone=None, key=None, hostname=None, ip_address=None, start_ip=None, end_ip=None, provider_data=None, appliance=None)[source]

Bases: cfme.infrastructure.provider.InfraProvider

db_types = ['Redhat::InfraManager']
deployment_helper(deploy_args)[source]

Used in utils.virtual_machines

discover_dict = {'rhevm': True}
endpoints_form

alias of RHEVMEndpointForm

classmethod from_config(prov_config, prov_key, appliance=None)[source]
get_console_connection_status()[source]
get_console_ctrl_alt_del_btn()[source]
get_console_fullscreen_btn()[source]
get_remote_console_canvas()[source]
mgmt_class = <Mock name='mock.RHEVMSystem' id='140289411977808'>
type_name = 'rhevm'
view_value_mapping