LEAHI-TESTSUITES-LDT-2741

remove argument and only pass in arguments. name is always "leahi" so set it in here

remove argument and only pass in arguments.
name is always "leahi" so set it in here

update to utility.aut()

update to utility.aut()

update to utility.aut("-E")

update to utility.aut("-E")

update to utility.aut()

update to utility.aut()

update to utility.aut()

update to utility.aut()

update to utility.aut("-q")

update to utility.aut("-q")

update all "leahi" to utility.aut()

update all "leahi" to utility.aut()

should be utility.aut() if you only want "leahi" utility.aut(""-E")) if you want "leahi -E" only pass in arguemets and remove name parameter in our aut() method

should be utility.aut() if you only want "leahi" utility.aut(""-E")) if you want "leahi -E" only pass in arguemets and remove name parameter in our aut() method

Uploaded the report

Uploaded the report

this function also contains Wi-Fi Screen Parameters and Navigate to Wi-Fi Screen from Device Settings is not required in others test scripts

this function also contains Wi-Fi Screen Parameters and Navigate to Wi-Fi Screen from Device Settings is not required in others test scripts

updated

updated

move this to navigation.py?

move this to navigation.py?

Please upload report to https://diality.atlassian.net/browse/LDT-2743

Please upload report to https://diality.atlassian.net/browse/LDT-2743

the aut will always be "leahi" so leave that as a constant in the method and only pass in arguements

the aut will always be "leahi" so leave that as a constant in the method and only pass in arguements

removed AUT_NAME and AUT_NAME_ONLY

removed AUT_NAME and AUT_NAME_ONLY

Add test start sections and end sections

Add test start sections and end sections

for each sections please wrap around test.startSection() and test.endSection() so the test case report matches the outline commented at the top of the file

for each sections please wrap around test.startSection() and test.endSection() so the test case report matches the outline commented at the top of the file

please remove AUT_NAME and AUT_NAME_ONLY and update the other tests accordinglt please

please remove AUT_NAME and AUT_NAME_ONLY and update the other tests accordinglt please

thats fine leave as is then

thats fine leave as is then

Removed duplicate objects

Removed duplicate objects

Add def aut(name, *args): """ Joins the executable name and argument into a single command string """ return " ".join((name, *args)) function in utility.py and using it main script startApplication...

Add def aut(name, *args):
"""
Joins the executable name and argument
into a single command string
"""
return " ".join((name, *args))
function in utility.py and using it main script startApplication(utility.aut("leahi", "-E")) as per comment

updated as per comment

updated as per comment

Updated as per comment and Named as o_SettingsBase_backButton_AdvancedMode as per New Leahi UI change from UserMode

Updated as per comment and Named as o_SettingsBase_backButton_AdvancedMode as per New Leahi UI change from UserMode

Now I am using navigation.navigate_to_device_settings_screen() and it will use standby mode and then press settings as per comment

Now I am using navigation.navigate_to_device_settings_screen() and it will use standby mode and then press settings as per comment

Now I am using application_init.update_password_back_to_default_password() function copy password from system.dflt to system.conf as per comment

Now I am using application_init.update_password_back_to_default_password() function copy password from system.dflt to system.conf as per comment

If I use Standby also it will directly navigate to Manufacture password screen and after launching of aut with -E

If I use Standby also it will directly navigate to Manufacture password screen and after launching of aut with -E

First go to Standby then press the bottom menu option to enter settings.

First go to Standby then press the bottom menu option to enter settings.

before changing the Op mode to service.. Go to standby then press the settings tab on the bottom.

before changing the Op mode to service.. Go to standby then press the settings tab on the bottom.

I am encountering an issue when running the first time I can change the manufacturing password but a consecutive time I need to reset the password manually. Can we reset the password programmatical...

I am encountering an issue when running the first time I can change the manufacturing password but a consecutive time I need to reset the password manually. Can we reset the password programmatically?

Example after the test is over to revert the password you can copy the contents of the default settings.. e.q. System.dflt and overwrite the System.conf file to reset everything for future test cases that do use the service password.

same as above and other back button in the settings pages

same as above and other back button in the settings pages