Home
last modified time | relevance | path

Searched refs:PortType (Results 1 – 2 of 2) sorted by relevance

/trusty/vendor/google/aosp/scripts/
Dtrusty_build_config.py32 class PortType(StrEnum): class
90 def __init__(self, name, command, enabled, port_type = PortType.TEST):
97 self.port_type = PortType(port_type) # ensure we have a valid port type
119 port_type=PortType.TEST, enabled=True, nameprefix="",
142 def __init__(self, port, port_type=PortType.TEST, enabled=True,
379 "BENCHMARK": PortType.BENCHMARK,
380 "TEST": PortType.TEST,
Drun_tests.py40 from trusty_build_config import PortType, TrustyCompositeTest, TrustyTest
399 if test.port_type == PortType.BENCHMARK: