Skip to content
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

Domain eap operations #138

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Domain eap operations #138

wants to merge 5 commits into from

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