Skip to content

Commit 08f94be

Browse files
author
Paul Angus
committed
set cleanup to [ ] initially, in case no tests are run.
1 parent 1f9811d commit 08f94be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/integration/smoke/test_deploy_virtio_scsi_vm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def setUpClass(cls):
9696
cls.zone = get_zone(cls.apiclient, testClient.getZoneForTests())
9797
cls.pod = get_pod(cls.apiclient, cls.zone.id)
9898
cls.services['mode'] = cls.zone.networktype
99+
cls.cleanup = []
99100
if cls.hypervisor.lower() not in ['kvm']:
100101
cls.hypervisorNotSupported = True
101102
return

0 commit comments

Comments
 (0)