Add new hostless param to the docstring -- missed this comment from gps in my previous change.
Signed-off-by: Steve Howard <[email protected]> --- autotest/frontend/afe/frontend_test_utils.py 2009-12-18 00:27:34.000000000 -0800 +++ autotest/frontend/afe/frontend_test_utils.py 2009-12-18 02:10:21.000000000 -0800 @@ -120,6 +120,8 @@ or None if atomic scheduling is not required. Each metahost becomes a request to schedule an entire atomic group. This does not support creating an active atomic group job. + @param hostless - if True, this job is intended to be hostless (in that + case, hosts, metahosts, and atomic_group must all be empty) @returns A Django frontend.afe.models.Job instance. """ _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
