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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/onaptests/steps/onboard/service.py b/src/onaptests/steps/onboard/service.py
index 77456ff..f4761ff 100644
--- a/src/onaptests/steps/onboard/service.py
+++ b/src/onaptests/steps/onboard/service.py
@@ -203,7 +203,8 @@ class VerifyServiceDistributionStep(BaseScenarioStep):
for notified_module in settings.SDC_SERVICE_DISTRIBUTION_COMPONENTS:
self.add_step(VerifyServiceDistributionStatusStep(
notified_module=notified_module))
- self.add_step(VerifyServiceDistributionInSoStep())
+ if settings.IN_CLUSTER:
+ self.add_step(VerifyServiceDistributionInSoStep())
self.add_step(VerifyServiceDistributionInAaiStep())
self.add_step(VerifyServiceDistributionInSdncStep())