Enabling scale jobs
Change-Id: I862f37df474bdb4f7c6fae49900ccf4e281096e1
diff --git a/jjb/pipeline/voltha/master/voltha-scale-multi-stack.groovy b/jjb/pipeline/voltha/master/voltha-scale-multi-stack.groovy
index 15143e7..8f70b4e 100644
--- a/jjb/pipeline/voltha/master/voltha-scale-multi-stack.groovy
+++ b/jjb/pipeline/voltha/master/voltha-scale-multi-stack.groovy
@@ -145,6 +145,9 @@
# forward ONOS ports
_TAG=onos-port-forward kubectl port-forward --address 0.0.0.0 -n infra svc/voltha-infra-onos-classic-hs 8101:8101& 2>&1 > /dev/null
_TAG=onos-port-forward kubectl port-forward --address 0.0.0.0 -n infra svc/voltha-infra-onos-classic-hs 8181:8181& 2>&1 > /dev/null
+
+ # make sure the the port-forward has started before moving forward
+ sleep 5
"""
sh returnStdout: false, script: """
# TODO this needs to be repeated per stack