diff options
Diffstat (limited to 'src/onaptests/scenario')
-rw-r--r-- | src/onaptests/scenario/cds_resource_resolution.py | 1 |
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 7bf2f94..90e3dc5 100644 --- a/src/onaptests/scenario/cds_resource_resolution.py +++ b/src/onaptests/scenario/cds_resource_resolution.py @@ -14,6 +14,7 @@ from onaptests.steps.simulator.cds_mockserver import \ from onaptests.utils.exceptions import OnapTestException + class CDSResourceResolutionStep(BaseStep): """Step created to run scenario and generate report.""" |