Re: [pytest-dev] pytest script sample

2015-01-27 Thread Petr Viktorin
Hello, We had exactly this problem at work. I used Paramiko to connect to the remote machines, then made openssh (i.e. shelling out to ssh) an option too. When we moved to pytest, I tore this out into a stand-alone plugin – https://github.com/encukou/pytest-multihost/ Our use cases were a bit more

Re: [pytest-dev] pytest script sample

2015-01-27 Thread Brack, Laurent P.
Hi Abdelillah, I thought somebody would have something smarter to say than what I am about to say, but here it is. If the remote system you are trying to test has python installed, then I suggest that you use pytest-xdist and distribute the tests on that machine. However if your tests require

Re: [pytest-dev] pytest script sample

2015-01-27 Thread Abdelillah Asraoui
Hello All, I'm not getting a response here, is there another alias to send this request to ? Thanks & Best Regard, Abdelillah On Sun, Jan 25, 2015 at 5:15 PM, Abdelillah Asraoui wrote: > Hello All, > I'm a newbie to pytest, would like to get minimum setup of files > in pytest: > > + lib > +c