diff options
Diffstat (limited to 'src/onaptests/steps/instantiate/vl_ala_carte.py')
-rw-r--r-- | src/onaptests/steps/instantiate/vl_ala_carte.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/onaptests/steps/instantiate/vl_ala_carte.py b/src/onaptests/steps/instantiate/vl_ala_carte.py index 3a77c73..f2815a4 100644 --- a/src/onaptests/steps/instantiate/vl_ala_carte.py +++ b/src/onaptests/steps/instantiate/vl_ala_carte.py @@ -31,6 +31,16 @@ class YamlTemplateVlAlaCarteInstantiateStep(YamlTemplateBaseStep): self.add_step(YamlTemplateServiceAlaCarteInstantiateStep(cleanup)) @property + def description(self) -> str: + """Step description.""" + return "Instantiate network link described in YAML using SO a'la carte method." + + @property + def component(self) -> str: + """Component name.""" + return "SO" + + @property def yaml_template(self) -> dict: """Step YAML template. |