commit | 4d1a12ff7615672c16c71f8e80289203240a525e | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 07 16:17:12 2020 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 07 16:23:55 2020 -0800 |
tree | dfd6b1a0624a449bd84afe64584ce36c8f928f9c | |
parent | 12d2965a998ea8ddeb13406b3021ee1ca1d8b602 [diff] [blame] |
Replacing kind-voltha TYPE with NAME (TYPE has been deprecated a while ago) Change-Id: Ib0bbeb3cc58fe2fe2da68955a5ebcd3d4cc11c38
diff --git a/jjb/pipeline/voltha-dt-physical-build-and-tests.groovy b/jjb/pipeline/voltha-dt-physical-build-and-tests.groovy index da7bb3f..ef38bc6 100644 --- a/jjb/pipeline/voltha-dt-physical-build-and-tests.groovy +++ b/jjb/pipeline/voltha-dt-physical-build-and-tests.groovy
@@ -44,7 +44,7 @@ KUBECONFIG="$HOME/.kube/kind-config-voltha-minimal" VOLTCONFIG="$HOME/.volt/config-minimal" PATH="$WORKSPACE/voltha/kind-voltha/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" - TYPE="minimal" + NAME="minimal" FANCY=0 //VOL-2194 ONOS SSH and REST ports hardcoded to 30115/30120 in tests ONOS_SSH_PORT=30115