Home
last modified time | relevance | path

Searched refs:CONSTANT (Results 1 – 19 of 19) sorted by relevance

/developtools/integration_verification/DeployDevice/src/func/presetup/
Dpresetup_app.py9 from aw.Common.Constant import CONSTANT
12 lock_suffix = CONSTANT.File.LOCK_SUFFIX
13 suc_file = CONSTANT.File.SUC_FILE
14 failed_file = CONSTANT.File.FAILED_FILE
45 CONSTANT.ENVERRMESSAGE = "presetup fail"
46 logger.printLog(CONSTANT.ENVERRMESSAGE)
/developtools/integration_verification/DeployDevice/src/core/
Drun.py18 from aw.Common.Constant import CONSTANT
39 CONSTANT.ENVERRMESSAGE = "no runstage"
87 CONSTANT.ENVERRMESSAGE = "unknown error,please contact the engineer"
139 save_path = CONSTANT.Path.getSavePath()
Dbase.py7 from aw.Common.Constant import CONSTANT
25 self.logFilePath = CONSTANT.OSType.default_log_dir
/developtools/integration_verification/DeployDevice/src/
Dcontroller.py16 from aw.Common.Constant import CONSTANT
28 logger.printLog("执行失败:错误信息:" + CONSTANT.ENVERRMESSAGE)
Dtest.py6 print("cur: " + CONSTANT.OSType.default_log_dir)
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_L2_app - 副本.py13 from aw.Common.Constant import CONSTANT
20 lock_suffix = CONSTANT.File.LOCK_SUFFIX #通过文件锁实现并发下载
21 suc_file = CONSTANT.File.SUC_FILE #通过本文件是区分版本是否成功下载
22 failed_file = CONSTANT.File.FAILED_FILE #通过本文件是标记文件下载失败
54 CONSTANT.ENVERRMESSAGE = "image download fail"
55 logger.printLog(CONSTANT.ENVERRMESSAGE)
64 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
65 logger.printLog(CONSTANT.ENVERRMESSAGE)
85 dir_path = CONSTANT.Path.getDirPath()
214 toolworkspace = CONSTANT.OSType.getworkspace()
DliteOsUpgrade_L3_app.py13 from aw.Common.Constant import CONSTANT
19 lock_suffix = CONSTANT.File.LOCK_SUFFIX #通过文件锁实现并发下载
20 suc_file = CONSTANT.File.SUC_FILE #通过本文件是区分版本是否成功下载
21 failed_file = CONSTANT.File.FAILED_FILE #通过本文件是标记文件下载失败
54 CONSTANT.ENVERRMESSAGE = "image download fail"
55 logger.printLog(CONSTANT.ENVERRMESSAGE)
67 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
68 logger.printLog(CONSTANT.ENVERRMESSAGE)
88 dir_path = CONSTANT.Path.getDirPath()
DliteOsUpgrade_L1_app.py12 from aw.Common.Constant import CONSTANT
18 lock_suffix = CONSTANT.File.LOCK_SUFFIX #通过文件锁实现并发下载
19 suc_file = CONSTANT.File.SUC_FILE #通过本文件是区分版本是否成功下载
20 failed_file = CONSTANT.File.FAILED_FILE #通过本文件是标记文件下载失败
55 CONSTANT.ENVERRMESSAGE = "image download fail"
56 logger.printLog(CONSTANT.ENVERRMESSAGE)
64 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
65 logger.printLog(CONSTANT.ENVERRMESSAGE)
85 dir_path = CONSTANT.Path.getDirPath()
DliteOsUpgrade_L0_app.py11 from aw.Common.Constant import CONSTANT
15 lock_suffix = CONSTANT.File.LOCK_SUFFIX
16 suc_file = CONSTANT.File.SUC_FILE
17 failed_file = CONSTANT.File.FAILED_FILE
117 upgrade_file_name = getFileName(local_tool_path, CONSTANT.OSType.getscripttype())
135 dir_path = CONSTANT.Path.getDirPath()
DliteOsUpgrade_L1_shequ_test_app.py13 from aw.Common.Constant import CONSTANT
19 lock_suffix = CONSTANT.File.LOCK_SUFFIX #通过文件锁实现并发下载
20 suc_file = CONSTANT.File.SUC_FILE #通过本文件是区分版本是否成功下载
21 failed_file = CONSTANT.File.FAILED_FILE #通过本文件是标记文件下载失败
56 CONSTANT.ENVERRMESSAGE = "image download fail"
57 logger.printLog(CONSTANT.ENVERRMESSAGE)
66 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
67 logger.printLog(CONSTANT.ENVERRMESSAGE)
87 dir_path = CONSTANT.Path.getDirPath()
215 toolworkspace = CONSTANT.OSType.getworkspace()
DliteOsUpgrade_L1_shequ_app copy.py13 from aw.Common.Constant import CONSTANT
20 lock_suffix = CONSTANT.File.LOCK_SUFFIX #通过文件锁实现并发下载
21 suc_file = CONSTANT.File.SUC_FILE #通过本文件是区分版本是否成功下载
22 failed_file = CONSTANT.File.FAILED_FILE #通过本文件是标记文件下载失败
58 CONSTANT.ENVERRMESSAGE = "image download fail"
59 logger.printLog(CONSTANT.ENVERRMESSAGE)
68 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
69 logger.printLog(CONSTANT.ENVERRMESSAGE)
89 dir_path = CONSTANT.Path.getDirPath()
216 toolworkspace = CONSTANT.OSType.getworkspace()
DliteOsUpgrade_L2_app.py14 from aw.Common.Constant import CONSTANT
22 lock_suffix = CONSTANT.File.LOCK_SUFFIX #通过文件锁实现并发下载
23 suc_file = CONSTANT.File.SUC_FILE #通过本文件是区分版本是否成功下载
24 failed_file = CONSTANT.File.FAILED_FILE #通过本文件是标记文件下载失败
60 CONSTANT.ENVERRMESSAGE = "image download fail"
61 logger.printLog(CONSTANT.ENVERRMESSAGE)
70 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
71 logger.printLog(CONSTANT.ENVERRMESSAGE)
91 dir_path = CONSTANT.Path.getDirPath()
225 toolworkspace = CONSTANT.OSType.getworkspace()
DliteOsUpgrade_L1_shequ_app.py13 from aw.Common.Constant import CONSTANT
20 lock_suffix = CONSTANT.File.LOCK_SUFFIX #通过文件锁实现并发下载
21 suc_file = CONSTANT.File.SUC_FILE #通过本文件是区分版本是否成功下载
22 failed_file = CONSTANT.File.FAILED_FILE #通过本文件是标记文件下载失败
59 CONSTANT.ENVERRMESSAGE = "image download fail"
60 logger.printLog(CONSTANT.ENVERRMESSAGE)
69 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
70 logger.printLog(CONSTANT.ENVERRMESSAGE)
90 dir_path = CONSTANT.Path.getDirPath()
217 toolworkspace = CONSTANT.OSType.getworkspace()
DliteOsUpgrade_linux_app.py15 from aw.Common.Constant import CONSTANT
22 lock_suffix = CONSTANT.File.LOCK_SUFFIX #通过文件锁实现并发下载
23 suc_file = CONSTANT.File.SUC_FILE #通过本文件是区分版本是否成功下载
24 failed_file = CONSTANT.File.FAILED_FILE #通过本文件是标记文件下载失败
61 CONSTANT.ENVERRMESSAGE = "image download fail"
62 logger.printLog(CONSTANT.ENVERRMESSAGE)
71 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
72 logger.printLog(CONSTANT.ENVERRMESSAGE)
92 dir_path = CONSTANT.Path.getDirPath()
219 toolworkspace = CONSTANT.OSType.getworkspace()
DliteOsUpgrade_L1_shequ_dv_app.py13 from aw.Common.Constant import CONSTANT
19 lock_suffix = CONSTANT.File.LOCK_SUFFIX #通过文件锁实现并发下载
20 suc_file = CONSTANT.File.SUC_FILE #通过本文件是区分版本是否成功下载
21 failed_file = CONSTANT.File.FAILED_FILE #通过本文件是标记文件下载失败
56 CONSTANT.ENVERRMESSAGE = "image download fail"
57 logger.printLog(CONSTANT.ENVERRMESSAGE)
65 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
66 logger.printLog(CONSTANT.ENVERRMESSAGE)
86 dir_path = CONSTANT.Path.getDirPath()
DliteOsUpgrade_RK3568_app.py17 from aw.Common.Constant import CONSTANT
22 lock_suffix = CONSTANT.File.LOCK_SUFFIX
23 suc_file = CONSTANT.File.SUC_FILE
24 failed_file = CONSTANT.File.FAILED_FILE
66 CONSTANT.ENVERRMESSAGE = "board upgrade fail"
67 logger.printLog(CONSTANT.ENVERRMESSAGE)
/developtools/integration_verification/DeployDevice/src/aw/Download/
DDownload.py35 from aw.Common.Constant import CONSTANT
39 Aria2cbin = CONSTANT.SysTool.ARIA2CBIN
409 + CONSTANT.OSType.ACCOUNT
411 + CONSTANT.OSType.PASSWORD
418 + CONSTANT.OSType.ACCOUNT
420 + CONSTANT.OSType.PASSWORD)
507 dname = decrypt(CONSTANT.Key.DEV_DNAME, CONSTANT.Key.DEV_KEY)
508 pw = decrypt(CONSTANT.Key.DEV_PASSWD, CONSTANT.Key.DEV_KEY)
DDownloadold.py35 from aw.Common.Constant import CONSTANT
40 Aria2cbin = CONSTANT.SysTool.ARIA2CBIN
402 + CONSTANT.OSType.ACCOUNT
404 + CONSTANT.OSType.PASSWORD
411 + CONSTANT.OSType.ACCOUNT
413 + CONSTANT.OSType.PASSWORD)
495 dname = decrypt(CONSTANT.Key.DEV_DNAME, CONSTANT.Key.DEV_KEY)
496 pw = decrypt(CONSTANT.Key.DEV_PASSWD, CONSTANT.Key.DEV_KEY)
/developtools/integration_verification/DeployDevice/src/aw/Common/
DConstant.py19 class CONSTANT(object): class