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/loop/clamp.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/onaptests/steps/loop/clamp.py') 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 @@ -31,6 +31,16 @@ class ClampStep(YamlTemplateBaseStep): Clamp(cert=settings.CERT) 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. -- cgit 1.2.3-korg