From 33ee1ba2db6bb337b1164a235358b1de56af4c4c Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 27 Jan 2022 14:53:07 +0000 Subject: [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 --- src/onaptests/scenario/cds_resource_resolution.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/onaptests/scenario/cds_resource_resolution.py') 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 -- cgit 1.2.3-korg