-
Notifications
You must be signed in to change notification settings - Fork 34
Add windows vm to test_metrics file tests #730
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added windows vm to these metrics tests- test_metrics: kubevirt_vmi_network_receive_packets_dropped_total kubevirt_vmi_network_transmit_packets_dropped_total kubevirt_vmi_memory_domain_bytes kubevirt_vmi_memory_unused_bytes kubevirt_vmi_memory_usable_bytes kubevirt_vmi_memory_actual_balloon_bytes kubevirt_vmi_memory_pgmajfault_total kubevirt_vmi_storage_flush_requests_total kubevirt_vmi_storage_flush_times_seconds_total kubevirt_vmi_network_receive_bytes_total kubevirt_vmi_network_transmit_bytes_total kubevirt_vmi_storage_iops_write_total kubevirt_vmi_storage_iops_read_total kubevirt_vmi_storage_write_traffic_bytes_total kubevirt_vmi_storage_read_traffic_bytes_total kubevirt_vmi_vcpu_wait_seconds_total kubevirt_vmi_memory_swap_in_traffic_bytes kubevirt_vmi_memory_swap_out_traffic_bytes
Add windows vm for metrics in test_metrics file that use a vm. Some of the metrics have a bug: kubevirt_vmi_memory_actual_balloon_bytes, kubevirt_vmi_memory_domain_byte, kubevirt_vmi_memory_pgmajfault_total, opened bug kubevirt_vmi_memory_pgminfault_total, kubevirt_vmi_memory_swap_in_traffic_bytes, opened bug kubevirt_vmi_memory_swap_out_traffic_bytes, opened bug kubevirt_vmi_memory_unused_bytes, opened bug kubevirt_vmi_memory_usable_bytes, opened bug kubevirt_vmi_network_receive_bytes_total, kubevirt_vmi_network_receive_packets_dropped_total, kubevirt_vmi_network_transmit_bytes_total, kubevirt_vmi_network_transmit_packets_dropped_total, kubevirt_vmi_storage_flush_requests_total, kubevirt_vmi_storage_flush_times_seconds_total, kubevirt_vmi_storage_iops_read_total, kubevirt_vmi_storage_iops_write_total, kubevirt_vmi_storage_read_traffic_bytes_total, kubevirt_vmi_storage_write_traffic_bytes_total, kubevirt_vmi_vcpu_wait_seconds_total,
Report bugs in Issues The following are automatically added:
Available user actions:
Supported /retest check runs
Supported labels
|
polarion-jenkins
previously approved these changes
Apr 10, 2025
dshchedr
requested changes
Apr 10, 2025
openshift-virtualization-qe-bot
approved these changes
Jun 5, 2025
openshift-virtualization-qe-bot
approved these changes
Jun 5, 2025
/approve |
dshchedr
approved these changes
Jun 6, 2025
vsibirsk
approved these changes
Jun 8, 2025
Successfully removed PR tag: quay.io/openshift-cnv/openshift-virtualization-tests:pr-730. |
New container for quay.io/openshift-cnv/openshift-virtualization-tests:latest published |
This was referenced Jun 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Short description:
Add windows vm for metrics in test_metrics file
that use a vm.
Some of the metrics have a bug:
kubevirt_vmi_memory_actual_balloon_bytes,
kubevirt_vmi_memory_domain_byte,
kubevirt_vmi_memory_pgmajfault_total,
kubevirt_vmi_memory_pgminfault_total,
kubevirt_vmi_memory_swap_in_traffic_bytes,
kubevirt_vmi_memory_swap_out_traffic_bytes,
kubevirt_vmi_memory_swap_out_traffic_bytes,
kubevirt_vmi_memory_unused_bytes
kubevirt_vmi_memory_usable_bytes
kubevirt_vmi_network_receive_bytes_total,
kubevirt_vmi_network_receive_packets_dropped_total,
kubevirt_vmi_network_transmit_bytes_total,
kubevirt_vmi_network_transmit_packets_dropped_total,
kubevirt_vmi_storage_flush_requests_total,
kubevirt_vmi_storage_flush_times_seconds_total,
kubevirt_vmi_storage_iops_read_total,
kubevirt_vmi_storage_iops_write_total,
kubevirt_vmi_storage_read_traffic_bytes_total,
kubevirt_vmi_storage_write_traffic_bytes_total,
kubevirt_vmi_vcpu_wait_seconds_total,
More details:
kubevirt_vmi_memory_swap_in_traffic_bytes, opened bug
kubevirt_vmi_memory_swap_out_traffic_bytes, opened bug
kubevirt_vmi_memory_swap_out_traffic_bytes, opened bug
kubevirt_vmi_memory_unused_bytes, opened bug
kubevirt_vmi_memory_usable_bytes, opened bug
kubevirt_vmi_memory_pgmajfault_total, opened bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for reviewer:
jira-ticket:
https://issues.redhat.com/browse/CNV-59697
Summary by CodeRabbit
New Features
Refactor
Bug Fixes
Chores