Commit cc06bc10 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

New variable for local testing

parent 72fdab4f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ fi
mkdir -p $RESULT_FOLDER


docker run -ti --rm --network="host" \
docker run $DOCKER_ROBOT_TTY_OPTIONS --rm --network="host" \
    --add-host host.docker.internal:host-gateway \
    --add-host vault:host-gateway \
    --add-host register:host-gateway \
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ fi

mkdir -p $RESULT_FOLDER

docker run -ti --rm --network="host" \
docker run $DOCKER_ROBOT_TTY_OPTIONS --rm --network="host" \
    --add-host host.docker.internal:host-gateway \
    --add-host vault:host-gateway \
    --add-host register:host-gateway \
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ fi

mkdir -p $RESULT_FOLDER

docker run -ti --rm --network="host" \
docker run $DOCKER_ROBOT_TTY_OPTIONS --rm --network="host" \
    --add-host host.docker.internal:host-gateway \
    --add-host vault:host-gateway \
    --add-host register:host-gateway \
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ export MOCK_SERVER_PORT=9100
# Robot tests variables
export DOCKER_ROBOT_IMAGE=labs.etsi.org:5050/ocf/capif/robot-tests-image
export DOCKER_ROBOT_IMAGE_VERSION=1.0
export DOCKER_ROBOT_TTY_OPTIONS="-ti"

# Mock server variables
export MOCK_SERVER_URL=http://mock-server:${MOCK_SERVER_PORT}