In /labs/intro-to-genie/5.md:
1. 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?
In /labs/parsers-with-genie/2.md, ouput after the command robot genie_connect.robot includes this error:
./pyats/lib/python3.6/site-packages/unicon/plugins/nxos/bases.py:22: DeprecationWarning: Arguments 'username', 'enable_password','tacacs_password' and 'line_password' are now deprecated and replaced by 'credentials'. super().__init__(*args, **kwargs)
Failed tests after robot genie_parsers.robot:
Could not find parser for 'genie.libs.parser.show_bgp.ShowBgpProcessVrfAll'
------------------------------------------------------------------------------
execute and parse 'show platform' on UUT | FAIL |
Could not find parser for 'genie.libs.parser.show_platform.ShowModule'
------------------------------------------------------------------------------
Genie Parsers | FAIL |
3 critical tests, 1 passed, 2 failed
3 tests total, 1 passed, 2 failed```
Some items I wasn't sure how to fix:
In /labs/intro-to-genie/5.md:
1. 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?In /labs/parsers-with-genie/2.md, ouput after the command
robot genie_connect.robot
includes this error:./pyats/lib/python3.6/site-packages/unicon/plugins/nxos/bases.py:22: DeprecationWarning: Arguments 'username', 'enable_password','tacacs_password' and 'line_password' are now deprecated and replaced by 'credentials'. super().__init__(*args, **kwargs)
Failed tests after
robot genie_parsers.robot
:Note to self: amend order of labs in the module: