aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/scenario
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-02-02 15:11:46 +0100
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-02-02 15:11:46 +0100
commit63e4bc52ae39ba58a2e2cc0c703c656bf52de414 (patch)
tree093f777139d3f2a74723a180142fa4b8e9095469 /src/onaptests/scenario
parent440df5e3af8446ddaf1e7ab9ed5abbbe439f9a06 (diff)
Execution base method is not required to be run.
Issue-ID: TEST-402 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I3659aa2e09dd7c51f756bfdafb67d11b5114af2e
Diffstat (limited to 'src/onaptests/scenario')
-rw-r--r--src/onaptests/scenario/scenario_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/onaptests/scenario/scenario_base.py b/src/onaptests/scenario/scenario_base.py
index f19352a..ca6d898 100644
--- a/src/onaptests/scenario/scenario_base.py
+++ b/src/onaptests/scenario/scenario_base.py
@@ -70,6 +70,7 @@ class ScenarioBase(testcase.TestCase):
"""Validate implementation of the scenario."""
self._validate_service_details()
+ self.test.validate_step_implementation()
self.test.validate_execution()
self.test.validate_cleanup()