aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/steps/onboard/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/onaptests/steps/onboard/service.py')
-rw-r--r--src/onaptests/steps/onboard/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/steps/onboard/service.py b/src/onaptests/steps/onboard/service.py
index f4761ff..b482cff 100644
--- a/src/onaptests/steps/onboard/service.py
+++ b/src/onaptests/steps/onboard/service.py
@@ -205,8 +205,8 @@ class VerifyServiceDistributionStep(BaseScenarioStep):
notified_module=notified_module))
if settings.IN_CLUSTER:
self.add_step(VerifyServiceDistributionInSoStep())
+ self.add_step(VerifyServiceDistributionInSdncStep())
self.add_step(VerifyServiceDistributionInAaiStep())
- self.add_step(VerifyServiceDistributionInSdncStep())
@property
def description(self) -> str: