airgun.entities.cloud_insights

Module Contents

Classes

CloudInsightsEntity

SaveCloudTokenView

Navigate to main Red Hat Insights page

ShowCloudInsightsView

Navigate to main Red Hat Insights page

RunJob

Navigate to Job Invocation screen.

class airgun.entities.cloud_insights.CloudInsightsEntity(browser)
endpoint_path = /foreman_rh_cloud/insights_cloud
search(value)

Search for ‘query’ and return matched hostnames/recommendations.

Parameters

value – text to filter (default: no filter)

remediate(entity_name)

Remediate hosts based on search input.

sync_hits()

Sync RH Cloud - Insights recommendations.

read(widget_names=None)

Read all values for created activation key entity

save_token_sync_hits(value)

Update Insights cloud view.

update(values)

Update RH Cloud - Insights view.

run_job()

Run remediation job

class airgun.entities.cloud_insights.SaveCloudTokenView(obj, navigate_obj, logger=None)

Navigate to main Red Hat Insights 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.

class airgun.entities.cloud_insights.ShowCloudInsightsView(obj, navigate_obj, logger=None)

Navigate to main Red Hat Insights 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.

class airgun.entities.cloud_insights.RunJob(obj, navigate_obj, logger=None)

Navigate to Job Invocation screen.

VIEW