/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
H A D | case09_once004.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 46 CheckPoint("The first 1494 was successfully loaded")
58 CheckPoint("The first 1494 was successfully unloaded")
70 CheckPoint("The second 1494 was successfully loaded")
76 CheckPoint("It only took effect once, and the second time 1494 failed to unload")
|
H A D | case24_sub001.py | 19 from devicetest.core.test_case import TestCase, Step, CheckPoint, get_report_dir
namespace 54 CheckPoint("1494 is loaded after booting up")
62 CheckPoint("The log contains 'ListenAbility: OnAddSystemAbility systemAbilityId:1901 added!'")
66 CheckPoint("The log contains 'ListenAbility: OnAddSystemAbility systemAbilityId:4700 added!'")
|
H A D | case08_once003.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 54 CheckPoint("The first 1494 was successfully loaded")
66 CheckPoint("The first 1494 was successfully unloaded")
78 CheckPoint("The second 1494 was successfully loaded")
84 CheckPoint("It only took effect once, and the second time 1494 failed to unload")
|
H A D | case07_once002.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 53 CheckPoint("The first 1494 was successfully loaded")
64 CheckPoint("The first 1494 was successfully unloaded")
76 CheckPoint("The second 1494 was successfully loaded")
81 CheckPoint("It only took effect once, and the second time 1494 failed to unload")
|
H A D | case10_delay_time002.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 53 CheckPoint("1494 and 1499 load successfully when the screen is turned on")
57 CheckPoint("The unload time is -1, and 1494 and 1499 are unloaded immediately by default")
|
H A D | case19_switch002.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 58 CheckPoint("After turning on Bluetooth, 1494 was successfully loaded")
70 CheckPoint("After turning off Bluetooth, 1494 was successfully unloaded")
|
H A D | case18_switch001.py | 19 from devicetest.core.test_case import TestCase, CheckPoint
namespace 59 CheckPoint("After turning on WiFi, 1494 was successfully loaded")
71 CheckPoint("After turning off WiFi, 1494 successfully unloaded")
|
H A D | case21_add001.py | 18 from devicetest.core.test_case import TestCase, CheckPoint, get_report_dir
namespace 55 CheckPoint("Initially, 1494 was not loaded")
71 CheckPoint("Non native process add intercepted, 1494 not loaded")
|
H A D | case20_timer003.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 54 CheckPoint("param set to true 1494 successfully loaded")
66 CheckPoint("Param set to false 1494 and successfully unloaded after 20 seconds")
|
H A D | case11_delay_time003.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 53 CheckPoint("1494 and 1499 load successfully when the screen is turned on")
57 CheckPoint(
|
H A D | case12_delay_time001.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 53 CheckPoint("1494 and 1499 load successfully when the screen is turned on")
65 CheckPoint("1494 and 1499 are unloaded 5 seconds after the screen is turned off")
|
H A D | case13_param001.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 53 CheckPoint("param set to true 1494 successfully loaded")
65 CheckPoint("param set to false 1494 and successfully unloaded after 20 seconds")
|
H A D | case26_init001.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 52 CheckPoint("First kill samgr, enter fastboot or restart")
68 CheckPoint("Second kill samgr, enter fastboot or restart")
|
H A D | case05_init001.py | 17 from devicetest.core.test_case import TestCase, CheckPoint
namespace 40 CheckPoint("The system can detect the startup event")
|
H A D | case01_listen001.py | 17 from devicetest.core.test_case import TestCase, CheckPoint, get_report_dir
namespace 48 CheckPoint("'AddProc:distributeddataĺ’ŚRemoveProc:distributeddata dead' is present in the logs")
|
H A D | case02_load001.py | 17 from devicetest.core.test_case import TestCase, CheckPoint
namespace 46 CheckPoint("find 1494 and 1499")
|
H A D | case03_get001.py | 17 from devicetest.core.test_case import TestCase, CheckPoint
namespace 45 CheckPoint("Failed to query SA with said of 100")
|
H A D | case04_get002.py | 17 from devicetest.core.test_case import TestCase, CheckPoint
namespace 41 CheckPoint("SA 1204 exist")
|
H A D | case06_commonevent001.py | 17 from devicetest.core.test_case import TestCase, CheckPoint
namespace 45 CheckPoint("find SA DistributedDeviceProfile")
|
H A D | case15_dysaprofile004.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 52 CheckPoint(
|
H A D | case17_dysaprofile002.py | 17 from devicetest.core.test_case import TestCase, CheckPoint
namespace 45 CheckPoint("Query the current loading conditions")
|
H A D | case16_dysaprofile001.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 46 CheckPoint("Query the current loading conditions")
|
H A D | case23_process002.py | 17 from devicetest.core.test_case import TestCase, CheckPoint
namespace 39 CheckPoint("Print death callback information")
|
H A D | case22_process001.py | 17 from devicetest.core.test_case import TestCase, CheckPoint
namespace 43 CheckPoint("Print process information")
|
H A D | case14_dysaprofile003.py | 18 from devicetest.core.test_case import TestCase, CheckPoint
namespace 56 CheckPoint(
|