job: Remove non-existant parameter on generate_control_file calls (Fix #47)
commite5ffdfdf69a3644ac7b462c7ea962ded6f7307f7
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Thu, 24 Mar 2011 15:49:48 +0000 (24 15:49 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Thu, 24 Mar 2011 15:49:48 +0000 (24 15:49 +0000)
tree3fe7eb33be1e878c7b80101df02f45840147d196
parent039effb3461fb49f379d33214a289887f14abca8
job: Remove non-existant parameter on generate_control_file calls (Fix #47)

Since its introduction on r2440, server/frontend.py has a call to
generate_control_file, present on frontend/afe/rpc_interface.py.
This method apparently never had a do_push_packages parameter,
but for some reason we were passing it in case we provide a specific
kernel with -k. Remove all references to do_push_packages.

With this, bug #47 is fixed, and it is possible to specify -k through
the cli.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5287 592f7852-d20e-0410-864c-8624ca9c26a4
cli/job.py
cli/job_unittest.py
server/frontend.py