-
Notifications
You must be signed in to change notification settings - Fork 39
Update model label in kubevirt_vm/i_vnic_info metrics #1322
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
base: main
Are you sure you want to change the base?
Conversation
A new label added to the metrics kubevirt_vm_vnic_info kubevirt_vmi_vnic_info Added check to validate this label in the test.
Report bugs in Issues Welcome! 🎉This pull request will be automatically processed with the following features: 🔄 Automatic Actions
📋 Available CommandsPR Status Management
Review & Approval
Testing & Validation
Container Operations
Cherry-pick Operations
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
💡 Tips
For more information, please refer to the project documentation or contact the maintainers. |
WalkthroughThe changes update test fixtures to explicitly set the network model to Changes
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings
tests/conftest.py (12)
🔇 Additional comments (2)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
/build-and-push-container |
New container for quay.io/openshift-cnv/openshift-virtualization-tests:pr-1322 published |
/retest build-container |
/verified |
@pytest.fixture(scope="class") | ||
def vm_for_test_with_network_model(namespace, unprivileged_client): | ||
vm_name = "vm-with-network-model" | ||
with VirtualMachineForTests( |
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.
/build-and-push-container |
New container for quay.io/openshift-cnv/openshift-virtualization-tests:pr-1322 published |
/approve |
/verified |
Short description:
A new label added to the metrics
kubevirt_vm_vnic_info
kubevirt_vmi_vnic_info
Added check to validate this label in the test.
More details:
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-64484
Summary by CodeRabbit