天天看點

Android10 CTS測試常見問題

文章目錄

    • 1. CtsAppSecurityHostTestCases
    • 2. CtsCarrierApiTestCases
    • 3. CtsJobSchedulerTestCases
    • 4. CtsKeystoreTestCases
    • 5.CtsLibcoreTestCases
    • 6. CtsLocationTestCases
    • 7. CtsMediaTestCases
    • 8. CtsNetTestCases
    • 9. CtsSecurityTestCases
    • 10. CtsTelephonyTestCases
    • 11. 白卡相關的Module

1. CtsAppSecurityHostTestCases

需要插入高速SD/TF卡(class 10以上)

Android10 CTS測試常見問題

2. CtsCarrierApiTestCases

需要使用CTS測試專用白卡(sim卡)。

Android10 CTS測試常見問題

3. CtsJobSchedulerTestCases

(1) 需要插入有費的sim卡

(2) 打開流量開關

Android10 CTS測試常見問題

4. CtsKeystoreTestCases

待測裝置需要Lock

Android10 CTS測試常見問題

5.CtsLibcoreTestCases

需要IPV6網絡。

Android10 CTS測試常見問題

6. CtsLocationTestCases

(1) 去室外GPS信号較強的地方,或者在室内放置GPS信号放大器測試

(2) 一般需要多次retry,直至all pass或者Faild不再減少

Android10 CTS測試常見問題

7. CtsMediaTestCases

(1) 連接配接翻牆網絡

(2) 對網速有要求(建議專線2M以上帶寬)

(3) 多次retry,直至all pass或者Failed不再減少

Android10 CTS測試常見問題

8. CtsNetTestCases

(1) 需要漫遊sim卡或者香港sim卡

(2) 需要IPV6網絡

Android10 CTS測試常見問題

9. CtsSecurityTestCases

使用自己項目的key替換Google原生的key。

修改路徑: build/make/target/product/security/release

Android10 CTS測試常見問題

10. CtsTelephonyTestCases

(1) sim卡需要寫入本機号碼

(2) 雙卡機型需要插2張sim卡

(3) sim卡必須有費

Android10 CTS測試常見問題

11. 白卡相關的Module

以下這些Module需要使用CTS專用白卡測試:

CtsOmapiTestCases

CtsSecureElementAccessControlTestCases1

CtsSecureElementAccessControlTestCases2

CtsSecureElementAccessControlTestCases3

signed-CtsSecureElementAccessControlTestCases1

signed-CtsSecureElementAccessControlTestCases2

signed-CtsSecureElementAccessControlTestCases3

這些Module是跟NFC相關的,如果裝置不支援NFC,可以在固件中把這個feature移除。

gms