airgun.entities.cloud_inventory

Module Contents

Classes

CloudInventoryEntity

ShowCloudInventoryListView

Navigate to main Inventory Upload page

class airgun.entities.cloud_inventory.CloudInventoryEntity(browser)
endpoint_path = /foreman_rh_cloud/inventory_upload
read(entity_name=None, widget_names=None)
configure_cloud_connector()

Configure Cloud Connector

is_cloud_connector_configured()

Check if Cloud Connector is configured

sync_inventory_status()

Sync Inventory status

generate_report(entity_name)
download_report(entity_name)
update(values)

Update Inventory Upload view.

class airgun.entities.cloud_inventory.ShowCloudInventoryListView(obj, navigate_obj, logger=None)

Navigate to main Inventory Upload page

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.