Skip to content

Commit

Permalink
Merge branch 'master' into CHE-2617-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Guliy committed Jan 24, 2017
2 parents 426b7a0 + 082d759 commit 0c91286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ run_connectivity_tests() {
AGENT_INTERNAL_IP=$(docker inspect --format='{{.NetworkSettings.IPAddress}}' fakeagent)
AGENT_INTERNAL_PORT=80
AGENT_EXTERNAL_IP=$GLOBAL_GET_DOCKER_HOST_IP
AGENT_EXTERNAL_PORT=12345
AGENT_EXTERNAL_PORT=32768


### TEST 1: Simulate browser ==> workspace agent HTTP connectivity
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/base/scripts/base/commands/cmd_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cmd_network() {

start_test_server() {
export AGENT_INTERNAL_PORT=80
export AGENT_EXTERNAL_PORT=12345
export AGENT_EXTERNAL_PORT=32768

# Start mini httpd server to run simulated tests
docker run -d -p $AGENT_EXTERNAL_PORT:$AGENT_INTERNAL_PORT --name fakeagent \
Expand Down

0 comments on commit 0c91286

Please sign in to comment.