10000 GitHub - jamesharr/nso-robot: Prototype Robot Runner for NSO-Docker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jamesharr/nso-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

  • Create a directory named robot and put all your robot stuff in there
  • Create a directory named robot-logs for the output
  • Run
PROJECT=nso-arroyo
NSO_VERSION=5.3
USER=jharr
ROBOT_CT=jamesharr/nso-robot:latest

NETWORK=testenv-${PROJECT}-${NSO_VERSION}-${USER}

docker run -t --rm \
        --network ${NETWORK} \
        --volume ${PWD}/robot:/robot \
        --volume ${PWD}/robot-logs:/robot-logs \
        jamesharr/nso-robot:latest \
        robot --outputdir /robot-logs /robot

About

Prototype Robot Runner for NSO-Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0