From 1186e5a639393cb90c73dd9b1c7bcd503fb2af3b Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 9 Nov 2020 20:25:14 +0100 Subject: Add properties for new Clamp case Issue-ID: TEST-251 Signed-off-by: mrichomme Change-Id: I613404382e2f9abab1aa9d30f6cba0c85c1c289e --- src/onaptests/steps/onboard/clamp.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/onaptests/steps/onboard') diff --git a/src/onaptests/steps/onboard/clamp.py b/src/onaptests/steps/onboard/clamp.py index f864463..1fc8ae0 100644 --- a/src/onaptests/steps/onboard/clamp.py +++ b/src/onaptests/steps/onboard/clamp.py @@ -26,6 +26,16 @@ class OnboardClampStep(YamlTemplateBaseStep): # self.vsp_list = [] # 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. -- cgit 1.2.3-korg