virlfiles / genie_learning_lab

Topology used for Genie learning labs
5 stars 4 forks source link

How do you get to the HTML log files? #7

Open annegentle opened 4 years ago

annegentle commented 4 years ago

/labs/intro-to-genie/5.md: Navigate to the folder above and view the HTML log files using any browser. The logs contain step-by-step execution details of each test case that was run: How do you get your browser to access these files?

thaixuann commented 4 years ago

Hello @annegentle , Could you please let me know if you are still having issue and could you please send the log to pyats-support-ext@cisco.com?

Thanks, --Thai.

jeaubin commented 3 years ago

Hi @annegentle - Just noticed, sorry for the delay.

We will modify the learning lab to make this clearer.

Thanks for the feedback.

thaixuann commented 3 years ago

Hello @annegentle , Sorry for the delay.

For Mac, keep your VPN connected to the Sandbox

  1. Open your terminal
  2. cd e.i: Downloads
  3. Make a new folder inside step 2, then type: mkdir temp
  4. Cd to folder created in step 3: cd temp
  5. Issue this command at the prompt: scp developer@10.10.20.50://home/developer/genie_learning_lab/log.html .
  6. Password is: C1sco12345

You can copy both log.html and report.html

Then you can open this on any web browser to view the file

For Windows, keep you VPN connected to the Sandbox

Use WinSCP provide the following info: username: developer Password: C1sco12345 Server: 10.10.20.50

Once you connected, you can go to this directory: /home/developer/genie_learning_lab/

Drag and drop files you wanted to your Windows computer.

Please let me know if you have questions.

Thanks, --Thai.