Home | History | Annotate | only in /external/autotest/client/common_lib
Up to higher level directory
NameDateSize
__init__.py05-Oct-20170
android_utils.py05-Oct-20179K
autotemp.py05-Oct-20174.1K
autotemp_unittest.py05-Oct-20171.5K
barrier.py05-Oct-201719.2K
barrier_unittest.py05-Oct-20176.4K
base_check_version.py05-Oct-20172.5K
base_job.py05-Oct-201747.2K
base_job_unittest.py05-Oct-201753.4K
base_utils.py05-Oct-201759.6K
base_utils_unittest.py05-Oct-201728.4K
brillo/05-Oct-2017
check_version.py05-Oct-2017354
common.py05-Oct-2017301
control_data.py05-Oct-201711.7K
control_data_unittest.py05-Oct-20179.2K
cros/05-Oct-2017
decorators.py05-Oct-20173.5K
decorators_unittest.py05-Oct-20172K
enum.py05-Oct-20171.9K
error.py05-Oct-201713.6K
feedback/05-Oct-2017
file_utils.py05-Oct-20174.6K
global_config.py05-Oct-201713.9K
global_config_unittest.py05-Oct-20177.6K
host_protections.py05-Oct-20172K
host_queue_entry_states.py05-Oct-20171.2K
host_states.py05-Oct-2017921
hosts/05-Oct-2017
i2c_slave.py05-Oct-20176.6K
kernel_versions.py05-Oct-20173.5K
log.py05-Oct-20171,004
logging_config.py05-Oct-20176.3K
logging_manager.py05-Oct-201723.1K
logging_manager_test.py05-Oct-20178.3K
logs_to_collect05-Oct-20171.1K
lsbrelease_utils.py05-Oct-20174.3K
magic.py05-Oct-201757.2K
mail.py05-Oct-20171.5K
mail_unittest.py05-Oct-20171.7K
packages.py05-Oct-201737.1K
perf_expectations/05-Oct-2017
pexpect.py05-Oct-201774.1K
pidfile.py05-Oct-2017826
powerplay_util.py05-Oct-20174.4K
priorities.py05-Oct-2017489
process_utils.py05-Oct-20171.6K
profiler_manager.py05-Oct-20173.2K
profiler_manager_unittest.py05-Oct-20172.8K
pxssh.py05-Oct-201714.2K
README05-Oct-2017506
revision_control.py05-Oct-201716.1K
revision_control_unittest.py05-Oct-20176.4K
sequence_utils.py05-Oct-2017897
site_utils.py05-Oct-201734.8K
site_utils_unittest.py05-Oct-201712.4K
smogcheck_ina219.py05-Oct-20177K
smogcheck_pca9555.py05-Oct-20178.6K
smogcheck_tpm.py05-Oct-201721.5K
smogcheck_ttci.py05-Oct-20176.4K
smogcheck_util.py05-Oct-20172.5K
software_manager.py05-Oct-201723.1K
test.py05-Oct-201735.8K
test_unittest.py05-Oct-201720.8K
test_utils/05-Oct-2017
time_utils.py05-Oct-20173.9K
time_utils_unittest.py05-Oct-20172.1K
utils.py05-Oct-2017575

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