-
apt-get install libxml2-dev libxslt-dev
-
apt-get install python-lxml
-
Put regression_test.py and ctsutil.py into android-cts/tools folder
-
Follow the instruction for running a CTS except the step for running the CTS
-
Open the terminal and change directory to android-cts/tools
-
Run regression_test.py using the following command
-
chmod 544 regression_test.py
-
regression_test.py (no_of_regression) (output csv report filename)
(In case if the program is run on CTS of version 3.0 to 2.0, download ctsutil_cts2_0 .py and change its name to ctsutil.py)
-
Make sure you have both ConsolidatedReport.py and ReportLib.py in the same folder
-
Put all the CTS result folder into one folder
-
chmod 544 ConsolidatedReport.py
-
Using the command line prompt and type the following command ‘ConsolidatedReport.py (report_folder_name) (output_file_name) ’
-
regression.xsl
-
regression_version1.py
-
regression_version2.py
-
regression_version2_ElementTree.py
-
regression_version2_lxml.py
-
ConsolidatedReport.py
-
ReportLib.py
-
regression_test.py
-
ctsutil.py
-
ctsutil_cts2_0.py