-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check facts for host #1591
check facts for host #1591
Conversation
@@ -419,6 +419,15 @@ def get_displayed_table_headers(self): | |||
view.wait_displayed() | |||
return view.displayed_table_header_names | |||
|
|||
def build_mode(self, entity_name, value=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a method to verify the facts for the host.
Can you please more elaborate on the PR description. Also please add some docstring to your entity and maybe alter the entity name so it more reflects what the entity is doing. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a comment to get more clarity about the addition.
053fe41
to
a196041
Compare
@amolpati30 I can't see you using the airgun entity I coded for you #1589, why didn't you use it? Also leaving commit history would be good review of quarter-old PR. |
@LadislavVasina1 |
@amolpati30 Didn't you want to read the filled searchbox when you created the PR? I suppose you have edited the description in the meanwhile so it is probable that my addition might be no use to you as it was implement for former PR description and former commit. |
@LadislavVasina1 |
@amolpati30 There is a method present in airgun to read host facts and you can pass the fact name in robottelo which you want to check. |
@shweta83 |
Great! So can we close this PR? |
On the host, it selects the facts and returns the value to verify whether the 'insights_client' is present.
Dependent PR: SatelliteQE/robottelo#16606