Skip to content

Commit 28e4205

Browse files
authored
Clean up volume store after VCH delete test (#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.
1 parent c119a8a commit 28e4205

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)