Home
last modified time | relevance | path

Searched refs:errorList (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/pcs/pcs_py/
DtestBundleInstallVerify.py34 errorList = []
35 errorList = self.versionCodeVerify(errorList)
36 errorList = self.multipleHapsVerify(errorList)
37 if len(errorList) > 0:
38 self.log.info('errorList: [' + ', '.join(errorList) + ']')
41 def versionCodeVerify(self, errorList): argument
44 errorList.append('install application failed')
45 return errorList
48 errorList.append('get version code failed')
49 return errorList
[all …]
DtestInstallSignedHap.py34 errorList = []
37 errorList.append('install hap failed')
40 errorList.append('install hsp failed')
43 errorList.append('install hqf failed')
44 if len(errorList) > 0:
45 self.log.info('errorList: [' + ', '.join(errorList) + ']')
DtestPermissionName.py37 errorList = []
40 errorList.append(permission)
41 if len(errorList) != 0:
42 …og.info('These permissions can not start with \'ohos\'. errorList: [' + ', '.join(errorList) + ']')
DtestSelinuxFileLable.py47 errorList = []
56 errorList.append(configuration[0] + ' ' + configuration[1])
57 if len(errorList) != 0:
58 … self.log.info('These file\'s lable is not allowed. errorList: [' + ', '.join(errorList) + ']')
DtestSystemCoreInternetPermission.py37 errorList = []
54 errorList.append(initFile + ' has internet permission')
55 if len(errorList) != 0:
56 …e system core service can not have internet permission. errorList: [' + ', '.join(errorList) + ']')