diff options
author | Alexander Dorokhine <adorokhine@google.com> | 2016-02-13 02:23:46 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-02-13 02:23:46 +0000 |
commit | f9aed4216c8189cdae7d98f7f54da566d7e75dcc (patch) | |
tree | 9d460cac5192d5a4bb205f37b074eb941ab65907 | |
parent | c1fd1fe8830be08faef1da4b6925f762be5be49d (diff) | |
parent | b7d1212fda341f24e1b44733b6db01c573fd7e0a (diff) | |
download | platform_tools_test_connectivity-f9aed4216c8189cdae7d98f7f54da566d7e75dcc.tar.gz platform_tools_test_connectivity-f9aed4216c8189cdae7d98f7f54da566d7e75dcc.tar.bz2 platform_tools_test_connectivity-f9aed4216c8189cdae7d98f7f54da566d7e75dcc.zip |
Merge "Update README with additional dependencies and fixed instructions." into mm-wireless-dev
am: b7d1212fda
* commit 'b7d1212fda341f24e1b44733b6db01c573fd7e0a':
Update README with additional dependencies and fixed instructions.
-rw-r--r-- | acts/framework/README | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/acts/framework/README b/acts/framework/README index 69603c9407..1c5faaf286 100644 --- a/acts/framework/README +++ b/acts/framework/README @@ -1,15 +1,19 @@ This package includes the Android Comms Testing Suite (ACTS) alpha release -Dependencies: -adb -python3.4+ -python3.4-setuptools -pyserial in Python3.4+ +System dependencies: + - adb + - python3.4+ + - python3.4-setuptools + +Python dependencies (installed automatically by setup.py): + - contextlib2 + - future + - pyserial -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.json -tb SampleTestBed -tc SampleTest +Setup: + 1. Install the system dependencies. + On Ubuntu, sudo apt-get install python3.4 python3-setuptools + 2. Run "python3.4 setup.py install" with elevated permissions + 3. To verify ACTS is ready to go, at the location for README, and run: + cd tests/ && ./test_acts |