OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_spec
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/cros/dynamic_suite/
host_spec_unittest.py
7
"""Unit tests for server/cros/dynamic_suite/
host_spec
.py."""
14
from autotest_lib.server.cros.dynamic_suite import
host_spec
namespace
19
"""Unit tests for dynamic_suite.
host_spec
module.
26
_SPECS = [
host_spec
.HostSpec([_BOARD]),
27
host_spec
.HostSpec([_BOARD, 'pool:bvt']),
28
host_spec
.HostSpec([_BOARD], ['label1'])]
33
reordered =
host_spec
.order_by_complexity(self._SPECS)
58
"""Unit tests for dynamic_suite.
host_spec
.HostGroup derived classes.
65
hosts_per_spec = {
host_spec
.HostSpec(['l1']): host_list[:1],
66
host_spec
.HostSpec(['l2']): host_list[1:]
[
all
...]
tools_unittest.py
14
from autotest_lib.server.cros.dynamic_suite.
host_spec
import HostSpec
15
from autotest_lib.server.cros.dynamic_suite import
host_spec
namespace
39
self.specs =
host_spec
.order_by_complexity(host_spec_list)
host_spec.py
17
def extract_label_list_len(
host_spec
):
18
return len(
host_spec
.labels)
job_status_unittest.py
21
from autotest_lib.server.cros.dynamic_suite import
host_spec
namespace
597
group = self.mox.CreateMock(
host_spec
.HostGroup)
Completed in 103 milliseconds