Skip to content

Commit

Permalink
Merge pull request #5969 from zhenyzha/mem_request_size
Browse files Browse the repository at this point in the history
change_virtio_mem_request_size:Fix parameter matching issue
  • Loading branch information
Yingshun authored Oct 29, 2024
2 parents b440cf0 + 6cc654a commit aae127b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def check_various_size(test, vm_name, expected_size,
test.fail("Expect to get '%s':'%s', but got:'%s' in '%sth' "
"memory" % (check_item, str(expected_size), actual_size, index+1))
else:
test.log.debug("Check '%s' is '%s' successfully", (check_item, expected_size))
test.log.debug("Check '%s' is '%s' successfully", check_item, expected_size)


def update_virtio_mem_request_size(test, params, vm_name, device_opt, target_requested):
Expand Down

0 comments on commit aae127b

Please sign in to comment.