aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/steps/base.py
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-01-31 11:06:56 +0100
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-01-31 11:41:12 +0100
commit6a3e189d7fac6ec562f8785c71ed87663ef0c311 (patch)
treec18e2f00c9e0c13575f515b4662ef65d42457847 /src/onaptests/steps/base.py
parenta7edeebc90bdd335361a7b36f5f5d12a14375554 (diff)
Changes in the packages sort order
Issue-ID: TEST-402 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I9f8ac40254e6a052c4b3ced5b05e21d7e84fa37f
Diffstat (limited to 'src/onaptests/steps/base.py')
-rw-r--r--src/onaptests/steps/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/steps/base.py b/src/onaptests/steps/base.py
index 918bc6d..197afac 100644
--- a/src/onaptests/steps/base.py
+++ b/src/onaptests/steps/base.py
@@ -10,6 +10,7 @@ from typing import Iterator, List, Optional
from onapsdk.aai.business import Customer, ServiceInstance, ServiceSubscription
from onapsdk.configuration import settings
from onapsdk.exceptions import SDKException, SettingsError
+
from onaptests.steps.reports_collection import (Report, ReportsCollection,
ReportStepStatus)
from onaptests.utils.exceptions import (OnapTestException,
@@ -19,7 +20,6 @@ from onaptests.utils.exceptions import (OnapTestException,
SubstepExecutionExceptionGroup,
TestConfigurationException)
-
# pylint: disable=protected-access
IF_FORCE_CLEANUP = "PYTHON_SDK_TESTS_FORCE_CLEANUP"