[VOL-2047] multi ONU support

Change-Id: Ic73bb01b3531257fafb810c0a8b8e294e45ed126
diff --git a/Jenkinsfile-voltha-test b/Jenkinsfile-voltha-test
index 2edfa18..0ddad70 100644
--- a/Jenkinsfile-voltha-test
+++ b/Jenkinsfile-voltha-test
@@ -39,7 +39,7 @@
                     rm -rf *.log
                     screen -dmS voltha-api-minimal bash -c 'while true; do kubectl port-forward -n voltha service/voltha-api 55555:55555; done'
                     screen -dmS voltha-ssh kubectl port-forward -n voltha service/voltha-cli 5022:5022
-                    export VOLTCONFIG=/home/cord/.volt/config
+                    export VOLTCONFIG=/home/cord/.volt/config ; sleep 10
                     cd $WORKSPACE/voltha-system-tests/tests
                     robot --removekeywords wuks -d Log -V $WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}.yaml -v POD_NAME:${configFileName} -v KUBERNETES_CONFIGS_DIR:$WORKSPACE/${configBaseDir}/${configKubernetesDir} functional/Voltha_PODTests.robot || true
                     kubectl get pods --all-namespaces -o jsonpath="{range .items[*].status.containerStatuses[*]}{.image}{'\\t'}{.imageID}{'\\n'}" | sort | uniq -c