Home | History | Annotate | only in /tools/test/connectivity/acts/framework
Up to higher level directory
NameDateSize
__init__.py05-Oct-2017641
acts/05-Oct-2017
MANIFEST.in05-Oct-2017122
README05-Oct-2017622
sample_config.json05-Oct-2017822
setup.py05-Oct-20174.8K
tests/05-Oct-2017

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   - future
     10   - pyserial
     11 
     12 To run unit tests:
     13 $ python3 setup.py test
     14 $ python setup.py test
     15 
     16 Setup:
     17   1. Install the system dependencies.
     18      On Ubuntu, sudo apt-get install python3.4 python3-setuptools
     19   2. Run "python3.4 setup.py install" with elevated permissions
     20   3. To verify ACTS is ready to go, at the location for README, and run:
     21      cd tests/ && act.py -c acts_sanity_test_config.json -tc IntegrationTest
     22