xpresso | XPRESSO : the standard pyATS UI Dashboard
kandi X-RAY | xpresso Summary
kandi X-RAY | xpresso Summary
Designed to streamline your network automation, test and validation experience, XPRESSO is the standard pyATS UI dashboard that manages your test suites, test resources and test results, providing insights to your network through Cisco pyATS. The content of this repository is to help users with one-click deployment of XPRESSO inside their lab/networks.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of xpresso
xpresso Key Features
xpresso Examples and Code Snippets
Community Discussions
Trending Discussions on xpresso
QUESTION
I have a project to do some network tests using pyats xpresso
dashboard pyats xpresso
and I use Docker image ciscotestautomation/pyats
to do the test which has Dockerfile:
Dockerfile for creating pyats-docker
And an entrypoint.sh file contains: pyats docker-entrypoint.sh
the problem is: I created a volume in the ubuntu docker host to upload some test files to the docker container "pyats".
and I got the following Error Details:
"Run upload failed - upload failed because zip_path was not found."
and the run console log is:
[Entrypoint] Starting pyATS Docker Image ...
[Entrypoint] Workspace Directory: /pyats
[Entrypoint] Activating workspace
/entrypoint.sh: line 11: /pyats/bin/activate: No such file or directory
[Entrypoint] Starting pyATS Docker Image ...
[Entrypoint] Workspace Directory: /pyats
[Entrypoint] Activating workspace
/entrypoint.sh: line 11: /pyats/bin/activate: No such file or directory
/entrypoint.sh: line 11: /pyats/bin/activate: No such file or directory
[Entrypoint] Starting pyATS Docker Image ...
[Entrypoint] Workspace Directory: /pyats
[Entrypoint] Activating workspace
how to solve the issue, I am a newbie to docker and pyats xpresso as well. and I think the issue is in docker volume if I am not wrong.
...ANSWER
Answered 2021-Aug-19 at 04:19As you can see in the Dockerfile, when the docker image was created, Python3 virtualenv
have been initialized in /pyats
directory inside your docker image. This directory contains some folders and files.
When you create and attach a new volume to /pyats
, all files and folders installed in /pyats
directory inside your docker image by the Dockerfile
will be override with the contents of your new volume. This is why you get:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install xpresso
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page