From 01013302133ea99f8576299faabb5240f6ac0525 Mon Sep 17 00:00:00 2001 From: dahn Date: Wed, 21 Oct 2020 09:26:30 +0200 Subject: [PATCH] class object cleanup and append --- test/integration/smoke/test_storage_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_storage_policy.py b/test/integration/smoke/test_storage_policy.py index afb91ed9014..0952187416f 100644 --- a/test/integration/smoke/test_storage_policy.py +++ b/test/integration/smoke/test_storage_policy.py @@ -60,7 +60,7 @@ class TestVMWareStoragePolicies(cloudstackTestCase): cls.zone.id, cls.hypervisor, ) - cls.cleanup = [cls.network_offering] + cls._cleanup.append(cls.network_offering) return @classmethod