From 1b5383b287358f97ecee424b3dc9432c519e1090 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Tue, 12 Jan 2021 20:30:16 +0000 Subject: Fix steps time measurement Substeps execution time is not stored with the right time of step execution Issue-ID: TEST-292 Signed-off-by: Michal Jagiello Change-Id: I58e2aecb1f3cfb1a2bf78a438fc3d508ecf83cc1 --- src/onaptests/steps/cloud/customer_create.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/onaptests/steps/cloud') diff --git a/src/onaptests/steps/cloud/customer_create.py b/src/onaptests/steps/cloud/customer_create.py index b99fdb1..6c78d55 100644 --- a/src/onaptests/steps/cloud/customer_create.py +++ b/src/onaptests/steps/cloud/customer_create.py @@ -24,4 +24,5 @@ class CustomerCreateStep(BaseStep): Use settings values: - GLOBAL_CUSTOMER_ID. """ + super().execute() Customer.create(settings.GLOBAL_CUSTOMER_ID, settings.GLOBAL_CUSTOMER_ID, "INFRA") -- cgit