[TEST] Add cds resource resolution missing cleanup method call 24/126824/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Thu, 27 Jan 2022 14:53:07 +0000 (14:53 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Thu, 27 Jan 2022 14:53:07 +0000 (14:53 +0000)
Currently no cleanup is performed for this test

Issue-ID: TEST-380
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I7e241cc79d02b581a76a06d757d3df673195956c

src/onaptests/scenario/cds_resource_resolution.py

index 7e9635f..608734b 100644 (file)
@@ -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