HomeSort by relevance Sort by last modified time
    Searched refs:hostless (Results 1 - 9 of 9) sorted by null

  /external/autotest/frontend/afe/
frontend_test_utils.py 69 synchronous=False, hostless=False,
83 @param hostless - if True, this job is intended to be hostless (in that
127 if hostless:
rpc_utils.py 443 hostless = False
462 hostless = True
472 hostless=hostless)
756 hostless=False,
769 if hostless:
772 'hostless': 'Hostless jobs cannot include any hosts!'})
775 'control_type': 'Hostless jobs cannot use client-side '
    [all...]
rpc_interface.py 747 image=None, hostless=False, firmware_rw_build=None,
784 if image and hostless:
796 hostless=hostless, **kwargs)
819 hostless=False,
1852 hostless=True, variable
    [all...]
rpc_interface_unittest.py 236 job_id = self._create_job_helper(hostless=True)
695 hostless=True,
    [all...]
  /external/autotest/server/
sequence.py 125 - no hostless.
157 hostless=False, keyvals=None,
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewDisplay.java 114 private CheckBoxImpl hostless = new CheckBoxImpl(); field in class:CreateJobViewDisplay
269 hostlessPanel.add(hostless);
271 advancedOptionsLayout.setWidget(12, 0, new Label("Hostless (Suite Job):"));
403 return hostless;
  /external/autotest/scheduler/
monitor_db_unittest.py 390 job = self._create_job(hostless=True)
395 self.assertEqual(hqe.execution_subdir, 'hostless')
405 self.assertEqual('hostless', hqe.execution_subdir)
826 job = self._create_job(hostless=True)
843 # No change to previously schedule hostless job, and no additional agent
    [all...]
monitor_db_functional_test.py     [all...]
  /external/autotest/server/hosts/
adb_host.py     [all...]

Completed in 468 milliseconds