TAT测试WiFi模块时结果fail了

问题遇到的现象和发生背景 用TAT进行WiFi模块的测试,结果fail了
问题相关代码,请勿粘贴截图

代码较多,不便粘贴

运行结果及报错内容

Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.android.settings/.Settings }
Warning: Activity not started, its current task has been brought to the front
[INFO] [M_SETTINGS] [launch_settings] Enter Settings successfully!
[DEBUG] [M_SETTINGS] [enter_subsetting] Enter Network & internet successfully
[INFO] [M_SETTINGS] [enter_third_sub] Enter third sub setting Wi‑Fi
[WARNING] [M_SETTINGS] [enter_third_sub] Enter third sub setting Wi‑Fi success
[INFO] [M_SETTINGS] [off_wifi] Turn off wifi
[DEBUG] [M_SETTINGS] [off_wifi] Wifi turn off successfully
[INFO] [MAIN] [off_wifi] Off the Wifi
[DEBUG] [MAIN] [main] Wifi Test Finished
[INFO] [MAIN] [main] Success Times: 0
[WARNING] [MAIN] [main] Result Fail Success Rate Is 0.0%
No module named cv2

220719 16:20:20.035: Finished

我的解答思路和尝试过的方法 看不懂哪里出了问题
我想要达到的结果 通过这个结果能够找到代码哪一块出了问题