Home
last modified time | relevance | path

Searched refs:pass_through (Results 1 - 7 of 7) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dconfig_manager.py159 if self.pass_through:
162 user_define = json.loads(self.pass_through).get("user_define")
203 <pass_through></pass_through>
210 pass_through = data.get(ConfigConst.pass_through)
211 if pass_through:
214 user_define = json.loads(pass_through).get("user_define")
231 def pass_through(self): member in UserConfigManager
232 return self.taskargs.get(ConfigConst.pass_through)
[all...]
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py231 dest=ConfigConst.pass_through,
420 if not options.pass_through:
425 ConfigConst.pass_through: options.testargs})
617 if ConfigConst.pass_through not in key:
642 if options.testargs and not options.pass_through:
/test/testfwk/xdevice/plugins/devicetest/core/suite/
H A Dtest_suite.py64 self.pass_through = Variables.config.pass_through
432 self.configs["pass_through"] = self.pass_through
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py281 pass_through = "pass_through" variable in ConfigConst
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dtest_case.py112 self.pass_through = Variables.config.pass_through
585 self.pass_through = self.configs.get(ConfigConst.testargs, {}).get(ConfigConst.pass_through, {})
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py478 pass_through = "pass_through" variable in ConfigConst
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py694 if ConfigConst.pass_through in test_args.keys():
695 pt_dict = json.loads(test_args.get(ConfigConst.pass_through, ""))

Completed in 8 milliseconds