From: Michal Jagiello Date: Thu, 27 Jan 2022 14:53:07 +0000 (+0000) Subject: [TEST] Add cds resource resolution missing cleanup method call X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=33ee1ba2db6bb337b1164a235358b1de56af4c4c;p=testsuite%2Fpythonsdk-tests.git [TEST] Add cds resource resolution missing cleanup method call Currently no cleanup is performed for this test Issue-ID: TEST-380 Signed-off-by: Michal Jagiello Change-Id: I7e241cc79d02b581a76a06d757d3df673195956c --- diff --git a/src/onaptests/scenario/cds_resource_resolution.py b/src/onaptests/scenario/cds_resource_resolution.py index 7e9635f..608734b 100644 --- a/src/onaptests/scenario/cds_resource_resolution.py +++ b/src/onaptests/scenario/cds_resource_resolution.py @@ -80,6 +80,7 @@ class CDSResourceResolution(testcase.TestCase): self.start_time = time.time() try: self.test.execute() + self.test.cleanup() self.result = 100 except OnapTestException as exc: self.result = 0