Searched refs:SERIAL (Results 1 – 16 of 16) sorted by relevance
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/api/hvpm/ |
D | monsoon_test.py | 36 SERIAL = 534147 variable in BaseMonsoonTest 66 monsoon = Monsoon(self.SERIAL) 81 monsoon = Monsoon(self.SERIAL) 96 monsoon = Monsoon(self.SERIAL) 110 monsoon = Monsoon(self.SERIAL) 125 monsoon = Monsoon(self.SERIAL) 138 monsoon = Monsoon(self.SERIAL)
|
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/api/lvpm_stock/ |
D | monsoon_test.py | 37 SERIAL = 534147 variable in BaseMonsoonTest 62 monsoon = Monsoon(self.SERIAL) 77 monsoon = Monsoon(self.SERIAL) 91 monsoon = Monsoon(self.SERIAL) 106 monsoon = Monsoon(self.SERIAL) 119 monsoon = Monsoon(self.SERIAL)
|
/tools/asuite/atest-py2/ |
D | atest_arg_parser.py | 65 SERIAL = 'The device to run the test on.' variable 126 self.add_argument('-s', '--serial', help=SERIAL) 265 SERIAL=SERIAL,
|
D | constants_default.py | 42 SERIAL = 'SERIAL' variable
|
D | atest.py | 193 'serial': constants.SERIAL,
|
/tools/asuite/atest/ |
D | atest_arg_parser.py | 71 SERIAL = 'The device to run the test on.' variable 187 agroup.add_argument('-s', '--serial', help=SERIAL) 317 SERIAL=SERIAL,
|
D | constants_default.py | 44 SERIAL = 'SERIAL' variable
|
D | atest.py | 198 'serial': constants.SERIAL,
|
/tools/asuite/atest-py2/test_runners/ |
D | suite_plan_test_runner.py | 88 if constants.SERIAL == arg:
|
D | vts_tf_test_runner.py | 93 if constants.SERIAL == arg:
|
D | atest_tf_test_runner.py | 358 if constants.SERIAL == arg:
|
D | atest_tf_test_runner_unittest.py | 436 self.tr.generate_run_commands([], {constants.SERIAL:arg_device_serial}),
|
/tools/asuite/atest/test_runners/ |
D | vts_tf_test_runner.py | 92 if constants.SERIAL == arg:
|
D | suite_plan_test_runner.py | 85 if constants.SERIAL == arg:
|
D | atest_tf_test_runner.py | 551 if constants.SERIAL == arg:
|
D | atest_tf_test_runner_unittest.py | 451 self.tr.generate_run_commands([], {constants.SERIAL:arg_device_serial}),
|