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

Merge branch 'hackfest_minor_fix' into 'staging'

minor fix due to a problem with dns resolution at some networks

See merge request !73
parents 0ea56f78 54bad7c6
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -78,6 +78,8 @@ docker run -ti --rm --network="host" \
    --add-host vault:host-gateway \
    --add-host vault:host-gateway \
    --add-host register:host-gateway \
    --add-host register:host-gateway \
    --add-host mock-server:host-gateway \
    --add-host mock-server:host-gateway \
    --add-host $CAPIF_HOSTNAME:host-gateway \
    --add-host $CAPIF_REGISTER:host-gateway \
    -v $TEST_FOLDER:/opt/robot-tests/tests \
    -v $TEST_FOLDER:/opt/robot-tests/tests \
    -v $RESULT_FOLDER:/opt/robot-tests/results ${DOCKER_ROBOT_IMAGE}:${DOCKER_ROBOT_IMAGE_VERSION}  \
    -v $RESULT_FOLDER:/opt/robot-tests/results ${DOCKER_ROBOT_IMAGE}:${DOCKER_ROBOT_IMAGE_VERSION}  \
    --variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \
    --variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \