aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/scenario/cds_resource_resolution.py
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2022-01-27 14:53:07 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-01-27 14:53:07 +0000
commit33ee1ba2db6bb337b1164a235358b1de56af4c4c (patch)
tree0fec08c964b875c24951378e1f74ac18458fd68f /src/onaptests/scenario/cds_resource_resolution.py
parent9af9b4d620afa44a65c41c6d17875420d47f3510 (diff)
[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 <michal.jagiello@t-mobile.pl> Change-Id: I7e241cc79d02b581a76a06d757d3df673195956c
Diffstat (limited to 'src/onaptests/scenario/cds_resource_resolution.py')
-rw-r--r--src/onaptests/scenario/cds_resource_resolution.py1
1 files changed, 1 insertions, 0 deletions
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