Loading services/create_users.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading services/remove_users.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading
services/create_users.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading
services/remove_users.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading