Skip to content

Commit c6f58c1

Browse files
hickengzjs
authored andcommitted
Clean up volume store after VCH delete test (vmware#8103)
This adds explicit deletion of the volume store associated with the test VCH after the test case completes. This is necessary given the test is explicitly NOT deleting the volume store along with the VCH. (cherry picked from commit 28e4205)
1 parent 085e8a1 commit c6f58c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-cases/Group23-VIC-Machine-Service/23-08-VCH-Delete.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Delete VCH with powered off container deletes files
410410
Verify VCH Not Exists vch/${id}
411411

412412
# No VCH to delete
413-
[Teardown] NONE
413+
[Teardown] Run govc datastore.rm %{VCH-NAME}-VOL
414414

415415
Delete VCH without deleting powered on container
416416
${id}= Get VCH ID %{VCH-NAME}

0 commit comments

Comments
 (0)