On Apr 9, 2009 11:21am, Jesse Noller &lt;jnoller@gmail.com&gt; wrote:<br />&gt; Before I go and reinvent the wheel, I wanted to ping everyone and see<br />&gt; <br />&gt; if anyone using nose had done any work to be able to remotely submit<br />&gt; <br />&gt; jobs to a machine w/ nose installed.<br />&gt; <br />&gt; <br />&gt; <br />&gt; Basically, rather than sshing/logging into a remote machine, I want to<br />&gt; <br />&gt; be able to submit a &quot;job&quot; to the client, which will be run via nose on<br />&gt; <br />&gt; the client. The job would consist of a nose.cfg, a tarball of test<br />&gt; <br />&gt; code and an additional configuration describing the system under test.<br />&gt; <br />&gt; <br />&gt; <br />&gt; A client would submit the job and receive a job ID (uuid) for that<br />&gt; <br />&gt; job, the client could then poll the client until results become<br />&gt; <br />&gt; available, check the status of the job, and so on.<br />&gt; <br />&gt; <br />&gt; <br />&gt; The actual daemon would be simple: given a job, unpack the tarball,<br />&gt; <br />&gt; run the tests with the provided configuration, package results from<br />&gt; <br />&gt; nose, and set a token indicating that results for  were<br />&gt; <br />&gt; available.<br />&gt; <br />&gt; <br />&gt; <br />&gt; The only requirements would be that python, nose and any nose plugins<br />&gt; <br />&gt; you want would need to be pre-installed on the client. The daemon<br />&gt; <br />&gt; would need to be running. Everything else could be bootstrapped within<br />&gt; <br />&gt; the job.<br />&gt; <br />&gt; <br />&gt; <br />&gt; This is a really rough idea derived from previous work I&#39;ve done. The<br />&gt; <br />&gt; second part is to be able to include a &quot;product build&quot; within the job,<br />&gt; <br />&gt; and add a plugin which allows for the product to be<br />&gt; <br />&gt; installed/configured and then have the tests executed.<br />&gt; <br />&gt; <br />&gt; <br />&gt; -jesse<br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; testing-in-python mailing list<br />&gt; <br />&gt; testing-in-python@lists.idyll.org<br /><br />I haven&#39;t seen anything like this but would love to offer some help in building this. Sounds like a fun project.<br /><br />Are you going to make it open source?