# issued on the jumpbox VM
# flags
## -X -- stop the execution on first error
## -v variable_name:variable_value -- set variable value
docker run -t \
-v ${HOME}/.ssh:/root/.ssh \
-v /home/admin/nuagex-labs/0010-VNS-BASIC-1/cats:/home/tests \
nuagepartnerprogram/cats:5.3.2 \
-v vsd_password:<VSD_PASSWORD> \
-X /home/tests
instead of asking a user to edit the vars.robot file
use
instead of asking a user to edit the
vars.robot
file