-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add DW UI test to Verify CPU and Memory resource usage Exceeds warning threshold #2138
base: master
Are you sure you want to change the base?
Add DW UI test to Verify CPU and Memory resource usage Exceeds warning threshold #2138
Conversation
Quality Gate passedIssues Measures |
ods_ci/tests/Resources/Page/DistributedWorkloads/WorkloadMetricsUI.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/DistributedWorkloads/WorkloadMetricsUI.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/DistributedWorkloads/WorkloadMetricsUI.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/DistributedWorkloads/WorkloadMetricsUI.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/0600__distributed_workloads/test-distributed-workloads-metrics-ui.robot
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/0600__distributed_workloads/test-distributed-workloads-metrics-ui.robot
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/0600__distributed_workloads/test-distributed-workloads-metrics-ui.robot
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/0600__distributed_workloads/test-distributed-workloads-metrics-ui.robot
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/0600__distributed_workloads/test-distributed-workloads-metrics-ui.robot
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/0600__distributed_workloads/test-distributed-workloads-metrics-ui.robot
Dismissed
Show dismissed
Hide dismissed
Robot Results
|
Tested the all DW UI tests here |
Mouse Over xpath=(//*[name()='svg']//*[local-name()='g']//*[local-name()='path'])[4] | ||
${hover_cpu_warning} = Get Requested Resources Tooltip Text | ||
Should Match ${hover_cpu_warning} Requested resources have surpassed 150% | ||
Mouse Over xpath=//*[@id="requested-resources-chart-CPU-ChartLegend-ChartLabel-0"] |
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.
Why this mouse over is needed ?
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.
This mouse hover is occurring outside the chart because, after the first hover, there is a delay of a few seconds before it disappears, which interferes with the subsequent hover actions.
Closes https://issues.redhat.com/browse/RHOAIENG-16160