Home | History | Annotate | only in /tools/test/connectivity/acts/framework
Up to higher level directory
NameDateSize
acts/06-Dec-2016
MANIFEST.in06-Dec-2016122
README06-Dec-2016525
sample_config.json06-Dec-2016822
setup.py06-Dec-20164.8K
tests/06-Dec-2016

README

      1 This package includes the Android Comms Testing Suite (ACTS) alpha release
      2 
      3 System dependencies:
      4   - adb
      5   - python3.4+
      6   - python3.4-setuptools
      7 
      8 Python dependencies (installed automatically by setup.py):
      9   - contextlib2
     10   - future
     11   - pyserial
     12 
     13 
     14 Setup:
     15   1. Install the system dependencies.
     16      On Ubuntu, sudo apt-get install python3.4 python3-setuptools
     17   2. Run "python3.4 setup.py install" with elevated permissions
     18   3. To verify ACTS is ready to go, at the location for README, and run:
     19      cd tests/ && ./test_acts
     20