You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
The text was updated successfully, but these errors were encountered:
use
instead of asking a user to edit the
vars.robot
fileThe text was updated successfully, but these errors were encountered: