CiscoTestAutomation/getting-started

[Enhancement Proposal] Explain Genie integration with Pyats & SSH Proxy use case using Python code

Opened this issue · 1 comments

Hello,

It took me many hours of googling and I had to go deeper to the documentation pages (genie, pyats) to truly understand how genie parser and pyats integrate.

In fact, i needed to create my devices and testbed object using python objects and still be able to access genie parsers and could not find an example in the getting started.

Also, needed to define SSH proxy using pyats Topology python objects and missing examples covering this use case.

I wrote a blog post to summarize my understanding and a code example that cover this two use cases.

https://sogloarcadius.github.io/blog/pyats/

Can you please provide similar content in the getting started guides or code examples, I think it is a valuable information for developers and the genie abstraction engine concept should be introduced in the getting started guides.

Thanks,

Arcadius.

This is very good @sogloarcadius, let us go through it and see how we can make our doc better based on that!

Thanks!