kibana
kibana copied to clipboard
[Infrastructure UI] Functional tests for basic functionality on Node Detail View
📓 Summary
Working on a fix for https://github.com/elastic/kibana/issues/129239, we realized we don't have any functional test covering the correct functioning of the node detail page. We should implement a basic set of tests to be sure the data related to a specific node are correctly fetched and rendered.
✔️ Acceptance criteria
-
Host Node
- Should render the Host details.
- Should render the Host Overview cards.
- Should render the CPU Usage chart with data.
- Should render the Load chart with data.
- Should render the Memory Usage chart with data.
- Should render the Network Traffic chart with data.
- Should render the Kubernetes Node CPU Capacity chart with data.
- Should render the Kubernetes Node Memory Capacity chart with data.
- Should render the Kubernetes Node Disk Capacity chart with data.
- Should render the Kubernetes Node Pod Capacity chart with data.
-
Kubernetes Pods
- Should render the Pod details.
- Should render the Pod Overview cards.
- Should render the CPU Usage chart with data.
- Should render the Memory Usage chart with data.
- Should render the Network Traffic chart with data.
-
Docker Container
- Should render the Container details.
- Should render the Container Overview cards.
- Should render the CPU Usage chart with data.
- Should render the Memory Usage chart with data.
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI)
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We're phasing this pages out and not prioritizing additional tests for them at this time.