diff options
Diffstat (limited to 'src/onaptests/steps/cloud/complex_create.py')
-rw-r--r-- | src/onaptests/steps/cloud/complex_create.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/onaptests/steps/cloud/complex_create.py b/src/onaptests/steps/cloud/complex_create.py index b4d110d..1bb7e51 100644 --- a/src/onaptests/steps/cloud/complex_create.py +++ b/src/onaptests/steps/cloud/complex_create.py @@ -7,6 +7,16 @@ from ..base import BaseStep class ComplexCreateStep(BaseStep): """Complex creation step.""" + @property + def description(self) -> str: + """Step description.""" + return "Create complex." + + @property + def component(self) -> str: + """Component name.""" + return "AAI" + @BaseStep.store_state def execute(self): """Create complex. |