Home | History | Annotate | only in /external/autotest/client/common_lib
Up to higher level directory
NameDateSize
__init__.py21-Aug-20180
android_utils.py21-Aug-20189K
autotemp.py21-Aug-20184.1K
autotemp_unittest.py21-Aug-20181.5K
barrier.py21-Aug-201819.2K
barrier_unittest.py21-Aug-20186.4K
base_job.py21-Aug-201840.3K
base_job_unittest.py21-Aug-201853.4K
base_utils.py21-Aug-2018516
brillo/21-Aug-2018
check_version.py21-Aug-20182.6K
common.py21-Aug-2018301
control_data.py21-Aug-201813.4K
control_data_unittest.py21-Aug-201811.1K
cros/21-Aug-2018
decorators.py21-Aug-20183.5K
decorators_unittest.py21-Aug-20182K
deprecation.py21-Aug-20181.8K
enum.py21-Aug-20181.9K
env.py21-Aug-2018620
error.py21-Aug-201815.2K
feedback/21-Aug-2018
file_utils.py21-Aug-20185.5K
global_config.py21-Aug-201813.9K
global_config_unittest.py21-Aug-20187.6K
gtest_parser.py21-Aug-201813.5K
host_protections.py21-Aug-20182K
host_queue_entry_states.py21-Aug-20181.2K
host_states.py21-Aug-2018921
hosts/21-Aug-2018
i2c_slave.py21-Aug-20186.6K
kernel_versions.py21-Aug-20183.5K
log.py21-Aug-20181,004
logging_config.py21-Aug-20186.3K
logging_manager.py21-Aug-201823.1K
logging_manager_test.py21-Aug-20188.3K
logs_to_collect21-Aug-20181.2K
lsbrelease_utils.py21-Aug-20187.4K
lsbrelease_utils_unittest.py21-Aug-20184.7K
magic.py21-Aug-201857.2K
mail.py21-Aug-20181.5K
mail_unittest.py21-Aug-20181.7K
metrics_mock_class.py21-Aug-20182K
packages.py21-Aug-201837.2K
perf_expectations/21-Aug-2018
pexpect.py21-Aug-201874.1K
pidfile.py21-Aug-2018826
powerplay_util.py21-Aug-20184.4K
priorities.py21-Aug-2018489
process_utils.py21-Aug-20181.6K
profiler_manager.py21-Aug-20183.2K
profiler_manager_unittest.py21-Aug-20182.8K
pxssh.py21-Aug-201814.2K
README21-Aug-2018506
revision_control.py21-Aug-201816.1K
revision_control_unittest.py21-Aug-20186.4K
sequence_utils.py21-Aug-2018897
site_utils.py21-Aug-2018516
smogcheck_ina219.py21-Aug-20187K
smogcheck_pca9555.py21-Aug-20188.6K
smogcheck_tpm.py21-Aug-201821.5K
smogcheck_ttci.py21-Aug-20186.4K
smogcheck_util.py21-Aug-20182.5K
software_manager.py21-Aug-201823.1K
test.py21-Aug-201836.7K
test_unittest.py21-Aug-201825.5K
test_utils/21-Aug-2018
time_utils.py21-Aug-20183.8K
time_utils_unittest.py21-Aug-20182.1K
utils.py21-Aug-201893.7K
utils_unittest.py21-Aug-201839.7K

README

      1 README
      2 ======
      3 
      4 This directory is the holding area for storing libraries which are common
      5 to both client and server. Libraries which are client-specific should live
      6 in client/bin and libraries which are server-specific should live in
      7 server.
      8 
      9 This directory is a sub-directory of client because AutoTest doesn't install 
     10 anything but the client directory.
     11 
     12 Libraries in this directory should only rely on other libraries in this
     13 directory. In other words, they should not reach out in client/bin or server.
     14