From eeeb7190de7185c9994e460cc0472e8817ab68aa Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Tue, 3 Nov 2020 15:25:58 +0000 Subject: Integration tests report enrichment Improve the step description for better reporting Add duration step in pythonsdk-test reporting Issue-ID: TEST-271 Issue-ID: TEST-272 Signed-off-by: Michal Jagiello Change-Id: I6d46cb38ae236bc578eb15982c2c0b8f2b0c0791 --- src/onaptests/steps/cloud/customer_create.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/onaptests/steps/cloud/customer_create.py') diff --git a/src/onaptests/steps/cloud/customer_create.py b/src/onaptests/steps/cloud/customer_create.py index 3c0ef11..b99fdb1 100644 --- a/src/onaptests/steps/cloud/customer_create.py +++ b/src/onaptests/steps/cloud/customer_create.py @@ -7,6 +7,16 @@ from ..base import BaseStep class CustomerCreateStep(BaseStep): """Customer creation step.""" + @property + def description(self) -> str: + """Step description.""" + return "Create customer." + + @property + def component(self) -> str: + """Component name.""" + return "AAI" + @BaseStep.store_state def execute(self): """Create cutomer. -- cgit 1.2.3-korg