This package includes the Android Comms Testing Suite (ACTS) alpha release | |
Dependencies: | |
adb | |
python3.4+ | |
python3.4-setuptools | |
pyserial in Python3.4+ | |
Setup: | |
1. Install the dependencies. | |
On Ubuntu, sudo apt-get install Python3.4 python3-setuptools python3-serial | |
2. Run "python3.4 setup.py install" with elevated permissions | |
To verify ACTS is ready to go, at the location for README, run | |
act.py -c sample_config.txt -tb SampleTestBed -tc SampleTest |