aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-11-09 20:25:14 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2020-11-09 19:34:42 +0000
commit5c3eb37899fc1e93fb3595c7cedf793df5c396a4 (patch)
tree0f8215648b29fa09f2680f98856c717ba248fd3b
parent882e2b34db0ea53de3195303267c17d8809fca15 (diff)
Add properties for new Clamp casefrankfurt
Issue-ID: TEST-251 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I613404382e2f9abab1aa9d30f6cba0c85c1c289e (cherry picked from commit 1186e5a639393cb90c73dd9b1c7bcd503fb2af3b)
-rw-r--r--src/onaptests/steps/loop/clamp.py10
-rw-r--r--src/onaptests/steps/onboard/clamp.py10
2 files changed, 20 insertions, 0 deletions
diff --git a/src/onaptests/steps/loop/clamp.py b/src/onaptests/steps/loop/clamp.py
index e601772..3a5c1ad 100644
--- a/src/onaptests/steps/loop/clamp.py
+++ b/src/onaptests/steps/loop/clamp.py
@@ -32,6 +32,16 @@ class ClampStep(YamlTemplateBaseStep):
self.loop_instance = None
@property
+ def description(self) -> str:
+ """Step description."""
+ return "Retrieve TCA, Policy then create a loop"
+
+ @property
+ def component(self) -> str:
+ """Component name."""
+ return "CLAMP"
+
+ @property
def yaml_template(self) -> dict:
"""Step YAML template.
diff --git a/src/onaptests/steps/onboard/clamp.py b/src/onaptests/steps/onboard/clamp.py
index 8f6b6bf..ba91985 100644
--- a/src/onaptests/steps/onboard/clamp.py
+++ b/src/onaptests/steps/onboard/clamp.py
@@ -27,6 +27,16 @@ class OnboardClampStep(YamlTemplateBaseStep):
# self.set_logger()
@property
+ def description(self) -> str:
+ """Step description."""
+ return "Onboard service in SDC including a TCA blueprint for CLAMP."
+
+ @property
+ def component(self) -> str:
+ """Component name."""
+ return "SDC"
+
+ @property
def yaml_template(self) -> dict:
"""Step YAML template.