mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-27 10:23:37 +00:00
Merge branch 'master' into WIFI-6009
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
allure-pytest
|
||||
Appium-Python-Client
|
||||
Appium-Python-Client==1.2.0
|
||||
bs4
|
||||
influxdb
|
||||
influxdb-client
|
||||
|
||||
@@ -433,7 +433,6 @@ def setup_perfectoMobile_android(request):
|
||||
try:
|
||||
params = {'property': 'model'}
|
||||
deviceModel = driver.execute_script('mobile:handset:info', params)
|
||||
device_name_list.append(deviceModel)
|
||||
except:
|
||||
pass
|
||||
|
||||
@@ -600,7 +599,6 @@ def setup_perfectoMobile_iOS(request):
|
||||
try:
|
||||
params = {'property': 'model'}
|
||||
deviceModel = driver.execute_script('mobile:handset:info', params)
|
||||
device_name_list.append(deviceModel)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user