Commit 41177b11 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

minor fix create and remove users

parent cc06bc10
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -113,6 +113,8 @@ docker run $DOCKER_ROBOT_TTY_OPTIONS --rm --network="host" \
    --add-host vault:host-gateway \
    --add-host register: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 $RESULT_FOLDER:/opt/robot-tests/results ${DOCKER_ROBOT_IMAGE}:${DOCKER_ROBOT_IMAGE_VERSION}  \
    --variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \
+2 −0
Original line number Diff line number Diff line
@@ -90,6 +90,8 @@ docker run $DOCKER_ROBOT_TTY_OPTIONS --rm --network="host" \
    --add-host vault:host-gateway \
    --add-host register: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 $RESULT_FOLDER:/opt/robot-tests/results ${DOCKER_ROBOT_IMAGE}:${DOCKER_ROBOT_IMAGE_VERSION}  \
    --variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \