aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/steps/cloud/customer_service_subscription_create.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/onaptests/steps/cloud/customer_service_subscription_create.py')
-rw-r--r--src/onaptests/steps/cloud/customer_service_subscription_create.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/onaptests/steps/cloud/customer_service_subscription_create.py b/src/onaptests/steps/cloud/customer_service_subscription_create.py
index 707d79b..b318dc7 100644
--- a/src/onaptests/steps/cloud/customer_service_subscription_create.py
+++ b/src/onaptests/steps/cloud/customer_service_subscription_create.py
@@ -18,6 +18,16 @@ class CustomerServiceSubscriptionCreateStep(BaseStep):
super().__init__(cleanup=cleanup)
self.add_step(CustomerCreateStep(cleanup=cleanup))
+ @property
+ def description(self) -> str:
+ """Step description."""
+ return "Create customer's service subscription."
+
+ @property
+ def component(self) -> str:
+ """Component name."""
+ return "AAI"
+
@BaseStep.store_state
def execute(self):
"""Create customer service subsription.