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 90 synchronous=False, hostless=False,
105 @param hostless - if True, this job is intended to be hostless (in that
151 if hostless:
rpc_utils.py 449 hostless = False
468 hostless = True
478 hostless=hostless)
762 hostless=False,
775 if hostless:
778 'hostless': 'Hostless jobs cannot include any hosts!'})
781 'control_type': 'Hostless jobs cannot use client-side '
    [all...]
rpc_interface.py     [all...]
rpc_interface_unittest.py 97 """Create a hostless job and ensure it's not assigned to a shard."""
100 job1 = self._create_job(hostless=True)
102 # Hostless jobs should be executed by the global scheduler.
    [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 99 milliseconds