summaryrefslogtreecommitdiffstats
path: root/testapi/docker/prepare-env.sh
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-02-24 15:08:41 +0800
committerAric Gardner <agardner@linuxfoundation.org>2017-02-24 21:44:09 +0000
commit105fcee68c3a74e7edde9f8d7fd7846d9aedc253 (patch)
tree6e7ca50852a56d0eeebe45b9dafbdcb9e285e589 /testapi/docker/prepare-env.sh
parent12b368fad4b5bffa1349be57231f7278d24fd6b0 (diff)
fix internal port of TestAPI
There are too many parameters when starting TestAPI container, it will confuse the user. I learned that docker containers like Jenkins and mongo the internal port is fixed, the user only need to change the exposed port, so the same strategy is adopted here Change-Id: I59424f5a1f36945d906975a741b631019fcbd46d Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/docker/prepare-env.sh')
-rwxr-xr-xtestapi/docker/prepare-env.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/testapi/docker/prepare-env.sh b/testapi/docker/prepare-env.sh
index 99433cc..9f07efb 100755
--- a/testapi/docker/prepare-env.sh
+++ b/testapi/docker/prepare-env.sh
@@ -9,8 +9,3 @@ fi
if [ "$swagger_url" != "" ]; then
sudo crudini --set --existing $FILE swagger base_url $swagger_url
fi
-
-if [ "$api_port" != "" ];then
- sudo crudini --set --existing $FILE api port $api_port
-fi
-