Sign in
android
/
platform
/
external
/
autotest
/
8adf78936c915df6fd1edb6c592f40a7ed8350a5
/
.
/
server
/
hosts
/
site_factory.py
blob: 81e7a4b9cdeb0b43267965c45d021e833dcea399 [
file
] [
log
] [
blame
]
from
autotest_lib
.
server
.
hosts
import
chromiumos_host
def
postprocess_classes
(
classes
,
hostname
,
**
args
):
"""Site-specific processing of the class list."""
classes
.
append
(
chromiumos_host
.
ChromiumOSHost
)