looking around a bit and I can't seem to find this answer. I am new to pytest so I could be wording what I am trying to do incorrectly or searching with wrong parameters but here I go.
I made a test that SSH's to a router and checks that it logged in. and it work (hooray) I am also aware that I can install a plugin (xdist) to have multiple instances of the test run but my question is, is there a way to have that one test be expanded to more then one router or will I need to write the same test with different IP's?
(sorry if this has been asked but I found nothing that talks about this type of scenario)