Skip to content

Domain eap operations#138

Open
prachiyadav wants to merge 5 commits intomasterfrom
domain-eap-operations
Open

Domain eap operations#138
prachiyadav wants to merge 5 commits intomasterfrom
domain-eap-operations

Conversation

@prachiyadav
Copy link

No description provided.

self.web_session.web_driver.find_element_by_xpath("//td[contains(.,'server-one')]").click()
assert ui_utils(self.web_session).waitForTextOnPage("Properties", 15)
self.web_session.web_driver.find_element_by_xpath("//button[@title='Power']").click()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could domains.nav_to_all_middleware_server_groups be used to navigate to Server Groups?

Seems that each caller should find a server which is in a specific state.
For example, suspending an EAP that is already in suspend state would not be a valid test since the EAP is already in the state for which the poser operation is requesting.

If there are no Domain EAPs in desire state, the test case should gracefully handle such. We may want to start using features such as pytest.skip() to indicate that a test case was not run, in this case due to a Domain server not being available.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants