aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/steps/base.py
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2020-11-18 14:54:20 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2020-11-19 14:27:22 +0000
commitfde513f5c53a6938e60d786be84c218846497d8c (patch)
tree2108bee429e82c40a5d1baf89882741ac55a18c7 /src/onaptests/steps/base.py
parent1186e5a639393cb90c73dd9b1c7bcd503fb2af3b (diff)
PNF onboarding step
Add a code to onboard service with MACRO service instance type. Add properties assignement Issue-ID: TEST-279 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I93f04b09b3eaa622196774cb93ae615c9e6e52d5
Diffstat (limited to 'src/onaptests/steps/base.py')
-rw-r--r--src/onaptests/steps/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/onaptests/steps/base.py b/src/onaptests/steps/base.py
index 8d70405..9e1c991 100644
--- a/src/onaptests/steps/base.py
+++ b/src/onaptests/steps/base.py
@@ -29,7 +29,6 @@ class BaseStep(ABC):
except AttributeError:
pass
-
def __init__(self, cleanup: bool = False) -> None:
"""Step initialization.