blob: 69603c940767c630832a001175b20cfec96b492a [file] [log] [blame]
Ang Li73697b32015-12-03 00:41:53 +00001This package includes the Android Comms Testing Suite (ACTS) alpha release
2
3Dependencies:
4adb
5python3.4+
6python3.4-setuptools
7pyserial in Python3.4+
8
9Setup:
10 1. Install the dependencies.
11 On Ubuntu, sudo apt-get install Python3.4 python3-setuptools python3-serial
12 2. Run "python3.4 setup.py install" with elevated permissions
13
14To verify ACTS is ready to go, at the location for README, run
Nathan Harold08089e52016-01-05 11:03:23 -080015 act.py -c sample_config.json -tb SampleTestBed -tc SampleTest