Removing port forward created by the tests, we should rely on the one created by kind-voltha

Change-Id: I4f10edcee13c7f8aec44cd9969ad1b77294b27fb
diff --git a/Jenkinsfile-voltha-test b/Jenkinsfile-voltha-test
index 99991c1..30a4011 100644
--- a/Jenkinsfile-voltha-test
+++ b/Jenkinsfile-voltha-test
@@ -37,8 +37,6 @@
                     export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
                     cd $WORKSPACE
                     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 ; 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