We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25e59c commit 8f27dbfCopy full SHA for 8f27dbf
test/integration/smoke/test_vm_deployment_planner.py
@@ -63,16 +63,7 @@ def setUpClass(cls):
63
64
@classmethod
65
def tearDownClass(cls):
66
- try:
67
- cls.apiclient = super(
68
- TestVMDeploymentPlanner,
69
- cls
70
- ).getClsTestClient().getApiClient()
71
- # Clean up, terminate the created templates
72
- cleanup_resources(cls.apiclient, cls._cleanup)
73
-
74
- except Exception as e:
75
- raise Exception("Warning: Exception during cleanup : %s" % e)
+ super(TestVMDeploymentPlanner, cls).tearDownClass()
76
77
def deploy_vm(self, destination_id):
78
cmd = deployVirtualMachine.deployVirtualMachineCmd()
0 commit comments