Skip to content

Commit

Permalink
logg
Browse files Browse the repository at this point in the history
Signed-off-by: AYUSH-D-PATNI <[email protected]>
  • Loading branch information
AYUSH-D-PATNI authored and AYUSH-D-PATNI committed Dec 19, 2024
1 parent 531e0c9 commit ec1b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/workloads/cnv/test_vm_pvc_expansion.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def test_pvc_expansion(self, cnv_workload):
res_csum = cal_md5sum_vm(vm_obj=vm_obj, file_path=file_paths)
log.info(res_csum)
assert source_csum == res_csum and vm_obj.get_vm_pvc_obj().size == new_size, (
f"Failed: MD5 comparison of {vm_obj.name} before and after "
f"Failed: Either VM PVC Expansion or MD5 comparison of {vm_obj.name} before and after "
f"PVC expansion"
)

0 comments on commit ec1b49b

Please sign in to comment.