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.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
cros v811_spc009_project 7 months ago
feedback v811_spc009_project 7 months ago
hosts v811_spc009_project 7 months ago
perf_expectations v811_spc009_project 7 months ago
test_utils v811_spc009_project 7 months ago
README v811_spc009_project 7 months ago
__init__.py v811_spc009_project 7 months ago
android_utils.py v811_spc009_project 7 months ago
autotemp.py v811_spc009_project 7 months ago
autotemp_unittest.py v811_spc009_project 7 months ago
autotest_enum.py v811_spc009_project 7 months ago
barrier.py v811_spc009_project 7 months ago
barrier_unittest.py v811_spc009_project 7 months ago
base_job.py v811_spc009_project 7 months ago
base_job_unittest.py v811_spc009_project 7 months ago
base_utils.py v811_spc009_project 7 months ago
check_version.py v811_spc009_project 7 months ago
common.py v811_spc009_project 7 months ago
control_data.py v811_spc009_project 7 months ago
control_data_unittest.py v811_spc009_project 7 months ago
decorators.py v811_spc009_project 7 months ago
decorators_unittest.py v811_spc009_project 7 months ago
deprecation.py v811_spc009_project 7 months ago
enum.py v811_spc009_project 7 months ago
env.py v811_spc009_project 7 months ago
error.py v811_spc009_project 7 months ago
file_utils.py v811_spc009_project 7 months ago
global_config.py v811_spc009_project 7 months ago
global_config_unittest.py v811_spc009_project 7 months ago
gtest_parser.py v811_spc009_project 7 months ago
host_protections.py v811_spc009_project 7 months ago
host_queue_entry_states.py v811_spc009_project 7 months ago
host_states.py v811_spc009_project 7 months ago
i2c_node.py v811_spc009_project 7 months ago
kernel_versions.py v811_spc009_project 7 months ago
log.py v811_spc009_project 7 months ago
logging_config.py v811_spc009_project 7 months ago
logging_manager.py v811_spc009_project 7 months ago
logging_manager_test.py v811_spc009_project 7 months ago
logs_to_collect v811_spc009_project 7 months ago
lsbrelease_utils.py v811_spc009_project 7 months ago
lsbrelease_utils_unittest.py v811_spc009_project 7 months ago
magic.py v811_spc009_project 7 months ago
mail.py v811_spc009_project 7 months ago
mail_unittest.py v811_spc009_project 7 months ago
metrics_mock_class.py v811_spc009_project 7 months ago
packages.py v811_spc009_project 7 months ago
pexpect.py v811_spc009_project 7 months ago
pidfile.py v811_spc009_project 7 months ago
powerplay_util.py v811_spc009_project 7 months ago
priorities.py v811_spc009_project 7 months ago
process_utils.py v811_spc009_project 7 months ago
profiler_manager.py v811_spc009_project 7 months ago
profiler_manager_unittest.py v811_spc009_project 7 months ago
pxssh.py v811_spc009_project 7 months ago
revision_control.py v811_spc009_project 7 months ago
revision_control_unittest.py v811_spc009_project 7 months ago
sequence_utils.py v811_spc009_project 7 months ago
seven.py v811_spc009_project 7 months ago
seven_unittest.py v811_spc009_project 7 months ago
site_utils.py v811_spc009_project 7 months ago
smogcheck_ina219.py v811_spc009_project 7 months ago
smogcheck_pca9555.py v811_spc009_project 7 months ago
smogcheck_tpm.py v811_spc009_project 7 months ago
smogcheck_ttci.py v811_spc009_project 7 months ago
smogcheck_util.py v811_spc009_project 7 months ago
software_manager.py v811_spc009_project 7 months ago
test.py v811_spc009_project 7 months ago
test_unittest.py v811_spc009_project 7 months ago
time_utils.py v811_spc009_project 7 months ago
time_utils_unittest.py v811_spc009_project 7 months ago
ui_utils.py v811_spc009_project 7 months ago
ui_utils_helpers.py v811_spc009_project 7 months ago
utils.py v811_spc009_project 7 months ago
utils_unittest.py v811_spc009_project 7 months ago

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.