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

Update to Network Channel count calculation in test case 'verify_vmbus_devices_channels' #3644

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removing trailing spaces
  • Loading branch information
umfranci committed Feb 13, 2025
commit 38d1214ff16ab07e03e5baecebdc1c015ccdbcb6
2 changes: 1 addition & 1 deletion microsoft/testsuites/core/lsvmbus.py
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ def verify_vmbus_devices_channels(self, node: Node) -> None:
if vmbus_device.name == "Synthetic SCSI Controller":
assert_that(vmbus_device.channel_vp_map).is_length(
expected_scsi_channel_count
)
)

@TestCaseMetadata(
description="""
Loading
Oops, something went wrong.