CTS Android P測試與O測試變化及注意事項

:P版的CTS測試過程中,不要拔手機,否則最終結果無法完整測試出所有模塊;

         例如,已測試到100個模塊時拔掉了手機,最終生成的結果就只有100個模塊;

 

 

一、Case數量增加(以Pgo項目爲例,64bit項目double)

      a、CTS測試增加8萬條,module增至320

      b、增加CTS-INSTANT測試項目,module 48,1.3萬條(13338)、64bit 13338,以實際爲準;

      c、VTS測試增加約2K條,module 107(64bit double)

      d、New Device項目CTS verifier 會增加CameraITS測試;

二、測試指令變化

      Test Item         Run Command             Retry Command            Run With Shard
       CTS                  run cts                        run retry -r                   --shard-count
       CTS-INSTANT    run cts-instant             run retry -r                   --shard-count
       CTS -ON-GSI     run cts -on-gsi             run cts-on-gsi-retry -r   --shard-count
       GTS                  run gts                        run retry -r                   --shard-count
       VTS                  run vts                        run vts -r                      --shards
       STS run sts-engbuild                            run retry -r       

       注意:STS retry時,下發retry指令時不能加-o這個參數;

   測試VTS前要執行adb root

   測試GSI前要執行adb unroot

 三、測試條件注意事項(以下是在保證O測試的條件基礎上需要注意的地方)

       a、cts測試需要普通SIM卡,UICC卡(即常說的白卡)、香港SIM卡

           android.net.cts.ConnectivityManagerTest#testOpenConnection 

           該case測試需要:翻牆wifi+國外data的條件方能pass

       b、GTS需要普通SIM卡,增加了telephony的測項;

       c、CTS-ON-GSI需要UICC卡

       d、VTS測試需要插入雙sim卡,如果不插SIM卡則可能會有900多條fail(32bit,64bit double)

       注意:插入白卡測試時,如果仍然fail,可以更換卡槽插入複測;

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章