Using NAME instead of TYPE in patchset tests on Tucson pod

Change-Id: I9d14480e81aea0e2cffae800c696cc20bdaa12d9
diff --git a/jjb/pipeline/voltha-physical-build-and-tests.groovy b/jjb/pipeline/voltha-physical-build-and-tests.groovy
index a064b70..306a426 100644
--- a/jjb/pipeline/voltha-physical-build-and-tests.groovy
+++ b/jjb/pipeline/voltha-physical-build-and-tests.groovy
@@ -154,7 +154,7 @@
           for image in \$(docker images -f "reference=*/*citest" --format "{{.Repository}}")
           do
             echo "Pushing \$image to nodes"
-            kind load docker-image \$image:citest --name voltha-\$TYPE --nodes voltha-\$TYPE-worker,voltha-\$TYPE-worker2
+            kind load docker-image \$image:citest --name voltha-\$NAME --nodes voltha-\$NAME-worker,voltha-\$NAME-worker2
             docker rmi \$image:citest \$image:latest || true
           done
         fi