Home
last modified time | relevance | path

Searched refs:pass_through (Results 1 – 6 of 6) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/core/suite/
Dtest_suite.py63 self.pass_through = None
396 elif para_name == ConfigConst.pass_through:
397 self.pass_through = para_values
401 self.configs["pass_through"] = self.pass_through
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py222 dest=ConfigConst.pass_through,
379 if not options.pass_through:
384 ConfigConst.pass_through: options.testargs})
574 if ConfigConst.pass_through not in key:
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py255 pass_through = "pass_through" variable in ConfigConst
/test/testfwk/developer_test/src/core/command/
Dconsole.py494 pass_through = "pass_through" variable in ConfigConst
/test/testfwk/xdevice/plugins/devicetest/core/
Dtest_case.py106 self.pass_through = None
128 if para_name == ConfigConst.pass_through:
129 self.pass_through = para_values
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py1267 if ConfigConst.pass_through in test_args.keys():
1268 pt_dict = json.loads(test_args.get(ConfigConst.pass_through, ""))