fixed small typo at basictest 84/484/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 3 Oct 2016 14:06:10 +0000 (14:06 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 4 Oct 2016 07:39:21 +0000 (07:39 +0000)
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
test/basictest.sh

index 5fff3c5..5b7dca5 100755 (executable)
@@ -167,7 +167,7 @@ then
     [[ -z $OPENVIM_HOST ]] && OPENVIM_HOST=localhost
     [[ -z $OPENVIM_PORT ]] && OPENVIM_PORT=9080
     URL_ADMIN_PARAM=""
-    [[ -n $OPENVIM_ADMIN_PORT ]] && URL_ADMIN_PARAM="--url_admin=http://${$OPENVIM_HOST}:${OPENVIM_ADMIN_PORT}/openvim"
+    [[ -n $OPENVIM_ADMIN_PORT ]] && URL_ADMIN_PARAM="--url_admin=http://${OPENVIM_HOST}:${OPENVIM_ADMIN_PORT}/openvim"
     result=`${DIRmano}/openmano datacenter-create TEST-dc "http://${OPENVIM_HOST}:${OPENVIM_PORT}/openvim" --type=openvim $URL_ADMIN_PARAM`
     datacenter=`echo $result |gawk '{print $1}'`
     #check a valid uuid is obtained