a data container for the iva test days
398
A set of droydrunner demos for the iva test days
sudo docker run -ti -rm --name ivatestdays -v /home/cocoon/shared/ivatestdays/jenkins:/jenkins cocoon/ivatestdays /bin/bash
where
use it
cd /tests/python_phone
python calls.py
python ussd_123.py
cd /tests/robotdemo
pybot keyword_driven.txt
cd /tests
rflaunch -j /tests/robotdemo/jobs.yaml keyword_driven
on the docker host start a jenkins instance using the volumes defined in ivatestdays
sudo docker run -d -p 8085:8080 --volumes-from ivatestdays --name jenkins cocoon/jenkins
where
open a web browser on $DOCKER_HOST:8085 to enter your jenkins instance
Content type
Image
Digest
sha256:55d46ccf8…
Size
173.8 MB
Last updated
almost 11 years ago
docker pull cocoon/ivatestdays