cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
679
Views
0
Helpful
1
Replies

Xpresso Job Creation

akshayj2097
Level 1
Level 1
Hi all,
we started using xpresso but not able run a job in xpresso.If you share detailed steps how to create and run job in xpresso that would be great because we are completely new to this from documentation we are not getting how to create job, which fields are optional, etc.
So please share any demo that will be great help.Thank you
1 Reply 1

OCT
Level 1
Level 1

Hi

This helped me https://www.youtube.com/watch?v=tFeVdazq0O0

then add your docker cloud image 

 

Select on Docker image under environment

Image name = pyats

Docker tag = tag under the https://hub.docker.com/r/ciscotestautomation/pyats/tags eg latest or latest-alphine-full ect

Docker url = docker.io/ciscotestautomation/

 

select Jobs and give it a name

select the docker image you uploaded

give the path to the job file --- you will map this under job arguments  eg /interface/job.py

under Job argument set your Cloud Mount Points --absolute host path    /networks/interface:/payts/interface_errors

second part is the folder inside the virtual env where your host file can be access from virtual env --- job file  /interface/job.py

testbed topology -- select your testbed topology you uploaded under recourses testbed

 

save and run your job