OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_host
(Results
1 - 2
of
2
) sorted by null
/external/autotest/contrib/
task_runner.sh
82
MASTER_HOSTS[$i]=
test_host
$i;
89
SHARD_HOSTS[$i]=
test_host
$i;
96
SHARD_FREON_HOSTS[$i]=
test_host
$i;
/external/autotest/scheduler/
scheduler_models_unittest.py
161
host1 = models.Host.objects.create(hostname='
test_host
')
172
test_host
= self._setup_static_labels()
173
host = scheduler_models.Host(id=
test_host
.id)
182
test_host
= self._setup_static_labels()
183
host = scheduler_models.Host(id=
test_host
.id)
Completed in 563 milliseconds