Home | History | Annotate | only in /external/autotest/client/common_lib
Up to higher level directory
NameDateSize
__init__.py22-Oct-20200
android_utils.py22-Oct-20204.8K
autotemp.py22-Oct-20204.2K
autotemp_unittest.py22-Oct-20201.5K
barrier.py22-Oct-202019.2K
barrier_unittest.py22-Oct-20206.4K
base_job.py22-Oct-202040.1K
base_job_unittest.py22-Oct-202053.4K
base_utils.py22-Oct-2020516
brillo/22-Oct-2020
check_version.py22-Oct-20202.6K
common.py22-Oct-2020301
control_data.py22-Oct-202013.3K
control_data_unittest.py22-Oct-202011K
cros/22-Oct-2020
decorators.py22-Oct-20203.5K
decorators_unittest.py22-Oct-20202K
deprecation.py22-Oct-20201.8K
enum.py22-Oct-20201.9K
env.py22-Oct-2020620
error.py22-Oct-202015K
feedback/22-Oct-2020
file_utils.py22-Oct-20206.8K
global_config.py22-Oct-202013.9K
global_config_unittest.py22-Oct-20207.6K
gtest_parser.py22-Oct-202013.5K
host_protections.py22-Oct-20202K
host_queue_entry_states.py22-Oct-20201.2K
host_states.py22-Oct-2020921
hosts/22-Oct-2020
i2c_slave.py22-Oct-20206.6K
kernel_versions.py22-Oct-20203.5K
log.py22-Oct-20201,004
logging_config.py22-Oct-20206.3K
logging_manager.py22-Oct-202023.1K
logging_manager_test.py22-Oct-20208.3K
logs_to_collect22-Oct-20201.2K
lsbrelease_utils.py22-Oct-20207.4K
lsbrelease_utils_unittest.py22-Oct-20204.7K
magic.py22-Oct-202057.2K
mail.py22-Oct-20201.5K
mail_unittest.py22-Oct-20201.7K
metrics_mock_class.py22-Oct-20202K
packages.py22-Oct-202037.3K
perf_expectations/22-Oct-2020
pexpect.py22-Oct-202074.1K
pidfile.py22-Oct-2020826
powerplay_util.py22-Oct-20204.4K
priorities.py22-Oct-2020489
process_utils.py22-Oct-20201.6K
profiler_manager.py22-Oct-20203.2K
profiler_manager_unittest.py22-Oct-20202.8K
pxssh.py22-Oct-202014.2K
README22-Oct-2020506
revision_control.py22-Oct-202019K
revision_control_unittest.py22-Oct-20206.4K
sequence_utils.py22-Oct-2020897
site_utils.py22-Oct-2020516
smogcheck_ina219.py22-Oct-20207K
smogcheck_pca9555.py22-Oct-20208.6K
smogcheck_tpm.py22-Oct-202021.5K
smogcheck_ttci.py22-Oct-20206.4K
smogcheck_util.py22-Oct-20202.5K
software_manager.py22-Oct-202023.1K
test.py22-Oct-202035.3K
test_unittest.py22-Oct-202021.1K
test_utils/22-Oct-2020
time_utils.py22-Oct-20203.8K
time_utils_unittest.py22-Oct-20202.1K
utils.py22-Oct-2020100.5K
utils_unittest.py22-Oct-202051.3K

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