airgun.entities.rhai.inventory

Module Contents

Classes

InventoryHostEntity

AllHosts

Navigate to Insights Inventory screen.

HostDetails

Navigate to Insights Inventory screen.

class airgun.entities.rhai.inventory.InventoryHostEntity(browser)
endpoint_path = /redhat_access/insights/inventory
property total_systems

Get number of all systems.

search(host_name)

Search a certain host.

read(entity_name, widget_names=None)

Read host details, optionally read only the widgets in widget_names.

class airgun.entities.rhai.inventory.AllHosts(obj, navigate_obj, logger=None)

Navigate to Insights Inventory 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.rhai.inventory.HostDetails(obj, navigate_obj, logger=None)

Navigate to Insights Inventory screen.

Parameters

entity_name – hostname

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.