Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,How do I tell testbed to connect to devices of (let's say) type="router" ? I use couple of devices as proxy and would like to skip them in tests that are ran via pyats.easypy.So far the best solution I came up with is to filter them in every te...
I've found one solution to filter out "proxy" jumphosts - to loop through filtered list in common_setup class. Like this:class common_setup(aetest.CommonSetup):
@aetest.subsection
def TestRouters(self, testbed):
routers = [x for x in ...