Added test case in the library function of setup_perfecto mobile data

Signed-off-by: haricharan-jaka <haricharan.jaka@candelatech.com>
This commit is contained in:
haricharan-jaka
2022-10-19 15:01:42 +05:30
committed by karthikaeyetea
parent 79f09e32df
commit ab6fb5a965
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
This file contains the functions that are required for Perfecto Android devices
"""
import logging
import os
import re
import time
import warnings
from time import gmtime, strftime

View File

@@ -2193,4 +2193,4 @@ if __name__ == '__main__':
"serial_tty": "/dev/ttyAP5",
"firmware_version": "next-latest"
}]
obj = ios_libs()
obj = ios_libs()