1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
..
cros
feedback
hosts
perf_expectations
test_utils
README
__init__.py
android_utils.py
autotemp.py
autotemp_unittest.py
autotest_enum.py
barrier.py
barrier_unittest.py
base_job.py
base_job_unittest.py
base_utils.py
check_version.py
common.py
control_data.py
control_data_unittest.py
decorators.py
decorators_unittest.py
deprecation.py
enum.py
env.py
error.py
file_utils.py
global_config.py
global_config_unittest.py
gtest_parser.py
host_protections.py
host_queue_entry_states.py
host_states.py
i2c_node.py
kernel_versions.py
log.py
logging_config.py
logging_manager.py
logging_manager_test.py
logs_to_collect
lsbrelease_utils.py
lsbrelease_utils_unittest.py
magic.py
mail.py
mail_unittest.py
metrics_mock_class.py
packages.py
pexpect.py
pidfile.py
powerplay_util.py
priorities.py
process_utils.py
profiler_manager.py
profiler_manager_unittest.py
pxssh.py
revision_control.py
revision_control_unittest.py
sequence_utils.py
seven.py
seven_unittest.py
site_utils.py
smogcheck_ina219.py
smogcheck_pca9555.py
smogcheck_tpm.py
smogcheck_ttci.py
smogcheck_util.py
software_manager.py
test.py
test_unittest.py
time_utils.py
time_utils_unittest.py
ui_utils.py
ui_utils_helpers.py
utils.py
utils_unittest.py

README

README
======

This directory is the holding area for storing libraries which are common
to both client and server. Libraries which are client-specific should live
in client/bin and libraries which are server-specific should live in
server.

This directory is a sub-directory of client because AutoTest doesn't install 
anything but the client directory.

Libraries in this directory should only rely on other libraries in this
directory. In other words, they should not reach out in client/bin or server.