blob: 43c98aa540af4d9452e2085fa6cd90fa9b1be570 [file] [log] [blame]
Ang Li73697b32015-12-03 00:41:53 +00001This package includes the Android Comms Testing Suite (ACTS) alpha release
2
Alexander Dorokhine8354f042016-02-12 15:35:51 -08003System dependencies:
4 - adb
5 - python3.4+
6 - python3.4-setuptools
7
8Python dependencies (installed automatically by setup.py):
Alexander Dorokhine8354f042016-02-12 15:35:51 -08009 - future
10 - pyserial
11
Ang Lieb5e5052016-06-24 18:07:11 -070012To run unit tests:
13$ python3 setup.py test
14$ python setup.py test
Ang Li73697b32015-12-03 00:41:53 +000015
16Setup:
Alexander Dorokhine8354f042016-02-12 15:35:51 -080017 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:
Ang Lieb5e5052016-06-24 18:07:11 -070021 cd tests/ && act.py -c acts_sanity_test_config.json -tc IntegrationTest