You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
528 B
11 lines
528 B
4 months ago
|
## Media Performance Class CTS Tests
|
||
|
Current folder comprises of files necessary for testing media performance class.
|
||
|
|
||
|
The test vectors used by the test suite is available at [link](https://storage.googleapis.com/android_media/cts/tests/mediapc/CtsMediaPerformanceClassTestCases-1.1.zip) and is downloaded automatically while running tests. Manual installation of these can be done using copy_media.sh script in this directory.
|
||
|
|
||
|
### Commands
|
||
|
```sh
|
||
|
$ atest android.mediapc.cts
|
||
|
$ atest android.mediapc.cts.PeformanceClassTest
|
||
|
```
|