Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 10 of 10) sorted by relevance

/tools/asuite/atest-py2/
Datest_integration_tests.py60 def run_test(self, testcase): argument
71 'test': testcase}
98 def create_test_method(testcase, log_path): argument
108 test_function_name = 'test_%s' % testcase.replace(' ', '_')
111 self.test_passed = self.run_test(testcase)
113 failed_message = 'Running command: %s failed.\n' % testcase
/tools/asuite/atest/
Datest_integration_tests.py60 def run_test(self, testcase): argument
71 'test': testcase}
98 def create_test_method(testcase, log_path): argument
108 test_function_name = 'test_%s' % testcase.replace(' ', '_')
111 self.test_passed = self.run_test(testcase)
113 failed_message = 'Running command: %s failed.\n' % testcase
/tools/security/gdb/gdb_json_printer/test/
Dgdb_json_printer_test.py52 def json_equal_except_address(testcase, json0, json1): argument
74 testcase.assertEqual(json0, json1)
77 def test_json_variable(testcase, testname, line, variable_name_list): argument
82 json_equal_except_address(testcase, variable_json, expect_variable)
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py577 testcase = self.anritsu.get_AnritsuTestCases()
581 testcase.procedure = md8475a.TestProcedure(testcase.procedure)
582 testcase.procedure = md8475a.TestProcedure.PROCEDURE_MULTICELL
583 testcase.power_control = md8475a.TestPowerControl.POWER_CONTROL_DISABLE
584 testcase.measurement_LTE = md8475a.TestMeasurement.MEASUREMENT_DISABLE
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/
DGATT_PTS_INSTRUCTIONS63 Note: Bug BT-764 would simplify this testcase.
86 Note: Bug BT-764 would simplify this testcase.
109 Note: Bug BT-764 would simplify this testcase.
152 Note: Bug BT-764 would simplify this testcase.
189 Note: Bug BT-451 would simplify this testcase.
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DSM_PTS_INSTRUCTIONS202 Using Example testcase TC_SLA_KDU_BV_02_C.
207 4. Run the example testcase.
214 7. Rerun testcase.
DGAP_PTS_INSTRUCTIONS529 Note: Run these commands before executing the testcase on PTS Side
537 Note: Run these commands before executing the testcase on PTS Side
548 Note: Run the first 4 commands before executing the testcase on PTS Side
562 Note: Run the first 4 commands before executing the testcase on PTS Side
DL2CAP_PTS_INSTRUCTIONS30 Note: Assumption that devices are paired from previous testcase
DGATT_PTS_INSTRUCTIONS32 #Potential new instructions for SIG testcase rewrite
1385 Note: This testcase is tricky as the order randomises a bit each time...
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py1608 def take_btsnoop_log(ad, testcase, testname): argument
1637 testcase.log.info(
1641 def take_btsnoop_logs(android_devices, testcase, testname): argument
1650 take_btsnoop_log(a, testcase, testname)