genieparser icon indicating copy to clipboard operation
genieparser copied to clipboard

Add new 'show switch virtual' parser for iosxe

Open frdaigle opened this issue 2 years ago • 3 comments

Description

Add new parser for 'show switch virtual' for iosxe

Motivation and Context

There was no parser for 'show switch virtual' for iosxe devices that are setup for VSS

Impact (If any)

None

Screenshots:

test1 test2 test3

Checklist:

  • [X] I have updated the changelog.
  • [ ] I have updated the documentation (If applicable).
  • [X] I have added tests to cover my changes (If applicable).
  • [X] All new and existing tests passed.
  • [X] All new code passed compilation.

frdaigle avatar Mar 28 '23 19:03 frdaigle

I've updated code from comments

frdaigle avatar Apr 02 '23 14:04 frdaigle

Workflows runs are always returning the following error, is there anything I must fix ?

pkg_resources.VersionConflict: (genie.libs.parser 23.2 (/home/runner/work/genieparser/genieparser/src), Requirement.parse('genie.libs.parser<23.4.0,>=23.3.0'))

frdaigle avatar Apr 02 '23 14:04 frdaigle

We released the 23.3 version of pyats - try merging the latest copy of our master branch into yours, and then pushing that merge commit.

GerriorL avatar Apr 03 '23 17:04 GerriorL