Home
last modified time | relevance | path

Searched refs:account_id (Results 1 – 7 of 7) sorted by relevance

/test/framework/harnesses/host_controller/build/
Dbuild_provider_pab.py214 def CallBuildsvc(self, method, params, account_id): argument
237 headers['x-alkali-account'] = account_id
267 account_id, argument
301 result = self.CallBuildsvc("listBuild", params, account_id)
320 dummy) + '?a=' + str(account_id)
341 account_id=account_id,
361 def GetLatestBuildId(self, account_id, branch, target, method=GET): argument
376 build_list = self.GetBuildList(account_id=account_id,
383 (account_id, branch, target))
400 self, account_id, build_id, branch, target, method=POST): argument
[all …]
/test/framework/harnesses/host_controller/command_processor/
Dcommand_config.py52 def UpdateConfig(self, account_id, branch, targets, config_type, method, argument
70 account_id=account_id,
82 def FetchConfig(self, account_id, branch, target, config_type, method): argument
99 account_id=account_id,
114 account_id=account_id,
168 def UpdateConfigLoop(self, account_id, branch, target, config_type, method, argument
189 self.UpdateConfig(account_id, branch, target, config_type,
389 self.UpdateConfig(args.account_id, args.branch, args.target,
417 args.account_id,
Dcommand_build.py46 def UpdateBuild(self, account_id, branch, targets, artifact_type, method, argument
69 account_id=account_id,
118 def UpdateBuildLoop(self, account_id, branch, target, artifact_type, argument
137 self.UpdateBuild(account_id, branch, target, artifact_type,
204 self.UpdateBuild(args.account_id, args.branch, args.target,
233 args.account_id,
Dcommand_release.py113 self.ReleaseCallback(args.schedule_for, args.account_id,
140 (args.schedule_for, args.account_id, args.branch,
149 def FetchVtslab(self, account_id, branch, target, bucket): argument
165 "pab"].FetchLatestBuiltHCPackage(account_id, branch, target)
230 def ReleaseCallback(self, schedule_for, account_id, branch, target, dest, argument
244 fetched_path = self.FetchVtslab(account_id, branch, target, bucket)
257 (schedule_for, account_id, branch, target, dest, bucket))
Dcommand_fetch.py123 account_id=args.account_id,
134 account_id=args.account_id,
185 self.console.fetch_info["account_id"] = args.account_id
/test/framework/harnesses/host_controller/
Dconsole_test.py171 account_id='100621237',
208 account_id='100621237',
Dconsole.py682 account_id, branch, target, build_id, artifact_name = path
689 " --artifact_name=%s") % (account_id, branch, target,