airgun.entities.smart_class_parameter

Module Contents

Classes

SmartClassParameterEntity

ShowAllSmartClassParameters

Navigate to All Smart Class Parameter screen.

EditSmartClassParameter

Navigate to Edit Smart Class Parameter screen.

class airgun.entities.smart_class_parameter.SmartClassParameterEntity(browser)
endpoint_path = /foreman_puppet/puppetclass_lookup_keys
search(value)

Search for smart class parameter entity and return table row that contains that entity

read(entity_name, widget_names=None)

Read all values for existing smart class parameter entity

update(entity_name, values)

Update specific smart class parameter values

class airgun.entities.smart_class_parameter.ShowAllSmartClassParameters(obj, navigate_obj, logger=None)

Navigate to All Smart Class Parameter screen.

VIEW
step(*args, **kwargs)

Describes the work to be done to get to the destination after the prequisite is met.

This is a default and is generally overridden.

class airgun.entities.smart_class_parameter.EditSmartClassParameter(obj, navigate_obj, logger=None)

Navigate to Edit Smart Class Parameter screen.

Parameters

entity_name – name of smart class parameter

VIEW
prerequisite(*args, **kwargs)

Describes a step that must be carried our prior to this one.

This often calls a previous navigate_to, often using one of the helpers, NavigateToSibling which will navigate to a given destination using the same object, or NavigateToAttribute which will navigate to a destination against an object describe by the attribute of the parent object.

This is a default and is generally overridden.

step(*args, **kwargs)

Describes the work to be done to get to the destination after the prequisite is met.

This is a default and is generally overridden.