Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
Mahesh Shetty authored and Mahesh Shetty committed Jan 22, 2025
1 parent aed7b55 commit 66346f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_cluster_expansion(
logger.info("All the workloads pods are successfully up and running")

# setup vm and write some data to the VM instance
vm_obj = cnv_workload(volume_interface=constants.VM_VOLUME_PVC)[0]
vm_obj = cnv_workload(volume_interface=constants.VM_VOLUME_PVC)
vm_obj.run_ssh_cmd(
command="dd if=/dev/zero of=/file_1.txt bs=1024 count=102400"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_device_replacement(
logger.info("All the workloads pods are successfully up and running")

# setup vm and write some data to the VM instance
vm_obj = cnv_workload(volume_interface=constants.VM_VOLUME_PVC)[0]
vm_obj = cnv_workload(volume_interface=constants.VM_VOLUME_PVC)
vm_obj.run_ssh_cmd(
command="dd if=/dev/zero of=/file_1.txt bs=1024 count=102400"
)
Expand Down

0 comments on commit 66346f5

Please sign in to comment.