Yardstick needs export EXTERNAL_NETWORK to env 65/57265/1
authorxudan <xudan16@huawei.com>
Thu, 10 May 2018 10:47:18 +0000 (06:47 -0400)
committerxudan <xudan16@huawei.com>
Thu, 10 May 2018 10:47:18 +0000 (06:47 -0400)
Change-Id: I380008fe2cadbce8f6b7b1f84c9f3bf720df485e
Signed-off-by: xudan <xudan16@huawei.com>
jjb/dovetail/dovetail-run.sh

index a02561d..9616fb3 100755 (executable)
@@ -81,6 +81,7 @@ if [[ -f $OPENRC ]]; then
             exit 1
         fi
     fi
+    echo "export EXTERNAL_NETWORK=${EXTERNAL_NETWORK}" >> ${OPENRC}
 else
     echo "ERROR: cannot find file $OPENRC. Please check if it is existing."
     sudo ls -al ${DOVETAIL_CONFIG}