Home | History | Annotate | only in /external/autotest/client/common_lib
Up to higher level directory
NameDateSize
__init__.py06-Dec-20160
autotemp.py06-Dec-20164.1K
autotemp_unittest.py06-Dec-20161.5K
barrier.py06-Dec-2016399
barrier_unittest.disabled06-Dec-20166.7K
base_barrier.py06-Dec-201619.2K
base_barrier_unittest.py06-Dec-20166.4K
base_check_version.py06-Dec-20162.5K
base_job.py06-Dec-201647.1K
base_job_unittest.py06-Dec-201653.4K
base_packages.py06-Dec-201635.2K
base_utils.py06-Dec-201672.6K
base_utils_unittest.py06-Dec-201628.4K
boottool.py06-Dec-20168.9K
boottool_unittest.py06-Dec-201610.4K
cartesian_config.py06-Dec-201623.3K
check_version.py06-Dec-2016354
common.py06-Dec-2016301
control_data.py06-Dec-20169.1K
control_data_unittest.py06-Dec-20168.5K
cros/06-Dec-2016
decorators.py06-Dec-20162.6K
decorators_unittest.py06-Dec-20162K
enum.py06-Dec-20161.9K
error.py06-Dec-201618.1K
feedback/06-Dec-2016
file_utils.py06-Dec-20164.6K
global_config.py06-Dec-201612.2K
global_config_unittest.py06-Dec-20167.1K
host_protections.py06-Dec-20162K
host_queue_entry_states.py06-Dec-20161,014
host_states.py06-Dec-2016556
hosts/06-Dec-2016
i2c_slave.py06-Dec-20166.6K
kernel_versions.py06-Dec-20163.5K
log.py06-Dec-20162.6K
logging_config.py06-Dec-20164.4K
logging_manager.py06-Dec-201623.1K
logging_manager_test.py06-Dec-20168.3K
logs_to_collect06-Dec-20161.1K
lsbrelease_utils.py06-Dec-20163.4K
magic.py06-Dec-201657.2K
mail.py06-Dec-20161.5K
mail_unittest.py06-Dec-20161.7K
packages.py06-Dec-2016287
perf_expectations/06-Dec-2016
pexpect.py06-Dec-201674.1K
pidfile.py06-Dec-2016826
powerplay_util.py06-Dec-20164.4K
priorities.py06-Dec-2016479
profiler_manager.py06-Dec-20163.2K
profiler_manager_unittest.py06-Dec-20162.8K
pxssh.py06-Dec-201614.2K
README06-Dec-2016506
revision_control.py06-Dec-201615.9K
revision_control_unittest.py06-Dec-20166.4K
sequence_utils.py06-Dec-2016897
site_packages.py06-Dec-2016638
site_utils.py06-Dec-201629.2K
site_utils_unittest.py06-Dec-20165.5K
smogcheck_ina219.py06-Dec-20167K
smogcheck_pca9555.py06-Dec-20168.6K
smogcheck_tpm.py06-Dec-201621.5K
smogcheck_ttci.py06-Dec-20166.4K
smogcheck_util.py06-Dec-20162.5K
software_manager.py06-Dec-201623.1K
test.py06-Dec-201632.3K
test_unittest.py06-Dec-201611.6K
test_utils/06-Dec-2016
time_utils.py06-Dec-20163K
time_utils_unittest.py06-Dec-20162.1K
utils.py06-Dec-2016562

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