Home
last modified time | relevance | path

Searched refs:SERIAL (Results 1 – 16 of 16) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/api/hvpm/
Dmonsoon_test.py36 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/
Dmonsoon_test.py37 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/
Datest_arg_parser.py65 SERIAL = 'The device to run the test on.' variable
126 self.add_argument('-s', '--serial', help=SERIAL)
265 SERIAL=SERIAL,
Dconstants_default.py42 SERIAL = 'SERIAL' variable
Datest.py193 'serial': constants.SERIAL,
/tools/asuite/atest/
Datest_arg_parser.py71 SERIAL = 'The device to run the test on.' variable
187 agroup.add_argument('-s', '--serial', help=SERIAL)
317 SERIAL=SERIAL,
Dconstants_default.py44 SERIAL = 'SERIAL' variable
Datest.py198 'serial': constants.SERIAL,
/tools/asuite/atest-py2/test_runners/
Dsuite_plan_test_runner.py88 if constants.SERIAL == arg:
Dvts_tf_test_runner.py93 if constants.SERIAL == arg:
Datest_tf_test_runner.py358 if constants.SERIAL == arg:
Datest_tf_test_runner_unittest.py436 self.tr.generate_run_commands([], {constants.SERIAL:arg_device_serial}),
/tools/asuite/atest/test_runners/
Dvts_tf_test_runner.py92 if constants.SERIAL == arg:
Dsuite_plan_test_runner.py85 if constants.SERIAL == arg:
Datest_tf_test_runner.py551 if constants.SERIAL == arg:
Datest_tf_test_runner_unittest.py451 self.tr.generate_run_commands([], {constants.SERIAL:arg_device_serial}),