version:1# <integer> schema version for manifest# requiredname:# Name of the job / one-line descriptiontype:# type of script: easypy# requiredarguments:# arguments for the script (optional)<key>:<value>key:-val1-val2"--key":value"-k":value<key>:"*N"<key>:true|false<key>:"True"description:|# This is the description for this script(optional)note:|# Note about this script, e.g. instructions or known issues(optional)tags:-# string with tag keyword(optional)command:# command to execute script. Either `easypy` or `pyats run job`.# (optional)# By default, the command is inferred from the 'type'# e.g. easypy job types use the command: `pyats run job` by default.# definition of runtimes for the related script# (optional)runtimes:<name>:# name of the runtime, e.g. venvtype:# supported types: virtualenv, system# 'system' is the existing shell environment# requiredsource:# list of environment files to source (optional)-# path to fileenvironment:# dictionary of environment variables for the execution of the script# (optional)<key>:<value># list of files/paths that need to exist for succesfull execution (e.g. library files)# (optional)files:-# path to file or directory# Profiles# (optional)profiles:<name>:# name of the profileruntime:# name of the runtime to use, if not specified, 'system' is assumed# (optional)description:|# description of the profile# (optional)arguments:# arguments that override the global script arguments# (optional)<key>:<value># below parameters are for xpressomax_runtime:HH:MM,# max runtime in hours:minutes (optional)interest_list:# list of email addresses (optional)-list@domain-user@domainpriority:# job priority (integer) (optional)# priority ranges from 0-5 where 0 presents the highest priority and 5 represents the lowest priority.testbed:# static testbed defined in xpresso (optional)name:# name of the testbedtopology:# dynamic testbed defined in xpresso (optional)name:# name of the topologydocker:# docker details (optional)volumes:# docker volume mounts# volume mounts are used with container execution using xpresso-"/path"-"/another/path"